Sample Data
This data represents the parameters for applying a drop shadow effect to a rectangle shape in Figma. The X and Y offsets move the shadow right and down, the blur radius softens the shadow edges, and the color defines the shadow's appearance.
| Cell | Value |
|---|---|
| A1 | Shape |
| B1 | Shadow X Offset |
| C1 | Shadow Y Offset |
| D1 | Shadow Blur Radius |
| E1 | Shadow Color |
| A2 | Rectangle |
| B2 | 5 |
| C2 | 5 |
| D2 | 10 |
| E2 | rgba(0,0,0,0.5) |