Color Hex Logo

#e1daad Color Hex

#E1DAAD
(225,218,173)
0 Favorites   0 Comments

Color spaces of #e1daad

RGB 225218173
HSL0.140.460.78
HSV52°23°88°
CMYK 0.000.030.23   0.12
XYZ63.665669.167549.5303
Yxy69.16750.34910.3793
Hunter Lab83.1670-8.897822.9066
CIE-Lab86.5869-4.704423.0584

#e1daad color RGB value is (225,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 10101101
Octal 341 332 255
Decimal 225 218 173
Hex E1 DA AD

RGB Percentages of Color #e1daad

%36.53
%35.39
%28.08

CMYK Percentages of Color #e1daad

%0
%3
%23
%12

Triadic Colors of #e1daad

#e1daad #ade1da #daade1

Analogous Colors of #e1daad

#e1daad #cee1ad #e1c0ad

Monochromatic Colors of #e1daad

#e1daad

Complementary Color

#e1daad #adb4e1

#e1daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1daad Color CSS Codes

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

#e1daad Text Font Color

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

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


#e1daad Background Color

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

This div background color is #e1daad


#e1daad Border Color

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

This div border color is #e1daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1daad


Comments

No comments written yet.

Please login to write comment.