Color Hex Logo

#eeaad1 Color Hex

#EEAAD1
(238,170,209)
0 Favorites   0 Comments

Color spaces of #eeaad1

RGB 238170209
HSL0.900.670.80
HSV326°29°93°
CMYK 0.000.290.12   0.07
XYZ61.143251.530067.0453
Yxy51.53000.34020.2867
Hunter Lab71.784426.4168-5.1267
CIE-Lab76.998930.7675-9.8073

#eeaad1 color RGB value is (238,170,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11010001
Octal 356 252 321
Decimal 238 170 209
Hex EE AA D1

RGB Percentages of Color #eeaad1

%38.57
%27.55
%33.87

CMYK Percentages of Color #eeaad1

%0
%29
%12
%7

Triadic Colors of #eeaad1

#eeaad1 #d1eeaa #aad1ee

Analogous Colors of #eeaad1

#eeaad1 #eeaaaf #e9aaee

Monochromatic Colors of #eeaad1

#eeaad1

Complementary Color

#eeaad1 #aaeec7

#eeaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaad1 Color CSS Codes

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

#eeaad1 Text Font Color

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

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


#eeaad1 Background Color

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

This div background color is #eeaad1


#eeaad1 Border Color

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

This div border color is #eeaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaad1


Comments

No comments written yet.

Please login to write comment.