Color Hex Logo

#b4bbac Color Hex

#B4BBAC
(180,187,172)
0 Favorites   0 Comments

Color spaces of #b4bbac

RGB 180187172
HSL0.240.100.70
HSV88°73°
CMYK 0.040.000.08   0.27
XYZ44.039148.222546.0165
Yxy48.22250.31850.3487
Hunter Lab69.4424-8.32289.3208
CIE-Lab74.9651-5.18666.7477

#b4bbac color RGB value is (180,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111011 10101100
Octal 264 273 254
Decimal 180 187 172
Hex B4 BB AC

RGB Percentages of Color #b4bbac

%33.40
%34.69
%31.91

CMYK Percentages of Color #b4bbac

%4
%0
%8
%27

Triadic Colors of #b4bbac

#b4bbac #acb4bb #bbacb4

Analogous Colors of #b4bbac

#b4bbac #adbbac #bbbbac

Monochromatic Colors of #b4bbac

#b4bbac

Complementary Color

#b4bbac #b3acbb

#b4bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bbac Color CSS Codes

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

#b4bbac Text Font Color

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

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


#b4bbac Background Color

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

This div background color is #b4bbac


#b4bbac Border Color

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

This div border color is #b4bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bbac


Comments

No comments written yet.

Please login to write comment.