Color Hex Logo

#b5babb Color Hex

#B5BABB
(181,186,187)
0 Favorites   0 Comments

Color spaces of #b5babb

RGB 181186187
HSL0.530.040.72
HSV190°73°
CMYK 0.030.010.00   0.27
XYZ45.584648.529453.9783
Yxy48.52940.30780.3277
Hunter Lab69.6630-5.10742.8234
CIE-Lab75.1576-1.5426-1.1203

#b5babb color RGB value is (181,186,187).

#b5babb hex color red value is 181, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b5babb hue: 0.53 , saturation: 0.04 and the lightness value of b5babb is 0.72.

The process color (four color CMYK) of #b5babb color hex is 0.03, 0.01, 0.00, 0.27. Web safe color of #b5babb is #cccccc. Color #b5babb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111010 10111011
Octal 265 272 273
Decimal 181 186 187
Hex B5 BA BB

RGB Percentages of Color #b5babb

%32.67
%33.57
%33.75

CMYK Percentages of Color #b5babb

%3
%1
%0
%27

Triadic Colors of #b5babb

#b5babb #bbb5ba #babbb5

Analogous Colors of #b5babb

#b5babb #b5b7bb #b5bbb9

Monochromatic Colors of #b5babb

#b5babb

Complementary Color

#b5babb #bbb6b5

#b5babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5babb Color CSS Codes

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

#b5babb Text Font Color

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

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


#b5babb Background Color

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

This div background color is #b5babb


#b5babb Border Color

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

This div border color is #b5babb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5babb


Comments

No comments written yet.

Please login to write comment.