Color spaces of #dae145
RGB | 218 | 225 | 69 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.58 |
HSV | 63° | 69° | 88° |
CMYK | 0.03 | 0.00 | 0.69 0.12 |
XYZ | 56.9128 | 69.1855 | 15.9847 |
Yxy | 69.1855 | 0.4006 | 0.4869 |
Hunter Lab | 83.1778 | -23.4260 | 46.8304 |
CIE-Lab | 86.5958 | -20.7917 | 71.3831 |
#dae145 color RGB value is (218,225,69).
#dae145 hex color red value is 218, green value is 225 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dae145 hue: 0.17 , saturation: 0.72 and the lightness value of dae145 is 0.58.
The process color (four color CMYK) of #dae145 color hex is 0.03, 0.00, 0.69, 0.12. Web safe color of #dae145 is #cccc33. Color #dae145 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100001 | 01000101 |
Octal | 332 | 341 | 105 |
Decimal | 218 | 225 | 69 |
Hex | DA | E1 | 45 |
Shades of #dae145
Tints of #dae145
RGB Percentages of Color #dae145
CMYK Percentages of Color #dae145
Complementary Color
#dae145 | #4c45e1 |
#dae145 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae145 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae145 Color CSS Codes
.mybgcolor {background-color:#dae145; } .myforecolor {color:#dae145; } .mybordercolor {border:3px solid #dae145; }
#dae145 Text Font Color
<p style="color:#dae145">Text here</p>
This sample text font color is #dae145
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.
#dae145 Background Color
<div style="background-color:#dae145">
Div content here</div>
This div background color is #dae145
#dae145 Border Color
<div style="border:3px solid #dae145">
Div here</div>
This div border color is #dae145
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,225,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae145; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae145; -webkit-box-shadow: 1px 1px 3px 2px #dae145; box-shadow: 1px 1px 3px 2px #dae145; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,225,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dae145">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae145; -webkit-box-shadow: 1px 1px 3px 2px #dae145; box-shadow: 1px 1px 3px 2px #dae145;">
Div content here</div>
This div box has shadow with color #dae145
Comments
No comments written yet.
Please login to write comment.