Color Hex Logo

#eabafa Color Hex

#EABAFA
(234,186,250)
0 Favorites   0 Comments

Color spaces of #eabafa

RGB 234186250
HSL0.790.860.85
HSV285°26°98°
CMYK 0.060.260.00   0.02
XYZ68.745959.512498.3062
Yxy59.51240.30340.2627
Hunter Lab77.144324.0649-21.5532
CIE-Lab81.572428.2498-25.0739

#eabafa color RGB value is (234,186,250).

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

The process color (four color CMYK) of #eabafa color hex is 0.06, 0.26, 0.00, 0.02. Web safe color of #eabafa is #ffccff. Color #eabafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11111010
Octal 352 272 372
Decimal 234 186 250
Hex EA BA FA

RGB Percentages of Color #eabafa

%34.93
%27.76
%37.31

CMYK Percentages of Color #eabafa

%6
%26
%0
%2

Triadic Colors of #eabafa

#eabafa #faeaba #bafaea

Analogous Colors of #eabafa

#eabafa #fabaea #cabafa

Monochromatic Colors of #eabafa

#eabafa

Complementary Color

#eabafa #cafaba

#eabafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabafa Color CSS Codes

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

#eabafa Text Font Color

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

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


#eabafa Background Color

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

This div background color is #eabafa


#eabafa Border Color

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

This div border color is #eabafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabafa


Comments

No comments written yet.

Please login to write comment.