Color Hex Logo

#eea1ac Color Hex

#EEA1AC
(238,161,172)
0 Favorites   0 Comments

Color spaces of #eea1ac

RGB 238161172
HSL0.980.690.78
HSV351°32°93°
CMYK 0.000.320.28   0.07
XYZ55.451246.645445.1106
Yxy46.64540.37670.3169
Hunter Lab68.297425.40508.6470
CIE-Lab73.962430.02386.0103

#eea1ac color RGB value is (238,161,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 10101100
Octal 356 241 254
Decimal 238 161 172
Hex EE A1 AC

RGB Percentages of Color #eea1ac

%41.68
%28.20
%30.12

CMYK Percentages of Color #eea1ac

%0
%32
%28
%7

Triadic Colors of #eea1ac

#eea1ac #aceea1 #a1acee

Analogous Colors of #eea1ac

#eea1ac #eebda1 #eea1d3

Monochromatic Colors of #eea1ac

#eea1ac

Complementary Color

#eea1ac #a1eee3

#eea1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1ac Color CSS Codes

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

#eea1ac Text Font Color

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

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


#eea1ac Background Color

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

This div background color is #eea1ac


#eea1ac Border Color

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

This div border color is #eea1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1ac


Comments

No comments written yet.

Please login to write comment.