Color Hex Logo

#bbaba0 Color Hex

#BBABA0
(187,171,160)
0 Favorites   0 Comments

Color spaces of #bbaba0

RGB 187171160
HSL0.070.170.68
HSV24°14°73°
CMYK 0.000.090.14   0.27
XYZ41.401642.228739.2266
Yxy42.22870.33700.3437
Hunter Lab64.98360.00259.6988
CIE-Lab71.02833.89867.7383

#bbaba0 color RGB value is (187,171,160).

#bbaba0 hex color red value is 187, green value is 171 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbaba0 hue: 0.07 , saturation: 0.17 and the lightness value of bbaba0 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10100000
Octal 273 253 240
Decimal 187 171 160
Hex BB AB A0

RGB Percentages of Color #bbaba0

%36.10
%33.01
%30.89

CMYK Percentages of Color #bbaba0

%0
%9
%14
%27

Triadic Colors of #bbaba0

#bbaba0 #a0bbab #aba0bb

Analogous Colors of #bbaba0

#bbaba0 #bbb9a0 #bba0a3

Monochromatic Colors of #bbaba0

#bbaba0

Complementary Color

#bbaba0 #a0b0bb

#bbaba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaba0 Color CSS Codes

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

#bbaba0 Text Font Color

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

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


#bbaba0 Background Color

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

This div background color is #bbaba0


#bbaba0 Border Color

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

This div border color is #bbaba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaba0


Comments

No comments written yet.

Please login to write comment.