Color Hex Logo

#eabbfb Color Hex

#EABBFB
(234,187,251)
0 Favorites   0 Comments

Color spaces of #eabbfb

RGB 234187251
HSL0.790.890.86
HSV284°25°98°
CMYK 0.070.250.00   0.02
XYZ69.114659.998199.2048
Yxy59.99810.30270.2628
Hunter Lab77.458423.7197-21.7147
CIE-Lab81.837227.9097-25.2047

#eabbfb color RGB value is (234,187,251).

#eabbfb hex color red value is 234, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eabbfb hue: 0.79 , saturation: 0.89 and the lightness value of eabbfb is 0.86.

The process color (four color CMYK) of #eabbfb color hex is 0.07, 0.25, 0.00, 0.02. Web safe color of #eabbfb is #ffccff. Color #eabbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11111011
Octal 352 273 373
Decimal 234 187 251
Hex EA BB FB

RGB Percentages of Color #eabbfb

%34.82
%27.83
%37.35

CMYK Percentages of Color #eabbfb

%7
%25
%0
%2

Triadic Colors of #eabbfb

#eabbfb #fbeabb #bbfbea

Analogous Colors of #eabbfb

#eabbfb #fbbbec #cabbfb

Monochromatic Colors of #eabbfb

#eabbfb

Complementary Color

#eabbfb #ccfbbb

#eabbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbfb Color CSS Codes

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

#eabbfb Text Font Color

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

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


#eabbfb Background Color

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

This div background color is #eabbfb


#eabbfb Border Color

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

This div border color is #eabbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbfb

#eabbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.