Color Hex Logo

#b8bbac Color Hex

#B8BBAC
(184,187,172)
0 Favorites   0 Comments

Color spaces of #b8bbac

RGB 184187172
HSL0.200.100.70
HSV72°73°
CMYK 0.020.000.08   0.27
XYZ44.983948.709646.0607
Yxy48.70960.32190.3485
Hunter Lab69.7923-7.08619.7250
CIE-Lab75.2703-3.75517.2259

#b8bbac color RGB value is (184,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111011 10101100
Octal 270 273 254
Decimal 184 187 172
Hex B8 BB AC

RGB Percentages of Color #b8bbac

%33.89
%34.44
%31.68

CMYK Percentages of Color #b8bbac

%2
%0
%8
%27

Triadic Colors of #b8bbac

#b8bbac #acb8bb #bbacb8

Analogous Colors of #b8bbac

#b8bbac #b1bbac #bbb7ac

Monochromatic Colors of #b8bbac

#b8bbac

Complementary Color

#b8bbac #afacbb

#b8bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bbac Color CSS Codes

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

#b8bbac Text Font Color

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

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


#b8bbac Background Color

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

This div background color is #b8bbac


#b8bbac Border Color

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

This div border color is #b8bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bbac


Comments

No comments written yet.

Please login to write comment.