px
px
px
px
20%

Presets

CSS Code

.element {
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}

How to Use

  1. Adjust shadow properties:
    • Horizontal/Vertical offset
    • Blur and spread radius
    • Shadow color and opacity
    • Inner/outer shadow type
  2. Customize preview:
    • Change background colors
    • Modify element size
    • Select element shape
  3. Use presets for quick styles
  4. Copy generated CSS code

Common Uses

  • Web design elements
  • UI component styling
  • Card and modal shadows
  • Button hover effects
  • Depth and elevation
  • Material design shadows
  • Creative visual effects

Shadow Properties

  • Horizontal Offset: Moves shadow left/right
  • Vertical Offset: Moves shadow up/down
  • Blur Radius: Controls shadow softness
  • Spread Radius: Expands/contracts shadow size
  • Color & Opacity: Shadow appearance
  • Inner/Outer: Shadow placement

Tips and Tricks

  • Use subtle shadows for depth
  • Layer multiple shadows for complexity
  • Match shadow direction with light source
  • Consider contrast with background
  • Test on different backgrounds
  • Use presets as starting points
  • Adjust opacity for realism