Color Hex Logo

#eeaae0 Color Hex

#EEAAE0
(238,170,224)
0 Favorites   0 Comments

Color spaces of #eeaae0

RGB 238170224
HSL0.870.670.80
HSV312°29°93°
CMYK 0.000.290.06   0.07
XYZ63.089252.308477.2924
Yxy52.30840.32740.2715
Hunter Lab72.324529.1388-12.7353
CIE-Lab77.464933.2905-17.2649

#eeaae0 color RGB value is (238,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11100000
Octal 356 252 340
Decimal 238 170 224
Hex EE AA E0

RGB Percentages of Color #eeaae0

%37.66
%26.90
%35.44

CMYK Percentages of Color #eeaae0

%0
%29
%6
%7

Triadic Colors of #eeaae0

#eeaae0 #e0eeaa #aae0ee

Analogous Colors of #eeaae0

#eeaae0 #eeaabe #daaaee

Monochromatic Colors of #eeaae0

#eeaae0

Complementary Color

#eeaae0 #aaeeb8

#eeaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaae0 Color CSS Codes

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

#eeaae0 Text Font Color

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

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


#eeaae0 Background Color

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

This div background color is #eeaae0


#eeaae0 Border Color

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

This div border color is #eeaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaae0


Comments

No comments written yet.

Please login to write comment.