Color Hex Logo

#e1dace Color Hex

#E1DACE
(225,218,206)
0 Favorites   0 Comments

Color spaces of #e1dace

RGB 225218206
HSL0.110.240.85
HSV38°88°
CMYK 0.000.030.08   0.12
XYZ67.263370.606668.4758
Yxy70.60660.32600.3422
Hunter Lab84.0277-4.161210.5029
CIE-Lab87.29350.34006.7403

#e1dace color RGB value is (225,218,206).

#e1dace hex color red value is 225, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e1dace hue: 0.11 , saturation: 0.24 and the lightness value of e1dace is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 11001110
Octal 341 332 316
Decimal 225 218 206
Hex E1 DA CE

RGB Percentages of Color #e1dace

%34.67
%33.59
%31.74

CMYK Percentages of Color #e1dace

%0
%3
%8
%12

Triadic Colors of #e1dace

#e1dace #cee1da #dacee1

Analogous Colors of #e1dace

#e1dace #dfe1ce #e1d1ce

Monochromatic Colors of #e1dace

#e1dace

Complementary Color

#e1dace #ced5e1

#e1dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dace Color CSS Codes

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

#e1dace Text Font Color

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

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


#e1dace Background Color

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

This div background color is #e1dace


#e1dace Border Color

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

This div border color is #e1dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dace


Comments

No comments written yet.

Please login to write comment.