Color Hex Logo

#eeaafb Color Hex

#EEAAFB
(238,170,251)
0 Favorites   0 Comments

Color spaces of #eeaafb

RGB 238170251
HSL0.810.910.83
HSV290°32°98°
CMYK 0.050.320.00   0.02
XYZ67.047253.891698.1351
Yxy53.89160.30600.2460
Hunter Lab73.410934.5575-27.8708
CIE-Lab78.398538.2030-30.4340

#eeaafb color RGB value is (238,170,251).

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

The process color (four color CMYK) of #eeaafb color hex is 0.05, 0.32, 0.00, 0.02. Web safe color of #eeaafb is #ff99ff. Color #eeaafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 11111011
Octal 356 252 373
Decimal 238 170 251
Hex EE AA FB

RGB Percentages of Color #eeaafb

%36.12
%25.80
%38.09

CMYK Percentages of Color #eeaafb

%5
%32
%0
%2

Triadic Colors of #eeaafb

#eeaafb #fbeeaa #aafbee

Analogous Colors of #eeaafb

#eeaafb #fbaae0 #c6aafb

Monochromatic Colors of #eeaafb

#eeaafb

Complementary Color

#eeaafb #b7fbaa

#eeaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaafb Color CSS Codes

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

#eeaafb Text Font Color

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

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


#eeaafb Background Color

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

This div background color is #eeaafb


#eeaafb Border Color

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

This div border color is #eeaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.