Color Hex Logo

#e9daca Color Hex

#E9DACA
(233,218,202)
0 Favorites   0 Comments

Color spaces of #e9daca

RGB 233218202
HSL0.090.410.85
HSV31°13°91°
CMYK 0.000.060.13   0.09
XYZ69.336371.730766.0681
Yxy71.73070.33470.3463
Hunter Lab84.6940-2.082113.0348
CIE-Lab87.83882.52089.7128

#e9daca color RGB value is (233,218,202).

#e9daca hex color red value is 233, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e9daca hue: 0.09 , saturation: 0.41 and the lightness value of e9daca is 0.85.

The process color (four color CMYK) of #e9daca color hex is 0.00, 0.06, 0.13, 0.09. Web safe color of #e9daca is #ffcccc. Color #e9daca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011010 11001010
Octal 351 332 312
Decimal 233 218 202
Hex E9 DA CA

RGB Percentages of Color #e9daca

%35.68
%33.38
%30.93

CMYK Percentages of Color #e9daca

%0
%6
%13
%9

Triadic Colors of #e9daca

#e9daca #cae9da #dacae9

Analogous Colors of #e9daca

#e9daca #e9e9ca #e9cbca

Monochromatic Colors of #e9daca

#e9daca

Complementary Color

#e9daca #cad9e9

#e9daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9daca Color CSS Codes

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

#e9daca Text Font Color

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

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


#e9daca Background Color

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

This div background color is #e9daca


#e9daca Border Color

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

This div border color is #e9daca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,218,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9daca


Comments

No comments written yet.

Please login to write comment.