Color Hex Logo

#deeea4 Color Hex

#DEEEA4
(222,238,164)
0 Favorites   0 Comments

Color spaces of #deeea4

RGB 222238164
HSL0.200.690.79
HSV73°31°93°
CMYK 0.070.000.31   0.07
XYZ67.399679.359046.8874
Yxy79.35900.34810.4098
Hunter Lab89.0837-20.845531.1525
CIE-Lab91.3965-17.044434.1368

#deeea4 color RGB value is (222,238,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 10100100
Octal 336 356 244
Decimal 222 238 164
Hex DE EE A4

RGB Percentages of Color #deeea4

%35.58
%38.14
%26.28

CMYK Percentages of Color #deeea4

%7
%0
%31
%7

Triadic Colors of #deeea4

#deeea4 #a4deee #eea4de

Analogous Colors of #deeea4

#deeea4 #b9eea4 #eed9a4

Monochromatic Colors of #deeea4

#deeea4

Complementary Color

#deeea4 #b4a4ee

#deeea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeea4 Color CSS Codes

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

#deeea4 Text Font Color

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

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


#deeea4 Background Color

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

This div background color is #deeea4


#deeea4 Border Color

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

This div border color is #deeea4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,238,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 #deeea4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeea4


Comments

No comments written yet.

Please login to write comment.