Color Hex Logo

#e1daaa Color Hex

#E1DAAA
(225,218,170)
0 Favorites   0 Comments

Color spaces of #e1daaa

RGB 225218170
HSL0.150.480.77
HSV52°24°88°
CMYK 0.000.030.24   0.12
XYZ63.378469.052648.0183
Yxy69.05260.35120.3827
Hunter Lab83.0979-9.280123.9077
CIE-Lab86.5301-5.118324.5418

#e1daaa color RGB value is (225,218,170).

#e1daaa hex color red value is 225, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e1daaa hue: 0.15 , saturation: 0.48 and the lightness value of e1daaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 10101010
Octal 341 332 252
Decimal 225 218 170
Hex E1 DA AA

RGB Percentages of Color #e1daaa

%36.70
%35.56
%27.73

CMYK Percentages of Color #e1daaa

%0
%3
%24
%12

Triadic Colors of #e1daaa

#e1daaa #aae1da #daaae1

Analogous Colors of #e1daaa

#e1daaa #cde1aa #e1bfaa

Monochromatic Colors of #e1daaa

#e1daaa

Complementary Color

#e1daaa #aab1e1

#e1daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1daaa Color CSS Codes

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

#e1daaa Text Font Color

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

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


#e1daaa Background Color

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

This div background color is #e1daaa


#e1daaa Border Color

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

This div border color is #e1daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1daaa


Comments

No comments written yet.

Please login to write comment.