RevealTheme logo

CSS Box Shadow 생성기

CSS box-shadow 값을 시각적으로 만듭니다. 실시간으로 미리 보고 생성된 CSS를 복사하세요.

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

이 도구 사용 방법

  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.

CSS Box Shadow 생성기란 무엇인가요?

CSS의 box-shadow 속성은 수평 오프셋, 수직 오프셋, 흐림 반경, 확산 반경, 색상을 받습니다. 여러 그림자를 쌓아 계층적인 효과를 만들 수 있습니다. 이 시각적 생성기는 모든 조합에 대한 CSS를 생성합니다: 버튼, 카드, 깊이 효과에 유용합니다.

일반적인 사용 사례

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

자주 묻는 질문

여러 그림자를 어떻게 쌓나요?
box-shadow 값에서 쉼표로 구분하세요. 그림자를 쌓으면 단일 그림자보다 더 사실적인 깊이감을 만들 수 있습니다.
흐림(blur)과 확산(spread)의 차이는 무엇인가요?
흐림(blur)은 그림자의 가장자리를 부드럽게 합니다. 확산(spread)은 그림자를 흐리게 하기 전에 그 크기를 키우거나 줄입니다.

관련 도구