Color spaces of #dae159
RGB | 218 | 225 | 89 |
---|---|---|---|
HSL | 0.18 | 0.69 | 0.62 |
HSV | 63° | 60° | 88° |
CMYK | 0.03 | 0.00 | 0.60 0.12 |
XYZ | 57.6418 | 69.4771 | 19.8236 |
Yxy | 69.4771 | 0.3923 | 0.4728 |
Hunter Lab | 83.3529 | -22.4279 | 44.2463 |
CIE-Lab | 86.7398 | -19.6204 | 63.7834 |
#dae159 color RGB value is (218,225,89).
#dae159 hex color red value is 218, green value is 225 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dae159 hue: 0.18 , saturation: 0.69 and the lightness value of dae159 is 0.62.
The process color (four color CMYK) of #dae159 color hex is 0.03, 0.00, 0.60, 0.12. Web safe color of #dae159 is #cccc66. Color #dae159 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100001 | 01011001 |
Octal | 332 | 341 | 131 |
Decimal | 218 | 225 | 89 |
Hex | DA | E1 | 59 |
Shades of #dae159
Tints of #dae159
RGB Percentages of Color #dae159
CMYK Percentages of Color #dae159
Complementary Color
#dae159 | #6059e1 |
#dae159 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae159 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae159 Color CSS Codes
.mybgcolor {background-color:#dae159; } .myforecolor {color:#dae159; } .mybordercolor {border:3px solid #dae159; }
#dae159 Text Font Color
<p style="color:#dae159">Text here</p>
This sample text font color is #dae159
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.
#dae159 Background Color
<div style="background-color:#dae159">
Div content here</div>
This div background color is #dae159
#dae159 Border Color
<div style="border:3px solid #dae159">
Div here</div>
This div border color is #dae159
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,225,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae159; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae159; -webkit-box-shadow: 1px 1px 3px 2px #dae159; box-shadow: 1px 1px 3px 2px #dae159; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,225,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dae159">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae159; -webkit-box-shadow: 1px 1px 3px 2px #dae159; box-shadow: 1px 1px 3px 2px #dae159;">
Div content here</div>
This div box has shadow with color #dae159
Comments
No comments written yet.
Please login to write comment.