Color Hex Logo

#b8baba Color Hex

#B8BABA
(184,186,186)
0 Favorites   0 Comments

Color spaces of #b8baba

RGB 184186186
HSL0.500.010.73
HSV180°73°
CMYK 0.010.000.00   0.27
XYZ46.189048.853353.4496
Yxy48.85330.31110.3290
Hunter Lab69.8951-4.35783.5869
CIE-Lab75.3600-0.6927-0.2529

#b8baba color RGB value is (184,186,186).

#b8baba hex color red value is 184, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b8baba hue: 0.50 , saturation: 0.01 and the lightness value of b8baba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10111010
Octal 270 272 272
Decimal 184 186 186
Hex B8 BA BA

RGB Percentages of Color #b8baba

%33.09
%33.45
%33.45

CMYK Percentages of Color #b8baba

%1
%0
%0
%27

Triadic Colors of #b8baba

#b8baba #bab8ba #babab8

Analogous Colors of #b8baba

#b8baba #b8b9ba #b8bab9

Monochromatic Colors of #b8baba

#b8baba

Complementary Color

#b8baba #bab8b8

#b8baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baba Color CSS Codes

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

#b8baba Text Font Color

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

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


#b8baba Background Color

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

This div background color is #b8baba


#b8baba Border Color

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

This div border color is #b8baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baba

#b8baba Color Palettes


Comments

No comments written yet.

Please login to write comment.