Box Shadow Generator

Box Shadow Generator

Create beautiful CSS box-shadow effects with real-time preview. Customize every aspect and copy ready-to-use code.

Your box-shadow will appear here
10px
-100 0 100
10px
-100 0 100
20px
0 50 100
0px
-50 0 50
0.5
0% 50% 100%

Quick Presets

Generated CSS

                
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
                
            
Copied to clipboard!

How to Use

1. Copy the CSS code above

2. Paste it into your CSS file

3. Apply to any element: .element { box-shadow: ... }