Color Hex Logo

#e2aeaa Color Hex

#E2AEAA
(226,174,170)
0 Favorites   0 Comments

Color spaces of #e2aeaa

RGB 226174170
HSL0.010.490.78
HSV25°89°
CMYK 0.000.230.25   0.11
XYZ53.755849.343144.7212
Yxy49.34310.36370.3338
Hunter Lab70.244613.671811.4243
CIE-Lab75.664318.38599.3749

#e2aeaa color RGB value is (226,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101110 10101010
Octal 342 256 252
Decimal 226 174 170
Hex E2 AE AA

RGB Percentages of Color #e2aeaa

%39.65
%30.53
%29.82

CMYK Percentages of Color #e2aeaa

%0
%23
%25
%11

Triadic Colors of #e2aeaa

#e2aeaa #aae2ae #aeaae2

Analogous Colors of #e2aeaa

#e2aeaa #e2caaa #e2aac2

Monochromatic Colors of #e2aeaa

#e2aeaa

Complementary Color

#e2aeaa #aadee2

#e2aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aeaa Color CSS Codes

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

#e2aeaa Text Font Color

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

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


#e2aeaa Background Color

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

This div background color is #e2aeaa


#e2aeaa Border Color

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

This div border color is #e2aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aeaa


Comments

No comments written yet.

Please login to write comment.