Color Hex Logo

#eeaaac Color Hex

#EEAAAC
(238,170,172)
0 Favorites   0 Comments

Color spaces of #eeaaac

RGB 238170172
HSL1.000.670.80
HSV358°29°93°
CMYK 0.000.290.28   0.07
XYZ57.081049.905245.6539
Yxy49.90520.37400.3269
Hunter Lab70.643620.604111.1340
CIE-Lab76.011025.24718.9463

#eeaaac color RGB value is (238,170,172).

#eeaaac hex color red value is 238, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eeaaac hue: 1.00 , saturation: 0.67 and the lightness value of eeaaac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10101100
Octal 356 252 254
Decimal 238 170 172
Hex EE AA AC

RGB Percentages of Color #eeaaac

%41.03
%29.31
%29.66

CMYK Percentages of Color #eeaaac

%0
%29
%28
%7

Triadic Colors of #eeaaac

#eeaaac #aceeaa #aaacee

Analogous Colors of #eeaaac

#eeaaac #eecaaa #eeaace

Monochromatic Colors of #eeaaac

#eeaaac

Complementary Color

#eeaaac #aaeeec

#eeaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaac Color CSS Codes

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

#eeaaac Text Font Color

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

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


#eeaaac Background Color

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

This div background color is #eeaaac


#eeaaac Border Color

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

This div border color is #eeaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaac


Comments

No comments written yet.

Please login to write comment.