Color spaces of #dee24a
RGB | 222 | 226 | 74 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.59 |
HSV | 62° | 67° | 89° |
CMYK | 0.02 | 0.00 | 0.67 0.11 |
XYZ | 58.5566 | 70.4167 | 16.9841 |
Yxy | 70.4167 | 0.4012 | 0.4824 |
Hunter Lab | 83.9147 | -22.2913 | 46.7401 |
CIE-Lab | 87.2008 | -19.3806 | 70.2717 |
#dee24a color RGB value is (222,226,74).
#dee24a hex color red value is 222, green value is 226 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dee24a hue: 0.17 , saturation: 0.72 and the lightness value of dee24a is 0.59.
The process color (four color CMYK) of #dee24a color hex is 0.02, 0.00, 0.67, 0.11. Web safe color of #dee24a is #cccc33. Color #dee24a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11100010 | 01001010 |
Octal | 336 | 342 | 112 |
Decimal | 222 | 226 | 74 |
Hex | DE | E2 | 4A |
Shades of #dee24a
Tints of #dee24a
RGB Percentages of Color #dee24a
CMYK Percentages of Color #dee24a
Complementary Color
#dee24a | #4e4ae2 |
#dee24a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee24a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee24a Color CSS Codes
.mybgcolor {background-color:#dee24a; } .myforecolor {color:#dee24a; } .mybordercolor {border:3px solid #dee24a; }
#dee24a Text Font Color
<p style="color:#dee24a">Text here</p>
This sample text font color is #dee24a
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.
#dee24a Background Color
<div style="background-color:#dee24a">
Div content here</div>
This div background color is #dee24a
#dee24a Border Color
<div style="border:3px solid #dee24a">
Div here</div>
This div border color is #dee24a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,226,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee24a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee24a; -webkit-box-shadow: 1px 1px 3px 2px #dee24a; box-shadow: 1px 1px 3px 2px #dee24a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,226,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dee24a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee24a; -webkit-box-shadow: 1px 1px 3px 2px #dee24a; box-shadow: 1px 1px 3px 2px #dee24a;">
Div content here</div>
This div box has shadow with color #dee24a
Comments
No comments written yet.
Please login to write comment.