RevealTheme logo

Generatore di box shadow CSS

Crea valori di box-shadow in CSS in modo visivo. Anteprima in tempo reale e copia del CSS generato.

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

Come usare questo strumento

  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.

Che cos'è il generatore di box shadow CSS?

La proprietà box-shadow di CSS accetta scostamento orizzontale, scostamento verticale, raggio di sfocatura, raggio di espansione e colore. È possibile impilare più ombre per effetti a strati. Questo generatore visivo produce il CSS per qualsiasi combinazione: utile per pulsanti, schede ed effetti di profondità.

Casi d'uso comuni

  • 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.

Domande frequenti

Come impilo più ombre?
Le separi con virgole nel valore di box-shadow. Impilarle crea una profondità più realistica rispetto a una singola ombra.
Qual è la differenza tra sfocatura ed espansione?
La sfocatura (blur) ammorbidisce i bordi dell'ombra; l'espansione (spread) ingrandisce o riduce le dimensioni dell'ombra prima di sfocarla.

Strumenti correlati