Color Hex Logo

#e0abaa Color Hex

#E0ABAA
(224,171,170)
0 Favorites   0 Comments

Color spaces of #e0abaa

RGB 224171170
HSL0.000.470.77
HSV24°88°
CMYK 0.000.240.24   0.12
XYZ52.559147.875444.5009
Yxy47.87540.36260.3303
Hunter Lab69.192114.504610.3020
CIE-Lab74.746319.25158.0367

#e0abaa color RGB value is (224,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101011 10101010
Octal 340 253 252
Decimal 224 171 170
Hex E0 AB AA

RGB Percentages of Color #e0abaa

%39.65
%30.27
%30.09

CMYK Percentages of Color #e0abaa

%0
%24
%24
%12

Triadic Colors of #e0abaa

#e0abaa #aae0ab #abaae0

Analogous Colors of #e0abaa

#e0abaa #e0c6aa #e0aac4

Monochromatic Colors of #e0abaa

#e0abaa

Complementary Color

#e0abaa #aadfe0

#e0abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0abaa Color CSS Codes

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

#e0abaa Text Font Color

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

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


#e0abaa Background Color

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

This div background color is #e0abaa


#e0abaa Border Color

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

This div border color is #e0abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0abaa


Comments

No comments written yet.

Please login to write comment.