Color spaces of #dee67a
RGB | 222 | 230 | 122 |
---|---|---|---|
HSL | 0.18 | 0.68 | 0.69 |
HSV | 64° | 47° | 90° |
CMYK | 0.03 | 0.00 | 0.47 0.10 |
XYZ | 61.9339 | 73.5284 | 29.3405 |
Yxy | 73.5284 | 0.3758 | 0.4462 |
Hunter Lab | 85.7487 | -21.1347 | 39.7369 |
CIE-Lab | 88.6991 | -17.8117 | 51.3346 |
#dee67a color RGB value is (222,230,122).
#dee67a hex color red value is 222, green value is 230 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dee67a hue: 0.18 , saturation: 0.68 and the lightness value of dee67a is 0.69.
The process color (four color CMYK) of #dee67a color hex is 0.03, 0.00, 0.47, 0.10. Web safe color of #dee67a is #ccff66. Color #dee67a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11100110 | 01111010 |
Octal | 336 | 346 | 172 |
Decimal | 222 | 230 | 122 |
Hex | DE | E6 | 7A |
Shades of #dee67a
Tints of #dee67a
RGB Percentages of Color #dee67a
CMYK Percentages of Color #dee67a
Complementary Color
#dee67a | #827ae6 |
#dee67a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee67a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee67a Color CSS Codes
.mybgcolor {background-color:#dee67a; } .myforecolor {color:#dee67a; } .mybordercolor {border:3px solid #dee67a; }
#dee67a Text Font Color
<p style="color:#dee67a">Text here</p>
This sample text font color is #dee67a
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.
#dee67a Background Color
<div style="background-color:#dee67a">
Div content here</div>
This div background color is #dee67a
#dee67a Border Color
<div style="border:3px solid #dee67a">
Div here</div>
This div border color is #dee67a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,230,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee67a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee67a; -webkit-box-shadow: 1px 1px 3px 2px #dee67a; box-shadow: 1px 1px 3px 2px #dee67a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,230,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dee67a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee67a; -webkit-box-shadow: 1px 1px 3px 2px #dee67a; box-shadow: 1px 1px 3px 2px #dee67a;">
Div content here</div>
This div box has shadow with color #dee67a
Comments
No comments written yet.
Please login to write comment.