Color Hex Logo

#e0afaa Color Hex

#E0AFAA
(224,175,170)
0 Favorites   0 Comments

Color spaces of #e0afaa

RGB 224175170
HSL0.020.470.77
HSV24°88°
CMYK 0.000.220.24   0.12
XYZ53.326149.409544.7566
Yxy49.40950.36160.3350
Hunter Lab70.291912.406111.4529
CIE-Lab75.705417.10419.4065

#e0afaa color RGB value is (224,175,170).

#e0afaa hex color red value is 224, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e0afaa hue: 0.02 , saturation: 0.47 and the lightness value of e0afaa is 0.77.

The process color (four color CMYK) of #e0afaa color hex is 0.00, 0.22, 0.24, 0.12. Web safe color of #e0afaa is #cc9999. Color #e0afaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101111 10101010
Octal 340 257 252
Decimal 224 175 170
Hex E0 AF AA

RGB Percentages of Color #e0afaa

%39.37
%30.76
%29.88

CMYK Percentages of Color #e0afaa

%0
%22
%24
%12

Triadic Colors of #e0afaa

#e0afaa #aae0af #afaae0

Analogous Colors of #e0afaa

#e0afaa #e0caaa #e0aac0

Monochromatic Colors of #e0afaa

#e0afaa

Complementary Color

#e0afaa #aadbe0

#e0afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0afaa Color CSS Codes

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

#e0afaa Text Font Color

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

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


#e0afaa Background Color

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

This div background color is #e0afaa


#e0afaa Border Color

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

This div border color is #e0afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0afaa


Comments

No comments written yet.

Please login to write comment.