Color Hex Logo

#efbafa Color Hex

#EFBAFA
(239,186,250)
0 Favorites   0 Comments

Color spaces of #efbafa

RGB 239186250
HSL0.800.860.85
HSV290°26°98°
CMYK 0.040.260.00   0.02
XYZ70.410860.370798.3841
Yxy60.37070.30720.2634
Hunter Lab77.698625.7850-20.6856
CIE-Lab82.039329.8319-24.3201

#efbafa color RGB value is (239,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11111010
Octal 357 272 372
Decimal 239 186 250
Hex EF BA FA

RGB Percentages of Color #efbafa

%35.41
%27.56
%37.04

CMYK Percentages of Color #efbafa

%4
%26
%0
%2

Triadic Colors of #efbafa

#efbafa #faefba #bafaef

Analogous Colors of #efbafa

#efbafa #fabae5 #cfbafa

Monochromatic Colors of #efbafa

#efbafa

Complementary Color

#efbafa #c5faba

#efbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbafa Color CSS Codes

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

#efbafa Text Font Color

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

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


#efbafa Background Color

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

This div background color is #efbafa


#efbafa Border Color

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

This div border color is #efbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbafa


Comments

No comments written yet.

Please login to write comment.