Color Hex Logo

#deeeaa Color Hex

#DEEEAA
(222,238,170)
0 Favorites   0 Comments

Color spaces of #deeeaa

RGB 222238170
HSL0.210.670.80
HSV74°29°93°
CMYK 0.070.000.29   0.07
XYZ67.954479.580949.8093
Yxy79.58090.34430.4033
Hunter Lab89.2081-20.141629.3412
CIE-Lab91.4965-16.255431.2349

#deeeaa color RGB value is (222,238,170).

#deeeaa hex color red value is 222, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #deeeaa hue: 0.21 , saturation: 0.67 and the lightness value of deeeaa is 0.80.

The process color (four color CMYK) of #deeeaa color hex is 0.07, 0.00, 0.29, 0.07. Web safe color of #deeeaa is #ccff99. Color #deeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 10101010
Octal 336 356 252
Decimal 222 238 170
Hex DE EE AA

RGB Percentages of Color #deeeaa

%35.24
%37.78
%26.98

CMYK Percentages of Color #deeeaa

%7
%0
%29
%7

Triadic Colors of #deeeaa

#deeeaa #aadeee #eeaade

Analogous Colors of #deeeaa

#deeeaa #bceeaa #eedcaa

Monochromatic Colors of #deeeaa

#deeeaa

Complementary Color

#deeeaa #baaaee

#deeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeeaa Color CSS Codes

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

#deeeaa Text Font Color

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

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


#deeeaa Background Color

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

This div background color is #deeeaa


#deeeaa Border Color

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

This div border color is #deeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeeaa


Comments

No comments written yet.

Please login to write comment.