Color Hex Logo

#e9daaa Color Hex

#E9DAAA
(233,218,170)
0 Favorites   0 Comments

Color spaces of #e9daaa

RGB 233218170
HSL0.130.590.79
HSV46°27°91°
CMYK 0.000.060.27   0.09
XYZ65.931470.368748.1378
Yxy70.36870.35750.3815
Hunter Lab83.8861-6.506124.6968
CIE-Lab87.1774-2.120025.5317

#e9daaa color RGB value is (233,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011010 10101010
Octal 351 332 252
Decimal 233 218 170
Hex E9 DA AA

RGB Percentages of Color #e9daaa

%37.52
%35.10
%27.38

CMYK Percentages of Color #e9daaa

%0
%6
%27
%9

Triadic Colors of #e9daaa

#e9daaa #aae9da #daaae9

Analogous Colors of #e9daaa

#e9daaa #d9e9aa #e9bbaa

Monochromatic Colors of #e9daaa

#e9daaa

Complementary Color

#e9daaa #aab9e9

#e9daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9daaa Color CSS Codes

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

#e9daaa Text Font Color

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

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


#e9daaa Background Color

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

This div background color is #e9daaa


#e9daaa Border Color

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

This div border color is #e9daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9daaa


Comments

No comments written yet.

Please login to write comment.