Color Hex Logo

#e9deaa Color Hex

#E9DEAA
(233,222,170)
0 Favorites   0 Comments

Color spaces of #e9deaa

RGB 233222170
HSL0.140.590.79
HSV50°27°91°
CMYK 0.000.050.27   0.09
XYZ66.981272.468548.4877
Yxy72.46850.35640.3856
Hunter Lab85.1284-8.526425.8193
CIE-Lab88.1936-4.163526.9155

#e9deaa color RGB value is (233,222,170).

#e9deaa hex color red value is 233, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e9deaa hue: 0.14 , saturation: 0.59 and the lightness value of e9deaa is 0.79.

The process color (four color CMYK) of #e9deaa color hex is 0.00, 0.05, 0.27, 0.09. Web safe color of #e9deaa is #ffcc99. Color #e9deaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 10101010
Octal 351 336 252
Decimal 233 222 170
Hex E9 DE AA

RGB Percentages of Color #e9deaa

%37.28
%35.52
%27.20

CMYK Percentages of Color #e9deaa

%0
%5
%27
%9

Triadic Colors of #e9deaa

#e9deaa #aae9de #deaae9

Analogous Colors of #e9deaa

#e9deaa #d5e9aa #e9bfaa

Monochromatic Colors of #e9deaa

#e9deaa

Complementary Color

#e9deaa #aab5e9

#e9deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9deaa Color CSS Codes

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

#e9deaa Text Font Color

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

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


#e9deaa Background Color

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

This div background color is #e9deaa


#e9deaa Border Color

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

This div border color is #e9deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9deaa


Comments

No comments written yet.

Please login to write comment.