Color Hex Logo

#deeed9 Color Hex

#DEEED9
(222,238,217)
0 Favorites   0 Comments

Color spaces of #deeed9

RGB 222238217
HSL0.290.380.89
HSV106°93°
CMYK 0.070.000.09   0.07
XYZ73.223181.688477.5538
Yxy81.68840.31500.3514
Hunter Lab90.3816-13.555312.3922
CIE-Lab92.4372-9.04178.3485

#deeed9 color RGB value is (222,238,217).

#deeed9 hex color red value is 222, green value is 238 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #deeed9 hue: 0.29 , saturation: 0.38 and the lightness value of deeed9 is 0.89.

The process color (four color CMYK) of #deeed9 color hex is 0.07, 0.00, 0.09, 0.07. Web safe color of #deeed9 is #ccffcc. Color #deeed9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 11011001
Octal 336 356 331
Decimal 222 238 217
Hex DE EE D9

RGB Percentages of Color #deeed9

%32.79
%35.16
%32.05

CMYK Percentages of Color #deeed9

%7
%0
%9
%7

Triadic Colors of #deeed9

#deeed9 #d9deee #eed9de

Analogous Colors of #deeed9

#deeed9 #d9eedf #e9eed9

Monochromatic Colors of #deeed9

#deeed9

Complementary Color

#deeed9 #e9d9ee

#deeed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeed9 Color CSS Codes

.mybgcolor {background-color:#deeed9; } 
.myforecolor {color:#deeed9; }
.mybordercolor {border:3px solid #deeed9; }

#deeed9 Text Font Color

<p style="color:#deeed9">Text here</p>

This sample text font color is #deeed9
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.


#deeed9 Background Color

<div style="background-color:#deeed9">
Div content here</div>

This div background color is #deeed9


#deeed9 Border Color

<div style="border:3px solid #deeed9">
Div here</div>

This div border color is #deeed9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,238,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deeed9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deeed9;
  -webkit-box-shadow: 1px 1px 3px 2px #deeed9;
  box-shadow:         1px 1px 3px 2px #deeed9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,238,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #deeed9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #deeed9;
  -webkit-box-shadow: 1px 1px 3px 2px #deeed9;
  box-shadow:         1px 1px 3px 2px #deeed9;">
Div content here</div>

This div box has shadow with color #deeed9


Comments

No comments written yet.

Please login to write comment.