Color Hex Logo

#b9acab Color Hex

#B9ACAB
(185,172,171)
0 Favorites   0 Comments

Color spaces of #b9acab

RGB 185172171
HSL0.010.090.70
HSV73°
CMYK 0.000.070.08   0.27
XYZ42.110842.759644.5620
Yxy42.75960.32530.3304
Hunter Lab65.39080.51765.3691
CIE-Lab71.39154.48512.1847

#b9acab color RGB value is (185,172,171).

#b9acab hex color red value is 185, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b9acab hue: 0.01 , saturation: 0.09 and the lightness value of b9acab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101100 10101011
Octal 271 254 253
Decimal 185 172 171
Hex B9 AC AB

RGB Percentages of Color #b9acab

%35.04
%32.58
%32.39

CMYK Percentages of Color #b9acab

%0
%7
%8
%27

Triadic Colors of #b9acab

#b9acab #abb9ac #acabb9

Analogous Colors of #b9acab

#b9acab #b9b3ab #b9abb1

Monochromatic Colors of #b9acab

#b9acab

Complementary Color

#b9acab #abb8b9

#b9acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9acab Color CSS Codes

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

#b9acab Text Font Color

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

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


#b9acab Background Color

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

This div background color is #b9acab


#b9acab Border Color

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

This div border color is #b9acab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,172,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 #b9acab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9acab


Comments

No comments written yet.

Please login to write comment.