Color spaces of #ffd221
RGB | 255 | 210 | 33 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.56 |
HSV | 48° | 87° | 100° |
CMYK | 0.00 | 0.18 | 0.87 0.00 |
XYZ | 64.5611 | 67.4630 | 11.0578 |
Yxy | 67.4630 | 0.4512 | 0.4715 |
Hunter Lab | 82.1359 | -3.4317 | 49.5130 |
CIE-Lab | 85.7372 | 0.9997 | 82.0980 |
#ffd221 color RGB value is (255,210,33).
#ffd221 hex color red value is 255, green value is 210 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ffd221 hue: 0.13 , saturation: 1.00 and the lightness value of ffd221 is 0.56.
The process color (four color CMYK) of #ffd221 color hex is 0.00, 0.18, 0.87, 0.00. Web safe color of #ffd221 is #ffcc33. Color #ffd221 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010010 | 00100001 |
Octal | 377 | 322 | 41 |
Decimal | 255 | 210 | 33 |
Hex | FF | D2 | 21 |
Shades of #ffd221
Tints of #ffd221
RGB Percentages of Color #ffd221
CMYK Percentages of Color #ffd221
Complementary Color
#ffd221 | #214eff |
#ffd221 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd221 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd221 Color CSS Codes
.mybgcolor {background-color:#ffd221; } .myforecolor {color:#ffd221; } .mybordercolor {border:3px solid #ffd221; }
#ffd221 Text Font Color
<p style="color:#ffd221">Text here</p>
This sample text font color is #ffd221
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ffd221 Background Color
<div style="background-color:#ffd221">
Div content here</div>
This div background color is #ffd221
#ffd221 Border Color
<div style="border:3px solid #ffd221">
Div here</div>
This div border color is #ffd221
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,210,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd221; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd221; -webkit-box-shadow: 1px 1px 3px 2px #ffd221; box-shadow: 1px 1px 3px 2px #ffd221; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,210,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd221">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd221; -webkit-box-shadow: 1px 1px 3px 2px #ffd221; box-shadow: 1px 1px 3px 2px #ffd221;">
Div content here</div>
This div box has shadow with color #ffd221
Comments
No comments written yet.
Please login to write comment.