Color Hex Logo

#deeda4 Color Hex

#DEEDA4
(222,237,164)
0 Favorites   0 Comments

Color spaces of #deeda4

RGB 222237164
HSL0.200.670.79
HSV72°31°93°
CMYK 0.060.000.31   0.07
XYZ67.109278.778346.7907
Yxy78.77830.34830.4089
Hunter Lab88.7571-20.361330.8737
CIE-Lab91.1339-16.553933.7879

#deeda4 color RGB value is (222,237,164).

#deeda4 hex color red value is 222, green value is 237 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #deeda4 hue: 0.20 , saturation: 0.67 and the lightness value of deeda4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10100100
Octal 336 355 244
Decimal 222 237 164
Hex DE ED A4

RGB Percentages of Color #deeda4

%35.63
%38.04
%26.32

CMYK Percentages of Color #deeda4

%6
%0
%31
%7

Triadic Colors of #deeda4

#deeda4 #a4deed #eda4de

Analogous Colors of #deeda4

#deeda4 #baeda4 #edd8a4

Monochromatic Colors of #deeda4

#deeda4

Complementary Color

#deeda4 #b3a4ed

#deeda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeda4 Color CSS Codes

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

#deeda4 Text Font Color

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

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


#deeda4 Background Color

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

This div background color is #deeda4


#deeda4 Border Color

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

This div border color is #deeda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeda4


Comments

No comments written yet.

Please login to write comment.