Color Hex Logo

#eeabfb Color Hex

#EEABFB
(238,171,251)
0 Favorites   0 Comments

Color spaces of #eeabfb

RGB 238171251
HSL0.810.910.83
HSV290°32°98°
CMYK 0.050.320.00   0.02
XYZ67.235454.268098.1979
Yxy54.26800.30600.2470
Hunter Lab73.666833.9993-27.4668
CIE-Lab78.617737.6739-30.0972

#eeabfb color RGB value is (238,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11111011
Octal 356 253 373
Decimal 238 171 251
Hex EE AB FB

RGB Percentages of Color #eeabfb

%36.06
%25.91
%38.03

CMYK Percentages of Color #eeabfb

%5
%32
%0
%2

Triadic Colors of #eeabfb

#eeabfb #fbeeab #abfbee

Analogous Colors of #eeabfb

#eeabfb #fbabe0 #c6abfb

Monochromatic Colors of #eeabfb

#eeabfb

Complementary Color

#eeabfb #b8fbab

#eeabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabfb Color CSS Codes

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

#eeabfb Text Font Color

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

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


#eeabfb Background Color

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

This div background color is #eeabfb


#eeabfb Border Color

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

This div border color is #eeabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabfb

Related Colors


Comments

No comments written yet.

Please login to write comment.