Color Hex Logo

#b5babd Color Hex

#B5BABD
(181,186,189)
0 Favorites   0 Comments

Color spaces of #b5babd

RGB 181186189
HSL0.560.060.73
HSV203°74°
CMYK 0.040.020.00   0.26
XYZ45.800348.615755.1139
Yxy48.61570.30630.3251
Hunter Lab69.7250-4.76721.9419
CIE-Lab75.2116-1.1590-2.1295

#b5babd color RGB value is (181,186,189).

#b5babd hex color red value is 181, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5babd hue: 0.56 , saturation: 0.06 and the lightness value of b5babd is 0.73.

The process color (four color CMYK) of #b5babd color hex is 0.04, 0.02, 0.00, 0.26. Web safe color of #b5babd is #cccccc. Color #b5babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111010 10111101
Octal 265 272 275
Decimal 181 186 189
Hex B5 BA BD

RGB Percentages of Color #b5babd

%32.55
%33.45
%33.99

CMYK Percentages of Color #b5babd

%4
%2
%0
%26

Triadic Colors of #b5babd

#b5babd #bdb5ba #babdb5

Analogous Colors of #b5babd

#b5babd #b5b6bd #b5bdbc

Monochromatic Colors of #b5babd

#b5babd

Complementary Color

#b5babd #bdb8b5

#b5babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5babd Color CSS Codes

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

#b5babd Text Font Color

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

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


#b5babd Background Color

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

This div background color is #b5babd


#b5babd Border Color

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

This div border color is #b5babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5babd


Comments

No comments written yet.

Please login to write comment.