Color Hex Logo

#bbabab Color Hex

#BBABAB
(187,171,171)
0 Favorites   0 Comments

Color spaces of #bbabab

RGB 187171171
HSL0.000.110.70
HSV73°
CMYK 0.000.090.09   0.27
XYZ42.407142.630944.5216
Yxy42.63090.32730.3290
Hunter Lab65.29231.67345.2759
CIE-Lab71.30375.75532.0782

#bbabab color RGB value is (187,171,171).

#bbabab hex color red value is 187, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bbabab hue: 0.00 , saturation: 0.11 and the lightness value of bbabab is 0.70.

The process color (four color CMYK) of #bbabab color hex is 0.00, 0.09, 0.09, 0.27. Web safe color of #bbabab is #cc9999. Color #bbabab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10101011
Octal 273 253 253
Decimal 187 171 171
Hex BB AB AB

RGB Percentages of Color #bbabab

%35.35
%32.33
%32.33

CMYK Percentages of Color #bbabab

%0
%9
%9
%27

Triadic Colors of #bbabab

#bbabab #abbbab #ababbb

Analogous Colors of #bbabab

#bbabab #bbb3ab #bbabb3

Monochromatic Colors of #bbabab

#bbabab

Complementary Color

#bbabab #abbbbb

#bbabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabab Color CSS Codes

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

#bbabab Text Font Color

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

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


#bbabab Background Color

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

This div background color is #bbabab


#bbabab Border Color

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

This div border color is #bbabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabab


Comments

No comments written yet.

Please login to write comment.