10016
Tool Categories
Text Tools
Image Tools
CSS Tools
Coding Tools
Color Tools
Social Media Tools
Miscellaneous Tools

Easily find text converters, image editors, and developer utilities.

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 All

CSS Gradient Generator

Generate linear or radial CSS gradients and copy the code.

CSS Glassmorphism Generator

Create frosted-glass effects with backdrop blur and transparency.

CSS Border Radius Generator

Create advanced border-radius values for each corner.

CSS Clip Path Generator

Choose polygon shapes and copy clip-path CSS for your project.

What 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. 1

    Choose a shape (Box or Circle) to preview the shadow.

  2. 2

    Adjust Horizontal Offset, Vertical Offset, Blur, and Spread with the sliders.

  3. 3

    Set Background Color, Box Color, and Shadow Color via the inputs or color pickers.

  4. 4

    Check Inset for an inner shadow, then copy the generated CSS and paste it into your styles.