Color spaces of #dee16a
RGB | 222 | 225 | 106 |
---|---|---|---|
HSL | 0.17 | 0.66 | 0.65 |
HSV | 62° | 53° | 88° |
CMYK | 0.01 | 0.00 | 0.53 0.12 |
XYZ | 59.6509 | 70.4206 | 24.0843 |
Yxy | 70.4206 | 0.3870 | 0.4568 |
Hunter Lab | 83.9170 | -19.9712 | 41.7256 |
CIE-Lab | 87.2027 | -16.7549 | 56.9815 |
#dee16a color RGB value is (222,225,106).
#dee16a hex color red value is 222, green value is 225 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dee16a hue: 0.17 , saturation: 0.66 and the lightness value of dee16a is 0.65.
The process color (four color CMYK) of #dee16a color hex is 0.01, 0.00, 0.53, 0.12. Web safe color of #dee16a is #cccc66. Color #dee16a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11100001 | 01101010 |
Octal | 336 | 341 | 152 |
Decimal | 222 | 225 | 106 |
Hex | DE | E1 | 6A |
Shades of #dee16a
Tints of #dee16a
RGB Percentages of Color #dee16a
CMYK Percentages of Color #dee16a
Complementary Color
#dee16a | #6d6ae1 |
#dee16a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee16a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee16a Color CSS Codes
.mybgcolor {background-color:#dee16a; } .myforecolor {color:#dee16a; } .mybordercolor {border:3px solid #dee16a; }
#dee16a Text Font Color
<p style="color:#dee16a">Text here</p>
This sample text font color is #dee16a
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.
#dee16a Background Color
<div style="background-color:#dee16a">
Div content here</div>
This div background color is #dee16a
#dee16a Border Color
<div style="border:3px solid #dee16a">
Div here</div>
This div border color is #dee16a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,225,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee16a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee16a; -webkit-box-shadow: 1px 1px 3px 2px #dee16a; box-shadow: 1px 1px 3px 2px #dee16a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,225,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dee16a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee16a; -webkit-box-shadow: 1px 1px 3px 2px #dee16a; box-shadow: 1px 1px 3px 2px #dee16a;">
Div content here</div>
This div box has shadow with color #dee16a
Comments
No comments written yet.
Please login to write comment.