Color Hex Logo

#e2aaac Color Hex

#E2AAAC
(226,170,172)
0 Favorites   0 Comments

Color spaces of #e2aaac

RGB 226170172
HSL0.990.490.78
HSV358°25°89°
CMYK 0.000.250.24   0.11
XYZ53.185247.896845.4716
Yxy47.89680.36290.3268
Hunter Lab69.207516.06219.4898
CIE-Lab74.759820.81646.9885

#e2aaac color RGB value is (226,170,172).

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

The process color (four color CMYK) of #e2aaac color hex is 0.00, 0.25, 0.24, 0.11. Web safe color of #e2aaac is #cc9999. Color #e2aaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101010 10101100
Octal 342 252 254
Decimal 226 170 172
Hex E2 AA AC

RGB Percentages of Color #e2aaac

%39.79
%29.93
%30.28

CMYK Percentages of Color #e2aaac

%0
%25
%24
%11

Triadic Colors of #e2aaac

#e2aaac #ace2aa #aaace2

Analogous Colors of #e2aaac

#e2aaac #e2c4aa #e2aac8

Monochromatic Colors of #e2aaac

#e2aaac

Complementary Color

#e2aaac #aae2e0

#e2aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aaac Color CSS Codes

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

#e2aaac Text Font Color

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

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


#e2aaac Background Color

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

This div background color is #e2aaac


#e2aaac Border Color

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

This div border color is #e2aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aaac


Comments

No comments written yet.

Please login to write comment.