Color Hex Logo

#e2acac Color Hex

#E2ACAC
(226,172,172)
0 Favorites   0 Comments

Color spaces of #e2acac

RGB 226172172
HSL0.000.480.78
HSV24°89°
CMYK 0.000.240.24   0.11
XYZ53.562948.652445.5975
Yxy48.65240.36240.3291
Hunter Lab69.751315.007710.0671
CIE-Lab75.234619.74307.6693

#e2acac color RGB value is (226,172,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101100 10101100
Octal 342 254 254
Decimal 226 172 172
Hex E2 AC AC

RGB Percentages of Color #e2acac

%39.65
%30.18
%30.18

CMYK Percentages of Color #e2acac

%0
%24
%24
%11

Triadic Colors of #e2acac

#e2acac #ace2ac #acace2

Analogous Colors of #e2acac

#e2acac #e2c7ac #e2acc7

Monochromatic Colors of #e2acac

#e2acac

Complementary Color

#e2acac #ace2e2

#e2acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2acac Color CSS Codes

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

#e2acac Text Font Color

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

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


#e2acac Background Color

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

This div background color is #e2acac


#e2acac Border Color

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

This div border color is #e2acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2acac


Comments

No comments written yet.

Please login to write comment.