Color Hex Logo

#deeead Color Hex

#DEEEAD
(222,238,173)
0 Favorites   0 Comments

Color spaces of #deeead

RGB 222238173
HSL0.210.660.81
HSV75°27°93°
CMYK 0.070.000.27   0.07
XYZ68.241679.695851.3213
Yxy79.69580.34250.4000
Hunter Lab89.2725-19.778128.4059
CIE-Lab91.5482-15.849429.7803

#deeead color RGB value is (222,238,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 10101101
Octal 336 356 255
Decimal 222 238 173
Hex DE EE AD

RGB Percentages of Color #deeead

%35.07
%37.60
%27.33

CMYK Percentages of Color #deeead

%7
%0
%27
%7

Triadic Colors of #deeead

#deeead #addeee #eeadde

Analogous Colors of #deeead

#deeead #beeead #eedead

Monochromatic Colors of #deeead

#deeead

Complementary Color

#deeead #bdadee

#deeead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeead Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeead Color CSS Codes

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

#deeead Text Font Color

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

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


#deeead Background Color

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

This div background color is #deeead


#deeead Border Color

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

This div border color is #deeead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeead


Comments

No comments written yet.

Please login to write comment.