Color Hex Logo

#babffa Color Hex

#BABFFA
(186,191,250)
0 Favorites   0 Comments

Color spaces of #babffa

RGB 186191250
HSL0.650.860.85
HSV235°26°98°
CMYK 0.260.240.00   0.02
XYZ56.135854.602898.0232
Yxy54.60280.26890.2616
Hunter Lab73.89376.2894-26.9252
CIE-Lab78.811910.8329-29.6478

#babffa color RGB value is (186,191,250).

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

The process color (four color CMYK) of #babffa color hex is 0.26, 0.24, 0.00, 0.02. Web safe color of #babffa is #ccccff. Color #babffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11111010
Octal 272 277 372
Decimal 186 191 250
Hex BA BF FA

RGB Percentages of Color #babffa

%29.67
%30.46
%39.87

CMYK Percentages of Color #babffa

%26
%24
%0
%2

Triadic Colors of #babffa

#babffa #fababf #bffaba

Analogous Colors of #babffa

#babffa #d5bafa #badffa

Monochromatic Colors of #babffa

#babffa

Complementary Color

#babffa #faf5ba

#babffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#babffa Color CSS Codes

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

#babffa Text Font Color

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

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


#babffa Background Color

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

This div background color is #babffa


#babffa Border Color

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

This div border color is #babffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babffa


Comments

No comments written yet.

Please login to write comment.