RevealTheme logo

Générateur de box-shadow CSS

Créez visuellement des valeurs de box-shadow en CSS. Prévisualisez en temps réel et copiez le CSS généré.

box-shadow: 0px 8px 16px 0px #00000033;

Comment utiliser cet outil

  1. 1

    Drag the X offset and Y offset sliders (each from -50px to 50px) to move the shadow horizontally and vertically.

  2. 2

    Adjust the Blur slider (0px to 100px) to soften the edges, and the Spread slider (-50px to 50px) to grow or shrink the shadow.

  3. 3

    Pick a shadow color with the color swatch; the live preview square updates as you change any control.

  4. 4

    Copy the generated box-shadow declaration from the output box at the bottom and paste it into your stylesheet.

Qu'est-ce que le générateur de box-shadow CSS ?

La propriété box-shadow de CSS accepte un décalage horizontal, un décalage vertical, un rayon de flou, un rayon d'expansion et une couleur. On peut empiler plusieurs ombres pour des effets en couches. Ce générateur visuel produit le CSS pour n'importe quelle combinaison : utile pour les boutons, les cartes et les effets de profondeur.

Cas d'usage courants

  • Designing a soft elevation shadow for buttons or cards, then tuning Y offset and blur until the depth looks right.

  • Prototyping a Material-style shadow by stacking the value this tool outputs with a second hand-written shadow.

  • Generating a tight, low-blur shadow with negative spread for a crisp focus or hover state.

  • Getting an exact box-shadow string to paste into a Tailwind arbitrary value, CSS module, or inline style.

  • Teaching the difference between blur and spread by dragging each slider and watching the preview react.

  • Quickly matching a shadow from a design mockup by eyeballing offsets against the live preview square.

Questions fréquentes

Comment empiler plusieurs ombres ?
Séparez-les par des virgules dans la valeur de box-shadow. Les empiler crée une profondeur plus réaliste qu'une seule ombre.
Quelle est la différence entre flou et expansion ?
Le flou (blur) adoucit les bords de l'ombre ; l'expansion (spread) agrandit ou réduit la taille de l'ombre avant de la flouter.

Outils connexes