Color Hex Logo

#e2dfaa Color Hex

#E2DFAA
(226,223,170)
0 Favorites   0 Comments

Color spaces of #e2dfaa

RGB 226223170
HSL0.160.490.78
HSV57°25°89°
CMYK 0.000.010.25   0.11
XYZ65.007471.846448.4717
Yxy71.84640.35080.3877
Hunter Lab84.7623-11.435525.4283
CIE-Lab87.8946-7.288926.4168

#e2dfaa color RGB value is (226,223,170).

#e2dfaa hex color red value is 226, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e2dfaa hue: 0.16 , saturation: 0.49 and the lightness value of e2dfaa is 0.78.

The process color (four color CMYK) of #e2dfaa color hex is 0.00, 0.01, 0.25, 0.11. Web safe color of #e2dfaa is #cccc99. Color #e2dfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 10101010
Octal 342 337 252
Decimal 226 223 170
Hex E2 DF AA

RGB Percentages of Color #e2dfaa

%36.51
%36.03
%27.46

CMYK Percentages of Color #e2dfaa

%0
%1
%25
%11

Triadic Colors of #e2dfaa

#e2dfaa #aae2df #dfaae2

Analogous Colors of #e2dfaa

#e2dfaa #c9e2aa #e2c3aa

Monochromatic Colors of #e2dfaa

#e2dfaa

Complementary Color

#e2dfaa #aaade2

#e2dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfaa Color CSS Codes

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

#e2dfaa Text Font Color

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

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


#e2dfaa Background Color

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

This div background color is #e2dfaa


#e2dfaa Border Color

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

This div border color is #e2dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfaa


Comments

No comments written yet.

Please login to write comment.