CSS Box Shadow Generator
Shape
CSS
-webkit-box-shadow: 3px 3px 10px 3px #dddddd;
-moz-box-shadow: 3px 3px 10px 3px #dddddd;
box-shadow: 3px 3px 10px 3px #dddddd;Comments
U
Similar Coding Tools
See AllWhat is CSS Box Shadow Generator?
CSS Box Shadow Generator creates box-shadow CSS with a live preview. Adjust horizontal and vertical offset, blur, spread, and colors. The tool outputs vendor-prefixed CSS (-webkit-box-shadow, -moz-box-shadow) for maximum compatibility.
Use the preview shapes (Box or Circle) to see how the shadow looks on different elements. Toggle Inset for inner shadows.
How to use the CSS Box Shadow Generator?
Follow these steps:
- 1
Choose a shape (Box or Circle) to preview the shadow.
- 2
Adjust Horizontal Offset, Vertical Offset, Blur, and Spread with the sliders.
- 3
Set Background Color, Box Color, and Shadow Color via the inputs or color pickers.
- 4
Check Inset for an inner shadow, then copy the generated CSS and paste it into your styles.