Color Hex Logo

#babffc Color Hex

#BABFFC
(186,191,252)
0 Favorites   0 Comments

Color spaces of #babffc

RGB 186191252
HSL0.650.920.86
HSV235°26°99°
CMYK 0.260.240.00   0.01
XYZ56.451254.729099.6839
Yxy54.72900.26770.2595
Hunter Lab73.97916.7447-28.1056
CIE-Lab78.884911.3025-30.6064

#babffc color RGB value is (186,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11111100
Octal 272 277 374
Decimal 186 191 252
Hex BA BF FC

RGB Percentages of Color #babffc

%29.57
%30.37
%40.06

CMYK Percentages of Color #babffc

%26
%24
%0
%1

Triadic Colors of #babffc

#babffc #fcbabf #bffcba

Analogous Colors of #babffc

#babffc #d6bafc #bae0fc

Monochromatic Colors of #babffc

#babffc

Complementary Color

#babffc #fcf7ba

#babffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babffc Color CSS Codes

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

#babffc Text Font Color

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

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


#babffc Background Color

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

This div background color is #babffc


#babffc Border Color

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

This div border color is #babffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babffc

Related Colors

#babffc Color Palettes


Comments

No comments written yet.

Please login to write comment.