Color spaces of #deecc2
RGB | 222 | 236 | 194 |
---|---|---|---|
HSL | 0.22 | 0.53 | 0.84 |
HSV | 80° | 18° | 93° |
CMYK | 0.06 | 0.00 | 0.18 0.07 |
XYZ | 69.8573 | 79.4155 | 62.6858 |
Yxy | 79.4155 | 0.3296 | 0.3747 |
Hunter Lab | 89.1154 | -16.0262 | 20.6748 |
CIE-Lab | 91.4220 | -11.7993 | 18.8308 |
#deecc2 color RGB value is (222,236,194).
#deecc2 hex color red value is 222, green value is 236 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #deecc2 hue: 0.22 , saturation: 0.53 and the lightness value of deecc2 is 0.84.
The process color (four color CMYK) of #deecc2 color hex is 0.06, 0.00, 0.18, 0.07. Web safe color of #deecc2 is #ccffcc. Color #deecc2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101100 | 11000010 |
Octal | 336 | 354 | 302 |
Decimal | 222 | 236 | 194 |
Hex | DE | EC | C2 |
Shades of #deecc2
Tints of #deecc2
RGB Percentages of Color #deecc2
CMYK Percentages of Color #deecc2
Complementary Color
#deecc2 | #d0c2ec |
#deecc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deecc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deecc2 Color CSS Codes
.mybgcolor {background-color:#deecc2; } .myforecolor {color:#deecc2; } .mybordercolor {border:3px solid #deecc2; }
#deecc2 Text Font Color
<p style="color:#deecc2">Text here</p>
This sample text font color is #deecc2
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.
#deecc2 Background Color
<div style="background-color:#deecc2">
Div content here</div>
This div background color is #deecc2
#deecc2 Border Color
<div style="border:3px solid #deecc2">
Div here</div>
This div border color is #deecc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,236,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deecc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deecc2; -webkit-box-shadow: 1px 1px 3px 2px #deecc2; box-shadow: 1px 1px 3px 2px #deecc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,236,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deecc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deecc2; -webkit-box-shadow: 1px 1px 3px 2px #deecc2; box-shadow: 1px 1px 3px 2px #deecc2;">
Div content here</div>
This div box has shadow with color #deecc2
Comments
No comments written yet.
Please login to write comment.