Color Hex Logo

#b9b8ab Color Hex

#B9B8AB
(185,184,171)
0 Favorites   0 Comments

Color spaces of #b9b8ab

RGB 185184171
HSL0.150.090.70
HSV56°73°
CMYK 0.000.010.08   0.27
XYZ44.498847.535545.3580
Yxy47.53550.32390.3460
Hunter Lab68.9460-5.44899.2567
CIE-Lab74.5310-1.97426.7187

#b9b8ab color RGB value is (185,184,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111000 10101011
Octal 271 270 253
Decimal 185 184 171
Hex B9 B8 AB

RGB Percentages of Color #b9b8ab

%34.26
%34.07
%31.67

CMYK Percentages of Color #b9b8ab

%0
%1
%8
%27

Triadic Colors of #b9b8ab

#b9b8ab #abb9b8 #b8abb9

Analogous Colors of #b9b8ab

#b9b8ab #b3b9ab #b9b1ab

Monochromatic Colors of #b9b8ab

#b9b8ab

Complementary Color

#b9b8ab #abacb9

#b9b8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b8ab Color CSS Codes

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

#b9b8ab Text Font Color

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

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


#b9b8ab Background Color

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

This div background color is #b9b8ab


#b9b8ab Border Color

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

This div border color is #b9b8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b8ab


Comments

No comments written yet.

Please login to write comment.