Color Hex Logo

#b0aaac Color Hex

#B0AAAC
(176,170,172)
0 Favorites   0 Comments

Color spaces of #b0aaac

RGB 176170172
HSL0.940.040.68
HSV340°69°
CMYK 0.000.030.02   0.31
XYZ39.725640.958144.8417
Yxy40.95810.31650.3263
Hunter Lab63.9985-1.19773.2564
CIE-Lab70.14662.5143-0.2718

#b0aaac color RGB value is (176,170,172).

#b0aaac hex color red value is 176, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b0aaac hue: 0.94 , saturation: 0.04 and the lightness value of b0aaac is 0.68.

The process color (four color CMYK) of #b0aaac color hex is 0.00, 0.03, 0.02, 0.31. Web safe color of #b0aaac is #999999. Color #b0aaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101010 10101100
Octal 260 252 254
Decimal 176 170 172
Hex B0 AA AC

RGB Percentages of Color #b0aaac

%33.98
%32.82
%33.20

CMYK Percentages of Color #b0aaac

%0
%3
%2
%31

Triadic Colors of #b0aaac

#b0aaac #acb0aa #aaacb0

Analogous Colors of #b0aaac

#b0aaac #b0abaa #b0aaaf

Monochromatic Colors of #b0aaac

#b0aaac

Complementary Color

#b0aaac #aab0ae

#b0aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aaac Color CSS Codes

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

#b0aaac Text Font Color

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

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


#b0aaac Background Color

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

This div background color is #b0aaac


#b0aaac Border Color

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

This div border color is #b0aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aaac


Comments

No comments written yet.

Please login to write comment.