Color Hex Logo

#eeaacb Color Hex

#EEAACB
(238,170,203)
0 Favorites   0 Comments

Color spaces of #eeaacb

RGB 238170203
HSL0.920.670.80
HSV331°29°93°
CMYK 0.000.290.15   0.07
XYZ60.414151.238463.2057
Yxy51.23840.34550.2930
Hunter Lab71.581025.3866-2.2461
CIE-Lab76.823229.8025-6.7982

#eeaacb color RGB value is (238,170,203).

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

The process color (four color CMYK) of #eeaacb color hex is 0.00, 0.29, 0.15, 0.07. Web safe color of #eeaacb is #ff99cc. Color #eeaacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11001011
Octal 356 252 313
Decimal 238 170 203
Hex EE AA CB

RGB Percentages of Color #eeaacb

%38.95
%27.82
%33.22

CMYK Percentages of Color #eeaacb

%0
%29
%15
%7

Triadic Colors of #eeaacb

#eeaacb #cbeeaa #aacbee

Analogous Colors of #eeaacb

#eeaacb #eeabaa #eeaaed

Monochromatic Colors of #eeaacb

#eeaacb

Complementary Color

#eeaacb #aaeecd

#eeaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaacb Color CSS Codes

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

#eeaacb Text Font Color

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

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


#eeaacb Background Color

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

This div background color is #eeaacb


#eeaacb Border Color

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

This div border color is #eeaacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,170,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeaacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaacb


Comments

No comments written yet.

Please login to write comment.