Color Hex Logo

#eeaad0 Color Hex

#EEAAD0
(238,170,208)
0 Favorites   0 Comments

Color spaces of #eeaad0

RGB 238170208
HSL0.910.670.80
HSV326°29°93°
CMYK 0.000.290.13   0.07
XYZ61.019851.480766.3952
Yxy51.48070.34110.2878
Hunter Lab71.750126.2427-4.6400
CIE-Lab76.969330.6048-9.3067

#eeaad0 color RGB value is (238,170,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11010000
Octal 356 252 320
Decimal 238 170 208
Hex EE AA D0

RGB Percentages of Color #eeaad0

%38.64
%27.60
%33.77

CMYK Percentages of Color #eeaad0

%0
%29
%13
%7

Triadic Colors of #eeaad0

#eeaad0 #d0eeaa #aad0ee

Analogous Colors of #eeaad0

#eeaad0 #eeaaae #eaaaee

Monochromatic Colors of #eeaad0

#eeaad0

Complementary Color

#eeaad0 #aaeec8

#eeaad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaad0 Color CSS Codes

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

#eeaad0 Text Font Color

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

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


#eeaad0 Background Color

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

This div background color is #eeaad0


#eeaad0 Border Color

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

This div border color is #eeaad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaad0


Comments

No comments written yet.

Please login to write comment.