Color spaces of #deefc9
RGB | 222 | 239 | 201 |
---|---|---|---|
HSL | 0.24 | 0.54 | 0.86 |
HSV | 87° | 16° | 94° |
CMYK | 0.07 | 0.00 | 0.16 0.06 |
XYZ | 71.5333 | 81.4796 | 67.2153 |
Yxy | 81.4796 | 0.3248 | 0.3700 |
Hunter Lab | 90.2661 | -16.5094 | 19.0368 |
CIE-Lab | 92.3447 | -12.1965 | 16.5072 |
#deefc9 color RGB value is (222,239,201).
#deefc9 hex color red value is 222, green value is 239 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #deefc9 hue: 0.24 , saturation: 0.54 and the lightness value of deefc9 is 0.86.
The process color (four color CMYK) of #deefc9 color hex is 0.07, 0.00, 0.16, 0.06. Web safe color of #deefc9 is #ccffcc. Color #deefc9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101111 | 11001001 |
Octal | 336 | 357 | 311 |
Decimal | 222 | 239 | 201 |
Hex | DE | EF | C9 |
Shades of #deefc9
Tints of #deefc9
RGB Percentages of Color #deefc9
CMYK Percentages of Color #deefc9
Complementary Color
#deefc9 | #dac9ef |
#deefc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deefc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deefc9 Color CSS Codes
.mybgcolor {background-color:#deefc9; } .myforecolor {color:#deefc9; } .mybordercolor {border:3px solid #deefc9; }
#deefc9 Text Font Color
<p style="color:#deefc9">Text here</p>
This sample text font color is #deefc9
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.
#deefc9 Background Color
<div style="background-color:#deefc9">
Div content here</div>
This div background color is #deefc9
#deefc9 Border Color
<div style="border:3px solid #deefc9">
Div here</div>
This div border color is #deefc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,239,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deefc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deefc9; -webkit-box-shadow: 1px 1px 3px 2px #deefc9; box-shadow: 1px 1px 3px 2px #deefc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,239,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deefc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deefc9; -webkit-box-shadow: 1px 1px 3px 2px #deefc9; box-shadow: 1px 1px 3px 2px #deefc9;">
Div content here</div>
This div box has shadow with color #deefc9
Comments
No comments written yet.
Please login to write comment.