Color Hex Logo

#eeaaff Color Hex

#EEAAFF
(238,170,255)
3 Favorites   0 Comments

Color spaces of #eeaaff

RGB 238170255
HSL0.801.000.83
HSV288°33°100°
CMYK 0.070.330.00   0.00
XYZ67.684654.1466101.4917
Yxy54.14660.30310.2425
Hunter Lab73.584435.4158-30.2670
CIE-Lab78.547138.9682-32.3557

#eeaaff color RGB value is (238,170,255).

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

The process color (four color CMYK) of #eeaaff color hex is 0.07, 0.33, 0.00, 0.00. Web safe color of #eeaaff is #ff99ff. Color #eeaaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11111111
Octal 356 252 377
Decimal 238 170 255
Hex EE AA FF

RGB Percentages of Color #eeaaff

%35.90
%25.64
%38.46

CMYK Percentages of Color #eeaaff

%7
%33
%0
%0

Triadic Colors of #eeaaff

#eeaaff #ffeeaa #aaffee

Analogous Colors of #eeaaff

#eeaaff #ffaae6 #c4aaff

Monochromatic Colors of #eeaaff

#eeaaff

Complementary Color

#eeaaff #bbffaa

#eeaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaff Color CSS Codes

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

#eeaaff Text Font Color

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

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


#eeaaff Background Color

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

This div background color is #eeaaff


#eeaaff Border Color

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

This div border color is #eeaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaff


Comments

No comments written yet.

Please login to write comment.