Color Hex Logo

#babebf Color Hex

#BABEBF
(186,190,191)
0 Favorites   0 Comments

Color spaces of #babebf

RGB 186190191
HSL0.530.040.74
HSV192°75°
CMYK 0.030.010.00   0.25
XYZ48.067151.027656.6061
Yxy51.02760.30870.3277
Hunter Lab71.4336-4.89763.0204
CIE-Lab76.6957-1.1929-0.9964

#babebf color RGB value is (186,190,191).

#babebf hex color red value is 186, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #babebf hue: 0.53 , saturation: 0.04 and the lightness value of babebf is 0.74.

The process color (four color CMYK) of #babebf color hex is 0.03, 0.01, 0.00, 0.25. Web safe color of #babebf is #cccccc. Color #babebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10111111
Octal 272 276 277
Decimal 186 190 191
Hex BA BE BF

RGB Percentages of Color #babebf

%32.80
%33.51
%33.69

CMYK Percentages of Color #babebf

%3
%1
%0
%25

Triadic Colors of #babebf

#babebf #bfbabe #bebfba

Analogous Colors of #babebf

#babebf #babcbf #babfbe

Monochromatic Colors of #babebf

#babebf

Complementary Color

#babebf #bfbbba

#babebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babebf Color CSS Codes

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

#babebf Text Font Color

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

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


#babebf Background Color

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

This div background color is #babebf


#babebf Border Color

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

This div border color is #babebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babebf


Comments

No comments written yet.

Please login to write comment.