Color Hex Logo

#b3babf Color Hex

#B3BABF
(179,186,191)
0 Favorites   0 Comments

Color spaces of #b3babf

RGB 179186191
HSL0.570.090.73
HSV205°75°
CMYK 0.060.030.00   0.25
XYZ45.553348.463156.2436
Yxy48.46310.30320.3225
Hunter Lab69.6154-5.02440.8293
CIE-Lab75.1161-1.4532-3.3759

#b3babf color RGB value is (179,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111010 10111111
Octal 263 272 277
Decimal 179 186 191
Hex B3 BA BF

RGB Percentages of Color #b3babf

%32.19
%33.45
%34.35

CMYK Percentages of Color #b3babf

%6
%3
%0
%25

Triadic Colors of #b3babf

#b3babf #bfb3ba #babfb3

Analogous Colors of #b3babf

#b3babf #b3b4bf #b3bfbe

Monochromatic Colors of #b3babf

#b3babf

Complementary Color

#b3babf #bfb8b3

#b3babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3babf Color CSS Codes

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

#b3babf Text Font Color

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

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


#b3babf Background Color

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

This div background color is #b3babf


#b3babf Border Color

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

This div border color is #b3babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3babf


Comments

No comments written yet.

Please login to write comment.