Color Hex Logo

#eeaaef Color Hex

#EEAAEF
(238,170,239)
0 Favorites   0 Comments

Color spaces of #eeaaef

RGB 238170239
HSL0.830.680.80
HSV299°29°94°
CMYK 0.000.290.00   0.06
XYZ65.214653.158688.4848
Yxy53.15860.31530.2570
Hunter Lab72.909932.0677-20.9184
CIE-Lab77.968535.9634-24.6230

#eeaaef color RGB value is (238,170,239).

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

The process color (four color CMYK) of #eeaaef color hex is 0.00, 0.29, 0.00, 0.06. Web safe color of #eeaaef is #ff99ff. Color #eeaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11101111
Octal 356 252 357
Decimal 238 170 239
Hex EE AA EF

RGB Percentages of Color #eeaaef

%36.79
%26.28
%36.94

CMYK Percentages of Color #eeaaef

%0
%29
%0
%6

Triadic Colors of #eeaaef

#eeaaef #efeeaa #aaefee

Analogous Colors of #eeaaef

#eeaaef #efaace #ccaaef

Monochromatic Colors of #eeaaef

#eeaaef

Complementary Color

#eeaaef #abefaa

#eeaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaef Color CSS Codes

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

#eeaaef Text Font Color

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

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


#eeaaef Background Color

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

This div background color is #eeaaef


#eeaaef Border Color

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

This div border color is #eeaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaef


Comments

No comments written yet.

Please login to write comment.