Color Hex Logo

#bbbbad Color Hex

#BBBBAD
(187,187,173)
0 Favorites   0 Comments

Color spaces of #bbbbad

RGB 187187173
HSL0.170.090.71
HSV60°73°
CMYK 0.000.000.07   0.27
XYZ45.806749.122646.6025
Yxy49.12260.32360.3471
Hunter Lab70.0875-5.99199.6382
CIE-Lab75.5275-2.50257.0830

#bbbbad color RGB value is (187,187,173).

#bbbbad hex color red value is 187, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbbbad hue: 0.17 , saturation: 0.09 and the lightness value of bbbbad is 0.71.

The process color (four color CMYK) of #bbbbad color hex is 0.00, 0.00, 0.07, 0.27. Web safe color of #bbbbad is #cccc99. Color #bbbbad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 10101101
Octal 273 273 255
Decimal 187 187 173
Hex BB BB AD

RGB Percentages of Color #bbbbad

%34.19
%34.19
%31.63

CMYK Percentages of Color #bbbbad

%0
%0
%7
%27

Triadic Colors of #bbbbad

#bbbbad #adbbbb #bbadbb

Analogous Colors of #bbbbad

#bbbbad #b4bbad #bbb4ad

Monochromatic Colors of #bbbbad

#bbbbad

Complementary Color

#bbbbad #adadbb

#bbbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbad Color CSS Codes

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

#bbbbad Text Font Color

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

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


#bbbbad Background Color

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

This div background color is #bbbbad


#bbbbad Border Color

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

This div border color is #bbbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbad


Comments

No comments written yet.

Please login to write comment.