Color Hex Logo

#b8bbaa Color Hex

#B8BBAA
(184,187,170)
0 Favorites   0 Comments

Color spaces of #b8bbaa

RGB 184187170
HSL0.200.110.70
HSV71°73°
CMYK 0.020.000.09   0.27
XYZ44.793248.633345.0565
Yxy48.63330.32350.3512
Hunter Lab69.7376-7.388310.5098
CIE-Lab75.2226-4.10108.2428

#b8bbaa color RGB value is (184,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111011 10101010
Octal 270 273 252
Decimal 184 187 170
Hex B8 BB AA

RGB Percentages of Color #b8bbaa

%34.01
%34.57
%31.42

CMYK Percentages of Color #b8bbaa

%2
%0
%9
%27

Triadic Colors of #b8bbaa

#b8bbaa #aab8bb #bbaab8

Analogous Colors of #b8bbaa

#b8bbaa #b0bbaa #bbb6aa

Monochromatic Colors of #b8bbaa

#b8bbaa

Complementary Color

#b8bbaa #adaabb

#b8bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bbaa Color CSS Codes

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

#b8bbaa Text Font Color

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

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


#b8bbaa Background Color

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

This div background color is #b8bbaa


#b8bbaa Border Color

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

This div border color is #b8bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bbaa


Comments

No comments written yet.

Please login to write comment.