Color Hex Logo

#eedeaa Color Hex

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

Color spaces of #eedeaa

RGB 238222170
HSL0.130.670.80
HSV46°29°93°
CMYK 0.000.070.29   0.07
XYZ68.636973.322048.5652
Yxy73.32200.36030.3848
Hunter Lab85.6283-6.769526.3127
CIE-Lab88.6011-2.283427.5367

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

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

The process color (four color CMYK) of #eedeaa color hex is 0.00, 0.07, 0.29, 0.07. Web safe color of #eedeaa is #ffcc99. Color #eedeaa contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #eedeaa

%37.78
%35.24
%26.98

CMYK Percentages of Color #eedeaa

%0
%7
%29
%7

Triadic Colors of #eedeaa

#eedeaa #aaeede #deaaee

Analogous Colors of #eedeaa

#eedeaa #dceeaa #eebcaa

Monochromatic Colors of #eedeaa

#eedeaa

Complementary Color

#eedeaa #aabaee

#eedeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeaa Color CSS Codes

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

#eedeaa Text Font Color

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

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


#eedeaa Background Color

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

This div background color is #eedeaa


#eedeaa Border Color

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

This div border color is #eedeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedeaa


Comments

No comments written yet.

Please login to write comment.