Color Hex Logo

#eea2ac Color Hex

#EEA2AC
(238,162,172)
0 Favorites   0 Comments

Color spaces of #eea2ac

RGB 238162172
HSL0.980.690.78
HSV352°32°93°
CMYK 0.000.320.28   0.07
XYZ55.626646.996445.1691
Yxy46.99640.37640.3180
Hunter Lab68.553924.87068.9225
CIE-Lab74.187529.49376.3340

#eea2ac color RGB value is (238,162,172).

#eea2ac hex color red value is 238, green value is 162 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eea2ac hue: 0.98 , saturation: 0.69 and the lightness value of eea2ac is 0.78.

The process color (four color CMYK) of #eea2ac color hex is 0.00, 0.32, 0.28, 0.07. Web safe color of #eea2ac is #ff9999. Color #eea2ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 10101100
Octal 356 242 254
Decimal 238 162 172
Hex EE A2 AC

RGB Percentages of Color #eea2ac

%41.61
%28.32
%30.07

CMYK Percentages of Color #eea2ac

%0
%32
%28
%7

Triadic Colors of #eea2ac

#eea2ac #aceea2 #a2acee

Analogous Colors of #eea2ac

#eea2ac #eebea2 #eea2d2

Monochromatic Colors of #eea2ac

#eea2ac

Complementary Color

#eea2ac #a2eee4

#eea2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea2ac Color CSS Codes

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

#eea2ac Text Font Color

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

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


#eea2ac Background Color

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

This div background color is #eea2ac


#eea2ac Border Color

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

This div border color is #eea2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea2ac


Comments

No comments written yet.

Please login to write comment.