Color Hex Logo

#b3bbac Color Hex

#B3BBAC
(179,187,172)
0 Favorites   0 Comments

Color spaces of #b3bbac

RGB 179187172
HSL0.260.100.70
HSV92°73°
CMYK 0.040.000.08   0.27
XYZ43.807148.102946.0056
Yxy48.10290.31760.3488
Hunter Lab69.3563-8.62859.2210
CIE-Lab74.8898-5.54286.6297

#b3bbac color RGB value is (179,187,172).

#b3bbac hex color red value is 179, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b3bbac hue: 0.26 , saturation: 0.10 and the lightness value of b3bbac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 10101100
Octal 263 273 254
Decimal 179 187 172
Hex B3 BB AC

RGB Percentages of Color #b3bbac

%33.27
%34.76
%31.97

CMYK Percentages of Color #b3bbac

%4
%0
%8
%27

Triadic Colors of #b3bbac

#b3bbac #acb3bb #bbacb3

Analogous Colors of #b3bbac

#b3bbac #acbbad #bbbbac

Monochromatic Colors of #b3bbac

#b3bbac

Complementary Color

#b3bbac #b4acbb

#b3bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bbac Color CSS Codes

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

#b3bbac Text Font Color

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

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


#b3bbac Background Color

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

This div background color is #b3bbac


#b3bbac Border Color

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

This div border color is #b3bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bbac


Comments

No comments written yet.

Please login to write comment.