Color Hex Logo

#e0acab Color Hex

#E0ACAB
(224,172,171)
0 Favorites   0 Comments

Color spaces of #e0acab

RGB 224172171
HSL0.000.460.77
HSV24°88°
CMYK 0.000.230.24   0.12
XYZ52.843748.292645.0643
Yxy48.29260.36140.3303
Hunter Lab69.492914.122210.1970
CIE-Lab75.009118.85807.8661

#e0acab color RGB value is (224,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 10101011
Octal 340 254 253
Decimal 224 172 171
Hex E0 AC AB

RGB Percentages of Color #e0acab

%39.51
%30.34
%30.16

CMYK Percentages of Color #e0acab

%0
%23
%24
%12

Triadic Colors of #e0acab

#e0acab #abe0ac #acabe0

Analogous Colors of #e0acab

#e0acab #e0c7ab #e0abc5

Monochromatic Colors of #e0acab

#e0acab

Complementary Color

#e0acab #abdfe0

#e0acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0acab Color CSS Codes

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

#e0acab Text Font Color

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

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


#e0acab Background Color

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

This div background color is #e0acab


#e0acab Border Color

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

This div border color is #e0acab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,172,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0acab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0acab

#e0acab Color Palettes


Comments

No comments written yet.

Please login to write comment.