Color Hex Logo

#b6baba Color Hex

#B6BABA
(182,186,186)
0 Favorites   0 Comments

Color spaces of #b6baba

RGB 182186186
HSL0.500.030.72
HSV180°73°
CMYK 0.020.000.00   0.27
XYZ45.713248.608153.4273
Yxy48.60810.30940.3290
Hunter Lab69.7195-4.97153.3687
CIE-Lab75.2069-1.3872-0.4950

#b6baba color RGB value is (182,186,186).

#b6baba hex color red value is 182, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6baba hue: 0.50 , saturation: 0.03 and the lightness value of b6baba is 0.72.

The process color (four color CMYK) of #b6baba color hex is 0.02, 0.00, 0.00, 0.27. Web safe color of #b6baba is #cccccc. Color #b6baba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 10111010
Octal 266 272 272
Decimal 182 186 186
Hex B6 BA BA

RGB Percentages of Color #b6baba

%32.85
%33.57
%33.57

CMYK Percentages of Color #b6baba

%2
%0
%0
%27

Triadic Colors of #b6baba

#b6baba #bab6ba #babab6

Analogous Colors of #b6baba

#b6baba #b6b8ba #b6bab8

Monochromatic Colors of #b6baba

#b6baba

Complementary Color

#b6baba #bab6b6

#b6baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6baba Color CSS Codes

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

#b6baba Text Font Color

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

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


#b6baba Background Color

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

This div background color is #b6baba


#b6baba Border Color

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

This div border color is #b6baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6baba

#b6baba Color Palettes


Comments

No comments written yet.

Please login to write comment.