Color spaces of #ffd94c
RGB | 255 | 217 | 76 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.65 |
HSV | 47° | 70° | 100° |
CMYK | 0.00 | 0.15 | 0.70 0.00 |
XYZ | 67.3574 | 71.4075 | 17.0704 |
Yxy | 71.4075 | 0.4322 | 0.4582 |
Hunter Lab | 84.5030 | -5.5976 | 47.1749 |
CIE-Lab | 87.6826 | -1.1295 | 70.9203 |
#ffd94c color RGB value is (255,217,76).
#ffd94c hex color red value is 255, green value is 217 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ffd94c hue: 0.13 , saturation: 1.00 and the lightness value of ffd94c is 0.65.
The process color (four color CMYK) of #ffd94c color hex is 0.00, 0.15, 0.70, 0.00. Web safe color of #ffd94c is #ffcc33. Color #ffd94c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011001 | 01001100 |
Octal | 377 | 331 | 114 |
Decimal | 255 | 217 | 76 |
Hex | FF | D9 | 4C |
Shades of #ffd94c
Tints of #ffd94c
RGB Percentages of Color #ffd94c
CMYK Percentages of Color #ffd94c
Complementary Color
#ffd94c | #4c72ff |
#ffd94c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd94c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd94c Color CSS Codes
.mybgcolor {background-color:#ffd94c; } .myforecolor {color:#ffd94c; } .mybordercolor {border:3px solid #ffd94c; }
#ffd94c Text Font Color
<p style="color:#ffd94c">Text here</p>
This sample text font color is #ffd94c
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.
#ffd94c Background Color
<div style="background-color:#ffd94c">
Div content here</div>
This div background color is #ffd94c
#ffd94c Border Color
<div style="border:3px solid #ffd94c">
Div here</div>
This div border color is #ffd94c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,217,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd94c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd94c; -webkit-box-shadow: 1px 1px 3px 2px #ffd94c; box-shadow: 1px 1px 3px 2px #ffd94c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,217,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd94c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd94c; -webkit-box-shadow: 1px 1px 3px 2px #ffd94c; box-shadow: 1px 1px 3px 2px #ffd94c;">
Div content here</div>
This div box has shadow with color #ffd94c
Comments
No comments written yet.
Please login to write comment.