Color Hex Logo

#e5daac Color Hex

#E5DAAC
(229,218,172)
0 Favorites   0 Comments

Color spaces of #e5daac

RGB 229218172
HSL0.130.520.79
HSV48°25°90°
CMYK 0.000.050.25   0.10
XYZ64.830969.779449.0815
Yxy69.77940.35290.3799
Hunter Lab83.5341-7.650523.6373
CIE-Lab86.8886-3.351524.0445

#e5daac color RGB value is (229,218,172).

#e5daac hex color red value is 229, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e5daac hue: 0.13 , saturation: 0.52 and the lightness value of e5daac is 0.79.

The process color (four color CMYK) of #e5daac color hex is 0.00, 0.05, 0.25, 0.10. Web safe color of #e5daac is #cccc99. Color #e5daac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 10101100
Octal 345 332 254
Decimal 229 218 172
Hex E5 DA AC

RGB Percentages of Color #e5daac

%37.00
%35.22
%27.79

CMYK Percentages of Color #e5daac

%0
%5
%25
%10

Triadic Colors of #e5daac

#e5daac #ace5da #daace5

Analogous Colors of #e5daac

#e5daac #d4e5ac #e5beac

Monochromatic Colors of #e5daac

#e5daac

Complementary Color

#e5daac #acb7e5

#e5daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5daac Color CSS Codes

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

#e5daac Text Font Color

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

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


#e5daac Background Color

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

This div background color is #e5daac


#e5daac Border Color

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

This div border color is #e5daac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,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 #e5daac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5daac


Comments

No comments written yet.

Please login to write comment.