Color Hex Logo

#e1daca Color Hex

#E1DACA
(225,218,202)
0 Favorites   0 Comments

Color spaces of #e1daca

RGB 225218202
HSL0.120.280.84
HSV42°10°88°
CMYK 0.000.030.10   0.12
XYZ66.783470.414665.9486
Yxy70.41460.32870.3466
Hunter Lab83.9134-4.787312.1426
CIE-Lab87.1998-0.31838.7132

#e1daca color RGB value is (225,218,202).

#e1daca hex color red value is 225, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1daca hue: 0.12 , saturation: 0.28 and the lightness value of e1daca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 11001010
Octal 341 332 312
Decimal 225 218 202
Hex E1 DA CA

RGB Percentages of Color #e1daca

%34.88
%33.80
%31.32

CMYK Percentages of Color #e1daca

%0
%3
%10
%12

Triadic Colors of #e1daca

#e1daca #cae1da #dacae1

Analogous Colors of #e1daca

#e1daca #dde1ca #e1cfca

Monochromatic Colors of #e1daca

#e1daca

Complementary Color

#e1daca #cad1e1

#e1daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1daca Color CSS Codes

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

#e1daca Text Font Color

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

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


#e1daca Background Color

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

This div background color is #e1daca


#e1daca Border Color

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

This div border color is #e1daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1daca


Comments

No comments written yet.

Please login to write comment.