Color Hex Logo

#e1acac Color Hex

#E1ACAC
(225,172,172)
0 Favorites   0 Comments

Color spaces of #e1acac

RGB 225172172
HSL0.000.470.78
HSV24°88°
CMYK 0.000.240.24   0.12
XYZ53.250348.491245.5829
Yxy48.49120.36140.3291
Hunter Lab69.635614.63659.9342
CIE-Lab75.133719.37287.5113

#e1acac color RGB value is (225,172,172).

#e1acac hex color red value is 225, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e1acac hue: 0.00 , saturation: 0.47 and the lightness value of e1acac is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 10101100
Octal 341 254 254
Decimal 225 172 172
Hex E1 AC AC

RGB Percentages of Color #e1acac

%39.54
%30.23
%30.23

CMYK Percentages of Color #e1acac

%0
%24
%24
%12

Triadic Colors of #e1acac

#e1acac #ace1ac #acace1

Analogous Colors of #e1acac

#e1acac #e1c7ac #e1acc7

Monochromatic Colors of #e1acac

#e1acac

Complementary Color

#e1acac #ace1e1

#e1acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acac Color CSS Codes

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

#e1acac Text Font Color

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

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


#e1acac Background Color

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

This div background color is #e1acac


#e1acac Border Color

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

This div border color is #e1acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acac

#e1acac Color Palettes


Comments

No comments written yet.

Please login to write comment.