Color Hex Logo

#bbad9b Color Hex

#BBAD9B
(187,173,155)
0 Favorites   0 Comments

Color spaces of #bbad9b

RGB 187173155
HSL0.090.190.67
HSV34°17°73°
CMYK 0.000.070.17   0.27
XYZ41.353542.818537.0956
Yxy42.81850.34100.3531
Hunter Lab65.4358-1.706112.1936
CIE-Lab71.43162.013511.0588

#bbad9b color RGB value is (187,173,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10011011
Octal 273 255 233
Decimal 187 173 155
Hex BB AD 9B

RGB Percentages of Color #bbad9b

%36.31
%33.59
%30.10

CMYK Percentages of Color #bbad9b

%0
%7
%17
%27

Triadic Colors of #bbad9b

#bbad9b #9bbbad #ad9bbb

Analogous Colors of #bbad9b

#bbad9b #b9bb9b #bb9d9b

Monochromatic Colors of #bbad9b

#bbad9b

Complementary Color

#bbad9b #9ba9bb

#bbad9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad9b Color CSS Codes

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

#bbad9b Text Font Color

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

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


#bbad9b Background Color

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

This div background color is #bbad9b


#bbad9b Border Color

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

This div border color is #bbad9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad9b


Comments

No comments written yet.

Please login to write comment.