Color spaces of #dee05b
RGB | 222 | 224 | 91 |
---|---|---|---|
HSL | 0.17 | 0.68 | 0.62 |
HSV | 61° | 59° | 88° |
CMYK | 0.01 | 0.00 | 0.59 0.12 |
XYZ | 58.6682 | 69.5962 | 20.2388 |
Yxy | 69.5962 | 0.3951 | 0.4687 |
Hunter Lab | 83.4243 | -20.4624 | 44.0132 |
CIE-Lab | 86.7984 | -17.3760 | 63.0986 |
#dee05b color RGB value is (222,224,91).
#dee05b hex color red value is 222, green value is 224 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dee05b hue: 0.17 , saturation: 0.68 and the lightness value of dee05b is 0.62.
The process color (four color CMYK) of #dee05b color hex is 0.01, 0.00, 0.59, 0.12. Web safe color of #dee05b is #cccc66. Color #dee05b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11100000 | 01011011 |
Octal | 336 | 340 | 133 |
Decimal | 222 | 224 | 91 |
Hex | DE | E0 | 5B |
Shades of #dee05b
Tints of #dee05b
RGB Percentages of Color #dee05b
CMYK Percentages of Color #dee05b
Complementary Color
#dee05b | #5d5be0 |
#dee05b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee05b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee05b Color CSS Codes
.mybgcolor {background-color:#dee05b; } .myforecolor {color:#dee05b; } .mybordercolor {border:3px solid #dee05b; }
#dee05b Text Font Color
<p style="color:#dee05b">Text here</p>
This sample text font color is #dee05b
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.
#dee05b Background Color
<div style="background-color:#dee05b">
Div content here</div>
This div background color is #dee05b
#dee05b Border Color
<div style="border:3px solid #dee05b">
Div here</div>
This div border color is #dee05b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,224,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee05b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee05b; -webkit-box-shadow: 1px 1px 3px 2px #dee05b; box-shadow: 1px 1px 3px 2px #dee05b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,224,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dee05b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee05b; -webkit-box-shadow: 1px 1px 3px 2px #dee05b; box-shadow: 1px 1px 3px 2px #dee05b;">
Div content here</div>
This div box has shadow with color #dee05b
Comments
No comments written yet.
Please login to write comment.