Color Hex Logo

#babfca Color Hex

#BABFCA
(186,191,202)
0 Favorites   0 Comments

Color spaces of #babfca

RGB 186191202
HSL0.610.130.76
HSV221°79°
CMYK 0.080.050.00   0.21
XYZ49.541251.965063.2963
Yxy51.96500.30060.3153
Hunter Lab72.0868-3.4787-1.5993
CIE-Lab77.25990.4066-6.1249

#babfca color RGB value is (186,191,202).

#babfca hex color red value is 186, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #babfca hue: 0.61 , saturation: 0.13 and the lightness value of babfca is 0.76.

The process color (four color CMYK) of #babfca color hex is 0.08, 0.05, 0.00, 0.21. Web safe color of #babfca is #cccccc. Color #babfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11001010
Octal 272 277 312
Decimal 186 191 202
Hex BA BF CA

RGB Percentages of Color #babfca

%32.12
%32.99
%34.89

CMYK Percentages of Color #babfca

%8
%5
%0
%21

Triadic Colors of #babfca

#babfca #cababf #bfcaba

Analogous Colors of #babfca

#babfca #bdbaca #bac7ca

Monochromatic Colors of #babfca

#babfca

Complementary Color

#babfca #cac5ba

#babfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfca Color CSS Codes

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

#babfca Text Font Color

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

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


#babfca Background Color

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

This div background color is #babfca


#babfca Border Color

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

This div border color is #babfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfca


Comments

No comments written yet.

Please login to write comment.