Color Hex Logo

#e2aaaf Color Hex

#E2AAAF
(226,170,175)
0 Favorites   0 Comments

Color spaces of #e2aaaf

RGB 226170175
HSL0.990.490.78
HSV355°25°89°
CMYK 0.000.250.23   0.11
XYZ53.476648.013347.0064
Yxy48.01330.36010.3233
Hunter Lab69.291616.49908.2827
CIE-Lab74.833321.25065.4519

#e2aaaf color RGB value is (226,170,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101010 10101111
Octal 342 252 257
Decimal 226 170 175
Hex E2 AA AF

RGB Percentages of Color #e2aaaf

%39.58
%29.77
%30.65

CMYK Percentages of Color #e2aaaf

%0
%25
%23
%11

Triadic Colors of #e2aaaf

#e2aaaf #afe2aa #aaafe2

Analogous Colors of #e2aaaf

#e2aaaf #e2c1aa #e2aacb

Monochromatic Colors of #e2aaaf

#e2aaaf

Complementary Color

#e2aaaf #aae2dd

#e2aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aaaf Color CSS Codes

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

#e2aaaf Text Font Color

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

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


#e2aaaf Background Color

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

This div background color is #e2aaaf


#e2aaaf Border Color

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

This div border color is #e2aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aaaf

#e2aaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.