Color Hex Logo

#eabbfc Color Hex

#EABBFC
(234,187,252)
0 Favorites   0 Comments

Color spaces of #eabbfc

RGB 234187252
HSL0.790.920.86
HSV283°26°99°
CMYK 0.070.260.00   0.01
XYZ69.272760.0613100.0374
Yxy60.06130.30200.2619
Hunter Lab77.499223.9286-22.2831
CIE-Lab81.871528.1042-25.6864

#eabbfc color RGB value is (234,187,252).

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

The process color (four color CMYK) of #eabbfc color hex is 0.07, 0.26, 0.00, 0.01. Web safe color of #eabbfc is #ffccff. Color #eabbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11111100
Octal 352 273 374
Decimal 234 187 252
Hex EA BB FC

RGB Percentages of Color #eabbfc

%34.77
%27.79
%37.44

CMYK Percentages of Color #eabbfc

%7
%26
%0
%1

Triadic Colors of #eabbfc

#eabbfc #fceabb #bbfcea

Analogous Colors of #eabbfc

#eabbfc #fcbbee #cabbfc

Monochromatic Colors of #eabbfc

#eabbfc

Complementary Color

#eabbfc #cdfcbb

#eabbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbfc Color CSS Codes

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

#eabbfc Text Font Color

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

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


#eabbfc Background Color

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

This div background color is #eabbfc


#eabbfc Border Color

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

This div border color is #eabbfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,187,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbfc


Comments

No comments written yet.

Please login to write comment.