Color Hex Logo

#eeabff Color Hex

#EEABFF
(238,171,255)
0 Favorites   0 Comments

Color spaces of #eeabff

RGB 238171255
HSL0.801.000.84
HSV288°33°100°
CMYK 0.070.330.00   0.00
XYZ67.872854.5230101.5544
Yxy54.52300.30310.2435
Hunter Lab73.839734.8562-29.8559
CIE-Lab78.765738.4395-32.0191

#eeabff color RGB value is (238,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11111111
Octal 356 253 377
Decimal 238 171 255
Hex EE AB FF

RGB Percentages of Color #eeabff

%35.84
%25.75
%38.40

CMYK Percentages of Color #eeabff

%7
%33
%0
%0

Triadic Colors of #eeabff

#eeabff #ffeeab #abffee

Analogous Colors of #eeabff

#eeabff #ffabe6 #c4abff

Monochromatic Colors of #eeabff

#eeabff

Complementary Color

#eeabff #bcffab

#eeabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabff Color CSS Codes

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

#eeabff Text Font Color

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

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


#eeabff Background Color

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

This div background color is #eeabff


#eeabff Border Color

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

This div border color is #eeabff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,171,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 #eeabff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabff


Comments

No comments written yet.

Please login to write comment.