Color Hex Logo

#b9aaba Color Hex

#B9AABA
(185,170,186)
0 Favorites   0 Comments

Color spaces of #b9aaba

RGB 185170186
HSL0.820.100.70
HSV296°73°
CMYK 0.010.090.00   0.27
XYZ43.245242.608952.3994
Yxy42.60890.31280.3082
Hunter Lab65.27554.0246-1.9017
CIE-Lab71.28878.3206-6.2322

#b9aaba color RGB value is (185,170,186).

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

The process color (four color CMYK) of #b9aaba color hex is 0.01, 0.09, 0.00, 0.27. Web safe color of #b9aaba is #cc99cc. Color #b9aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101010 10111010
Octal 271 252 272
Decimal 185 170 186
Hex B9 AA BA

RGB Percentages of Color #b9aaba

%34.20
%31.42
%34.38

CMYK Percentages of Color #b9aaba

%1
%9
%0
%27

Triadic Colors of #b9aaba

#b9aaba #bab9aa #aabab9

Analogous Colors of #b9aaba

#b9aaba #baaab3 #b1aaba

Monochromatic Colors of #b9aaba

#b9aaba

Complementary Color

#b9aaba #abbaaa

#b9aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aaba Color CSS Codes

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

#b9aaba Text Font Color

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

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


#b9aaba Background Color

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

This div background color is #b9aaba


#b9aaba Border Color

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

This div border color is #b9aaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,170,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aaba


Comments

No comments written yet.

Please login to write comment.