Color Hex Logo

#b4babf Color Hex

#B4BABF
(180,186,191)
1 Favorites   0 Comments

Color spaces of #b4babf

RGB 180186191
HSL0.580.080.73
HSV207°75°
CMYK 0.060.030.00   0.25
XYZ45.785348.582756.2545
Yxy48.58270.30400.3225
Hunter Lab69.7013-4.72440.9391
CIE-Lab75.1910-1.1129-3.2572

#b4babf color RGB value is (180,186,191).

#b4babf hex color red value is 180, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b4babf hue: 0.58 , saturation: 0.08 and the lightness value of b4babf is 0.73.

The process color (four color CMYK) of #b4babf color hex is 0.06, 0.03, 0.00, 0.25. Web safe color of #b4babf is #cccccc. Color #b4babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 10111111
Octal 264 272 277
Decimal 180 186 191
Hex B4 BA BF

RGB Percentages of Color #b4babf

%32.32
%33.39
%34.29

CMYK Percentages of Color #b4babf

%6
%3
%0
%25

Triadic Colors of #b4babf

#b4babf #bfb4ba #babfb4

Analogous Colors of #b4babf

#b4babf #b4b5bf #b4bfbf

Monochromatic Colors of #b4babf

#b4babf

Complementary Color

#b4babf #bfb9b4

#b4babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4babf Color CSS Codes

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

#b4babf Text Font Color

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

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


#b4babf Background Color

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

This div background color is #b4babf


#b4babf Border Color

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

This div border color is #b4babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4babf

#b4babf Color Palettes


Comments

No comments written yet.

Please login to write comment.