Color Hex Logo

#bbaba1 Color Hex

#BBABA1
(187,171,161)
0 Favorites   0 Comments

Color spaces of #bbaba1

RGB 187171161
HSL0.060.160.68
HSV23°14°73°
CMYK 0.000.090.14   0.27
XYZ41.489442.263839.6892
Yxy42.26380.33610.3424
Hunter Lab65.01060.14919.3107
CIE-Lab71.05244.06257.2227

#bbaba1 color RGB value is (187,171,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10100001
Octal 273 253 241
Decimal 187 171 161
Hex BB AB A1

RGB Percentages of Color #bbaba1

%36.03
%32.95
%31.02

CMYK Percentages of Color #bbaba1

%0
%9
%14
%27

Triadic Colors of #bbaba1

#bbaba1 #a1bbab #aba1bb

Analogous Colors of #bbaba1

#bbaba1 #bbb8a1 #bba1a4

Monochromatic Colors of #bbaba1

#bbaba1

Complementary Color

#bbaba1 #a1b1bb

#bbaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaba1 Color CSS Codes

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

#bbaba1 Text Font Color

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

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


#bbaba1 Background Color

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

This div background color is #bbaba1


#bbaba1 Border Color

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

This div border color is #bbaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaba1


Comments

No comments written yet.

Please login to write comment.