Color Hex Logo

#eea3ac Color Hex

#EEA3AC
(238,163,172)
0 Favorites   0 Comments

Color spaces of #eea3ac

RGB 238163172
HSL0.980.690.79
HSV353°32°93°
CMYK 0.000.320.28   0.07
XYZ55.803547.350145.2280
Yxy47.35010.37610.3191
Hunter Lab68.811424.33699.1982
CIE-Lab74.413228.96386.6583

#eea3ac color RGB value is (238,163,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 10101100
Octal 356 243 254
Decimal 238 163 172
Hex EE A3 AC

RGB Percentages of Color #eea3ac

%41.54
%28.45
%30.02

CMYK Percentages of Color #eea3ac

%0
%32
%28
%7

Triadic Colors of #eea3ac

#eea3ac #aceea3 #a3acee

Analogous Colors of #eea3ac

#eea3ac #eec0a3 #eea3d2

Monochromatic Colors of #eea3ac

#eea3ac

Complementary Color

#eea3ac #a3eee5

#eea3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3ac Color CSS Codes

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

#eea3ac Text Font Color

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

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


#eea3ac Background Color

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

This div background color is #eea3ac


#eea3ac Border Color

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

This div border color is #eea3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3ac


Comments

No comments written yet.

Please login to write comment.