Color Hex Logo

#eeaad8 Color Hex

#EEAAD8
(238,170,216)
0 Favorites   0 Comments

Color spaces of #eeaad8

RGB 238170216
HSL0.890.670.80
HSV319°29°93°
CMYK 0.000.290.09   0.07
XYZ62.029351.884571.7111
Yxy51.88450.33420.2795
Hunter Lab72.030927.6609-8.6051
CIE-Lab77.211731.9254-13.2993

#eeaad8 color RGB value is (238,170,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11011000
Octal 356 252 330
Decimal 238 170 216
Hex EE AA D8

RGB Percentages of Color #eeaad8

%38.14
%27.24
%34.62

CMYK Percentages of Color #eeaad8

%0
%29
%9
%7

Triadic Colors of #eeaad8

#eeaad8 #d8eeaa #aad8ee

Analogous Colors of #eeaad8

#eeaad8 #eeaab6 #e2aaee

Monochromatic Colors of #eeaad8

#eeaad8

Complementary Color

#eeaad8 #aaeec0

#eeaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaad8 Color CSS Codes

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

#eeaad8 Text Font Color

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

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


#eeaad8 Background Color

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

This div background color is #eeaad8


#eeaad8 Border Color

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

This div border color is #eeaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaad8


Comments

No comments written yet.

Please login to write comment.