Color Hex Logo

#b5bbad Color Hex

#B5BBAD
(181,187,173)
0 Favorites   0 Comments

Color spaces of #b5bbad

RGB 181187173
HSL0.240.090.71
HSV86°73°
CMYK 0.030.000.07   0.27
XYZ44.369248.381546.5352
Yxy48.38150.31850.3474
Hunter Lab69.5568-7.86219.0233
CIE-Lab75.0649-4.65286.3580

#b5bbad color RGB value is (181,187,173).

#b5bbad hex color red value is 181, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b5bbad hue: 0.24 , saturation: 0.09 and the lightness value of b5bbad is 0.71.

The process color (four color CMYK) of #b5bbad color hex is 0.03, 0.00, 0.07, 0.27. Web safe color of #b5bbad is #cccc99. Color #b5bbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111011 10101101
Octal 265 273 255
Decimal 181 187 173
Hex B5 BB AD

RGB Percentages of Color #b5bbad

%33.46
%34.57
%31.98

CMYK Percentages of Color #b5bbad

%3
%0
%7
%27

Triadic Colors of #b5bbad

#b5bbad #adb5bb #bbadb5

Analogous Colors of #b5bbad

#b5bbad #aebbad #bbbaad

Monochromatic Colors of #b5bbad

#b5bbad

Complementary Color

#b5bbad #b3adbb

#b5bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bbad Color CSS Codes

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

#b5bbad Text Font Color

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

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


#b5bbad Background Color

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

This div background color is #b5bbad


#b5bbad Border Color

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

This div border color is #b5bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bbad


Comments

No comments written yet.

Please login to write comment.