Color spaces of #dae85f
RGB | 218 | 232 | 95 |
---|---|---|---|
HSL | 0.18 | 0.75 | 0.64 |
HSV | 66° | 59° | 91° |
CMYK | 0.06 | 0.00 | 0.59 0.09 |
XYZ | 59.8356 | 73.4449 | 21.8491 |
Yxy | 73.4449 | 0.3857 | 0.4734 |
Hunter Lab | 85.7000 | -25.3466 | 44.8741 |
CIE-Lab | 88.6595 | -22.5925 | 63.3570 |
#dae85f color RGB value is (218,232,95).
#dae85f hex color red value is 218, green value is 232 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dae85f hue: 0.18 , saturation: 0.75 and the lightness value of dae85f is 0.64.
The process color (four color CMYK) of #dae85f color hex is 0.06, 0.00, 0.59, 0.09. Web safe color of #dae85f is #ccff66. Color #dae85f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101000 | 01011111 |
Octal | 332 | 350 | 137 |
Decimal | 218 | 232 | 95 |
Hex | DA | E8 | 5F |
Shades of #dae85f
Tints of #dae85f
RGB Percentages of Color #dae85f
CMYK Percentages of Color #dae85f
Complementary Color
#dae85f | #6d5fe8 |
#dae85f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae85f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae85f Color CSS Codes
.mybgcolor {background-color:#dae85f; } .myforecolor {color:#dae85f; } .mybordercolor {border:3px solid #dae85f; }
#dae85f Text Font Color
<p style="color:#dae85f">Text here</p>
This sample text font color is #dae85f
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.
#dae85f Background Color
<div style="background-color:#dae85f">
Div content here</div>
This div background color is #dae85f
#dae85f Border Color
<div style="border:3px solid #dae85f">
Div here</div>
This div border color is #dae85f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,232,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae85f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae85f; -webkit-box-shadow: 1px 1px 3px 2px #dae85f; box-shadow: 1px 1px 3px 2px #dae85f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,232,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dae85f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae85f; -webkit-box-shadow: 1px 1px 3px 2px #dae85f; box-shadow: 1px 1px 3px 2px #dae85f;">
Div content here</div>
This div box has shadow with color #dae85f
Comments
No comments written yet.
Please login to write comment.