Color Hex Logo

#e0daaf Color Hex

#E0DAAF
(224,218,175)
0 Favorites   0 Comments

Color spaces of #e0daaf

RGB 224218175
HSL0.150.440.78
HSV53°22°88°
CMYK 0.000.030.22   0.12
XYZ63.549769.085250.5428
Yxy69.08520.34690.3771
Hunter Lab83.1175-8.978722.1287
CIE-Lab86.5462-4.794621.9472

#e0daaf color RGB value is (224,218,175).

#e0daaf hex color red value is 224, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e0daaf hue: 0.15 , saturation: 0.44 and the lightness value of e0daaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 10101111
Octal 340 332 257
Decimal 224 218 175
Hex E0 DA AF

RGB Percentages of Color #e0daaf

%36.30
%35.33
%28.36

CMYK Percentages of Color #e0daaf

%0
%3
%22
%12

Triadic Colors of #e0daaf

#e0daaf #afe0da #daafe0

Analogous Colors of #e0daaf

#e0daaf #cee0af #e0c2af

Monochromatic Colors of #e0daaf

#e0daaf

Complementary Color

#e0daaf #afb5e0

#e0daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0daaf Color CSS Codes

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

#e0daaf Text Font Color

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

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


#e0daaf Background Color

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

This div background color is #e0daaf


#e0daaf Border Color

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

This div border color is #e0daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0daaf


Comments

No comments written yet.

Please login to write comment.