Color spaces of #ffd21e
RGB | 255 | 210 | 30 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.56 |
HSV | 48° | 88° | 100° |
CMYK | 0.00 | 0.18 | 0.88 0.00 |
XYZ | 64.5209 | 67.4469 | 10.8462 |
Yxy | 67.4469 | 0.4518 | 0.4723 |
Hunter Lab | 82.1261 | -3.4852 | 49.6579 |
CIE-Lab | 85.7291 | 0.9434 | 82.6831 |
#ffd21e color RGB value is (255,210,30).
#ffd21e hex color red value is 255, green value is 210 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ffd21e hue: 0.13 , saturation: 1.00 and the lightness value of ffd21e is 0.56.
The process color (four color CMYK) of #ffd21e color hex is 0.00, 0.18, 0.88, 0.00. Web safe color of #ffd21e is #ffcc33. Color #ffd21e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010010 | 00011110 |
Octal | 377 | 322 | 36 |
Decimal | 255 | 210 | 30 |
Hex | FF | D2 | 1E |
Shades of #ffd21e
Tints of #ffd21e
RGB Percentages of Color #ffd21e
CMYK Percentages of Color #ffd21e
Complementary Color
#ffd21e | #1e4bff |
#ffd21e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd21e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd21e Color CSS Codes
.mybgcolor {background-color:#ffd21e; } .myforecolor {color:#ffd21e; } .mybordercolor {border:3px solid #ffd21e; }
#ffd21e Text Font Color
<p style="color:#ffd21e">Text here</p>
This sample text font color is #ffd21e
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.
#ffd21e Background Color
<div style="background-color:#ffd21e">
Div content here</div>
This div background color is #ffd21e
#ffd21e Border Color
<div style="border:3px solid #ffd21e">
Div here</div>
This div border color is #ffd21e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,210,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd21e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd21e; -webkit-box-shadow: 1px 1px 3px 2px #ffd21e; box-shadow: 1px 1px 3px 2px #ffd21e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,210,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd21e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd21e; -webkit-box-shadow: 1px 1px 3px 2px #ffd21e; box-shadow: 1px 1px 3px 2px #ffd21e;">
Div content here</div>
This div box has shadow with color #ffd21e
Comments
No comments written yet.
Please login to write comment.