Color spaces of #ffd67c
RGB | 255 | 214 | 124 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.74 |
HSV | 41° | 51° | 100° |
CMYK | 0.00 | 0.16 | 0.51 0.00 |
XYZ | 68.9247 | 70.8084 | 29.1034 |
Yxy | 70.8084 | 0.4082 | 0.4194 |
Hunter Lab | 84.1477 | -1.0507 | 38.3973 |
CIE-Lab | 87.3918 | 3.5549 | 49.4296 |
#ffd67c color RGB value is (255,214,124).
#ffd67c hex color red value is 255, green value is 214 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ffd67c hue: 0.11 , saturation: 1.00 and the lightness value of ffd67c is 0.74.
The process color (four color CMYK) of #ffd67c color hex is 0.00, 0.16, 0.51, 0.00. Web safe color of #ffd67c is #ffcc66. Color #ffd67c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010110 | 01111100 |
Octal | 377 | 326 | 174 |
Decimal | 255 | 214 | 124 |
Hex | FF | D6 | 7C |
Shades of #ffd67c
Tints of #ffd67c
RGB Percentages of Color #ffd67c
CMYK Percentages of Color #ffd67c
Complementary Color
#ffd67c | #7ca5ff |
#ffd67c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd67c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd67c Color CSS Codes
.mybgcolor {background-color:#ffd67c; } .myforecolor {color:#ffd67c; } .mybordercolor {border:3px solid #ffd67c; }
#ffd67c Text Font Color
<p style="color:#ffd67c">Text here</p>
This sample text font color is #ffd67c
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.
#ffd67c Background Color
<div style="background-color:#ffd67c">
Div content here</div>
This div background color is #ffd67c
#ffd67c Border Color
<div style="border:3px solid #ffd67c">
Div here</div>
This div border color is #ffd67c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,214,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd67c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd67c; -webkit-box-shadow: 1px 1px 3px 2px #ffd67c; box-shadow: 1px 1px 3px 2px #ffd67c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,214,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd67c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd67c; -webkit-box-shadow: 1px 1px 3px 2px #ffd67c; box-shadow: 1px 1px 3px 2px #ffd67c;">
Div content here</div>
This div box has shadow with color #ffd67c
#ffd67c Color Palettes
Comments
No comments written yet.
Please login to write comment.