Color Hex Logo

#eeaadd Color Hex

#EEAADD
(238,170,221)
2 Favorites   0 Comments

Color spaces of #eeaadd

RGB 238170221
HSL0.880.670.80
HSV315°29°93°
CMYK 0.000.290.07   0.07
XYZ62.685852.147175.1681
Yxy52.14710.32990.2745
Hunter Lab72.212928.5776-11.1672
CIE-Lab77.368732.7734-15.7810

#eeaadd color RGB value is (238,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11011101
Octal 356 252 335
Decimal 238 170 221
Hex EE AA DD

RGB Percentages of Color #eeaadd

%37.84
%27.03
%35.14

CMYK Percentages of Color #eeaadd

%0
%29
%7
%7

Triadic Colors of #eeaadd

#eeaadd #ddeeaa #aaddee

Analogous Colors of #eeaadd

#eeaadd #eeaabb #ddaaee

Monochromatic Colors of #eeaadd

#eeaadd

Complementary Color

#eeaadd #aaeebb

#eeaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaadd Color CSS Codes

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

#eeaadd Text Font Color

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

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


#eeaadd Background Color

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

This div background color is #eeaadd


#eeaadd Border Color

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

This div border color is #eeaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaadd


Comments

No comments written yet.

Please login to write comment.