Color spaces of #deec8a
RGB | 222 | 236 | 138 |
---|---|---|---|
HSL | 0.19 | 0.72 | 0.73 |
HSV | 69° | 42° | 93° |
CMYK | 0.06 | 0.00 | 0.42 0.07 |
XYZ | 64.7071 | 77.3555 | 35.5654 |
Yxy | 77.3555 | 0.3643 | 0.4355 |
Hunter Lab | 87.9520 | -22.5918 | 37.5911 |
CIE-Lab | 90.4850 | -19.1337 | 45.8572 |
#deec8a color RGB value is (222,236,138).
#deec8a hex color red value is 222, green value is 236 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #deec8a hue: 0.19 , saturation: 0.72 and the lightness value of deec8a is 0.73.
The process color (four color CMYK) of #deec8a color hex is 0.06, 0.00, 0.42, 0.07. Web safe color of #deec8a is #ccff99. Color #deec8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101100 | 10001010 |
Octal | 336 | 354 | 212 |
Decimal | 222 | 236 | 138 |
Hex | DE | EC | 8A |
Shades of #deec8a
Tints of #deec8a
RGB Percentages of Color #deec8a
CMYK Percentages of Color #deec8a
Complementary Color
#deec8a | #988aec |
#deec8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deec8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#deec8a Color CSS Codes
.mybgcolor {background-color:#deec8a; } .myforecolor {color:#deec8a; } .mybordercolor {border:3px solid #deec8a; }
#deec8a Text Font Color
<p style="color:#deec8a">Text here</p>
This sample text font color is #deec8a
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.
#deec8a Background Color
<div style="background-color:#deec8a">
Div content here</div>
This div background color is #deec8a
#deec8a Border Color
<div style="border:3px solid #deec8a">
Div here</div>
This div border color is #deec8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,236,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deec8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deec8a; -webkit-box-shadow: 1px 1px 3px 2px #deec8a; box-shadow: 1px 1px 3px 2px #deec8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,236,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deec8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deec8a; -webkit-box-shadow: 1px 1px 3px 2px #deec8a; box-shadow: 1px 1px 3px 2px #deec8a;">
Div content here</div>
This div box has shadow with color #deec8a
Comments
No comments written yet.
Please login to write comment.