Color Hex Logo

#e2daac Color Hex

#E2DAAC
(226,218,172)
0 Favorites   0 Comments

Color spaces of #e2daac

RGB 226218172
HSL0.140.480.78
HSV51°24°89°
CMYK 0.000.040.24   0.11
XYZ63.881869.290149.0371
Yxy69.29010.35060.3803
Hunter Lab83.2407-8.684123.3407
CIE-Lab86.6475-4.470923.6751

#e2daac color RGB value is (226,218,172).

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

The process color (four color CMYK) of #e2daac color hex is 0.00, 0.04, 0.24, 0.11. Web safe color of #e2daac is #cccc99. Color #e2daac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 10101100
Octal 342 332 254
Decimal 226 218 172
Hex E2 DA AC

RGB Percentages of Color #e2daac

%36.69
%35.39
%27.92

CMYK Percentages of Color #e2daac

%0
%4
%24
%11

Triadic Colors of #e2daac

#e2daac #ace2da #daace2

Analogous Colors of #e2daac

#e2daac #cfe2ac #e2bfac

Monochromatic Colors of #e2daac

#e2daac

Complementary Color

#e2daac #acb4e2

#e2daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2daac Color CSS Codes

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

#e2daac Text Font Color

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

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


#e2daac Background Color

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

This div background color is #e2daac


#e2daac Border Color

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

This div border color is #e2daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2daac


Comments

No comments written yet.

Please login to write comment.