Color spaces of #dae65f
RGB | 218 | 230 | 95 |
---|---|---|---|
HSL | 0.18 | 0.73 | 0.64 |
HSV | 65° | 59° | 90° |
CMYK | 0.05 | 0.00 | 0.59 0.10 |
XYZ | 59.2758 | 72.3253 | 21.6625 |
Yxy | 72.3253 | 0.3868 | 0.4719 |
Hunter Lab | 85.0443 | -24.4131 | 44.4286 |
CIE-Lab | 88.1249 | -21.6290 | 62.7697 |
#dae65f color RGB value is (218,230,95).
#dae65f hex color red value is 218, green value is 230 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dae65f hue: 0.18 , saturation: 0.73 and the lightness value of dae65f is 0.64.
The process color (four color CMYK) of #dae65f color hex is 0.05, 0.00, 0.59, 0.10. Web safe color of #dae65f is #ccff66. Color #dae65f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100110 | 01011111 |
Octal | 332 | 346 | 137 |
Decimal | 218 | 230 | 95 |
Hex | DA | E6 | 5F |
Shades of #dae65f
Tints of #dae65f
RGB Percentages of Color #dae65f
CMYK Percentages of Color #dae65f
Complementary Color
#dae65f | #6b5fe6 |
#dae65f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae65f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae65f Color CSS Codes
.mybgcolor {background-color:#dae65f; } .myforecolor {color:#dae65f; } .mybordercolor {border:3px solid #dae65f; }
#dae65f Text Font Color
<p style="color:#dae65f">Text here</p>
This sample text font color is #dae65f
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.
#dae65f Background Color
<div style="background-color:#dae65f">
Div content here</div>
This div background color is #dae65f
#dae65f Border Color
<div style="border:3px solid #dae65f">
Div here</div>
This div border color is #dae65f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,230,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae65f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae65f; -webkit-box-shadow: 1px 1px 3px 2px #dae65f; box-shadow: 1px 1px 3px 2px #dae65f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,230,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 #dae65f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae65f; -webkit-box-shadow: 1px 1px 3px 2px #dae65f; box-shadow: 1px 1px 3px 2px #dae65f;">
Div content here</div>
This div box has shadow with color #dae65f
Comments
No comments written yet.
Please login to write comment.