Color Hex Logo

#eeaaed Color Hex

#EEAAED
(238,170,237)
0 Favorites   0 Comments

Color spaces of #eeaaed

RGB 238170237
HSL0.840.670.80
HSV301°29°93°
CMYK 0.000.290.00   0.07
XYZ64.920753.041086.9370
Yxy53.04100.31680.2589
Hunter Lab72.829331.6654-19.7946
CIE-Lab77.899235.5988-23.6479

#eeaaed color RGB value is (238,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11101101
Octal 356 252 355
Decimal 238 170 237
Hex EE AA ED

RGB Percentages of Color #eeaaed

%36.90
%26.36
%36.74

CMYK Percentages of Color #eeaaed

%0
%29
%0
%7

Triadic Colors of #eeaaed

#eeaaed #edeeaa #aaedee

Analogous Colors of #eeaaed

#eeaaed #eeaacb #cdaaee

Monochromatic Colors of #eeaaed

#eeaaed

Complementary Color

#eeaaed #aaeeab

#eeaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaed Color CSS Codes

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

#eeaaed Text Font Color

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

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


#eeaaed Background Color

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

This div background color is #eeaaed


#eeaaed Border Color

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

This div border color is #eeaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaed


Comments

No comments written yet.

Please login to write comment.