Color Hex Logo

#b8babf Color Hex

#B8BABF
(184,186,191)
0 Favorites   0 Comments

Color spaces of #b8babf

RGB 184186191
HSL0.620.050.74
HSV223°75°
CMYK 0.040.030.00   0.25
XYZ46.730049.069756.2987
Yxy49.06970.30720.3226
Hunter Lab70.0498-3.51031.3837
CIE-Lab75.49470.2555-2.7756

#b8babf color RGB value is (184,186,191).

#b8babf hex color red value is 184, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b8babf hue: 0.62 , saturation: 0.05 and the lightness value of b8babf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10111111
Octal 270 272 277
Decimal 184 186 191
Hex B8 BA BF

RGB Percentages of Color #b8babf

%32.80
%33.16
%34.05

CMYK Percentages of Color #b8babf

%4
%3
%0
%25

Triadic Colors of #b8babf

#b8babf #bfb8ba #babfb8

Analogous Colors of #b8babf

#b8babf #bab8bf #b8bebf

Monochromatic Colors of #b8babf

#b8babf

Complementary Color

#b8babf #bfbdb8

#b8babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8babf Color CSS Codes

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

#b8babf Text Font Color

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

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


#b8babf Background Color

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

This div background color is #b8babf


#b8babf Border Color

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

This div border color is #b8babf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b8babf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8babf

#b8babf Color Palettes


Comments

No comments written yet.

Please login to write comment.