Color Hex Logo

#babbfc Color Hex

#BABBFC
(186,187,252)
0 Favorites   0 Comments

Color spaces of #babbfc

RGB 186187252
HSL0.660.920.86
HSV239°26°99°
CMYK 0.260.260.00   0.01
XYZ55.590753.008099.3971
Yxy53.00800.26730.2549
Hunter Lab72.80668.8802-29.9793
CIE-Lab77.879713.4888-32.1531

#babbfc color RGB value is (186,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11111100
Octal 272 273 374
Decimal 186 187 252
Hex BA BB FC

RGB Percentages of Color #babbfc

%29.76
%29.92
%40.32

CMYK Percentages of Color #babbfc

%26
%26
%0
%1

Triadic Colors of #babbfc

#babbfc #fcbabb #bbfcba

Analogous Colors of #babbfc

#babbfc #dabafc #badcfc

Monochromatic Colors of #babbfc

#babbfc

Complementary Color

#babbfc #fcfbba

#babbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbfc Color CSS Codes

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

#babbfc Text Font Color

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

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


#babbfc Background Color

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

This div background color is #babbfc


#babbfc Border Color

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

This div border color is #babbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.