Color Hex Logo

#e5daca Color Hex

#E5DACA
(229,218,202)
0 Favorites   0 Comments

Color spaces of #e5daca

RGB 229218202
HSL0.100.340.85
HSV36°12°90°
CMYK 0.000.050.12   0.10
XYZ68.045271.065166.0077
Yxy71.06510.33170.3465
Hunter Lab84.3001-3.443912.5855
CIE-Lab87.51661.09829.2090

#e5daca color RGB value is (229,218,202).

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

The process color (four color CMYK) of #e5daca color hex is 0.00, 0.05, 0.12, 0.10. Web safe color of #e5daca is #cccccc. Color #e5daca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 11001010
Octal 345 332 312
Decimal 229 218 202
Hex E5 DA CA

RGB Percentages of Color #e5daca

%35.29
%33.59
%31.12

CMYK Percentages of Color #e5daca

%0
%5
%12
%10

Triadic Colors of #e5daca

#e5daca #cae5da #dacae5

Analogous Colors of #e5daca

#e5daca #e3e5ca #e5cdca

Monochromatic Colors of #e5daca

#e5daca

Complementary Color

#e5daca #cad5e5

#e5daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5daca Color CSS Codes

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

#e5daca Text Font Color

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

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


#e5daca Background Color

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

This div background color is #e5daca


#e5daca Border Color

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

This div border color is #e5daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5daca

#e5daca Color Palettes


Comments

No comments written yet.

Please login to write comment.