Color Hex Logo

#e1daac Color Hex

#E1DAAC
(225,218,172)
0 Favorites   0 Comments

Color spaces of #e1daac

RGB 225218172
HSL0.140.470.78
HSV52°24°88°
CMYK 0.000.030.24   0.12
XYZ63.569169.128949.0225
Yxy69.12890.34980.3804
Hunter Lab83.1438-9.026223.2426
CIE-Lab86.5678-4.843323.5530

#e1daac color RGB value is (225,218,172).

#e1daac hex color red value is 225, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e1daac hue: 0.14 , saturation: 0.47 and the lightness value of e1daac is 0.78.

The process color (four color CMYK) of #e1daac color hex is 0.00, 0.03, 0.24, 0.12. Web safe color of #e1daac is #cccc99. Color #e1daac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 10101100
Octal 341 332 254
Decimal 225 218 172
Hex E1 DA AC

RGB Percentages of Color #e1daac

%36.59
%35.45
%27.97

CMYK Percentages of Color #e1daac

%0
%3
%24
%12

Triadic Colors of #e1daac

#e1daac #ace1da #daace1

Analogous Colors of #e1daac

#e1daac #cee1ac #e1c0ac

Monochromatic Colors of #e1daac

#e1daac

Complementary Color

#e1daac #acb3e1

#e1daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1daac Color CSS Codes

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

#e1daac Text Font Color

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

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


#e1daac Background Color

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

This div background color is #e1daac


#e1daac Border Color

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

This div border color is #e1daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1daac


Comments

No comments written yet.

Please login to write comment.