Color Hex Logo

#b9baab Color Hex

#B9BAAB
(185,186,171)
0 Favorites   0 Comments

Color spaces of #b9baab

RGB 185186171
HSL0.180.100.70
HSV64°73°
CMYK 0.010.000.08   0.27
XYZ44.917248.372445.4975
Yxy48.37240.32360.3485
Hunter Lab69.5503-6.43359.8996
CIE-Lab75.0592-3.03797.4764

#b9baab color RGB value is (185,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 10101011
Octal 271 272 253
Decimal 185 186 171
Hex B9 BA AB

RGB Percentages of Color #b9baab

%34.13
%34.32
%31.55

CMYK Percentages of Color #b9baab

%1
%0
%8
%27

Triadic Colors of #b9baab

#b9baab #abb9ba #baabb9

Analogous Colors of #b9baab

#b9baab #b2baab #bab4ab

Monochromatic Colors of #b9baab

#b9baab

Complementary Color

#b9baab #acabba

#b9baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9baab Color CSS Codes

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

#b9baab Text Font Color

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

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


#b9baab Background Color

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

This div background color is #b9baab


#b9baab Border Color

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

This div border color is #b9baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9baab


Comments

No comments written yet.

Please login to write comment.