Color Hex Logo

#b3babc Color Hex

#B3BABC
(179,186,188)
0 Favorites   0 Comments

Color spaces of #b3babc

RGB 179186188
HSL0.540.060.72
HSV193°74°
CMYK 0.050.010.00   0.26
XYZ45.226448.332454.5223
Yxy48.33240.30540.3264
Hunter Lab69.5215-5.54162.1668
CIE-Lab75.0341-2.0380-1.8633

#b3babc color RGB value is (179,186,188).

#b3babc hex color red value is 179, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b3babc hue: 0.54 , saturation: 0.06 and the lightness value of b3babc is 0.72.

The process color (four color CMYK) of #b3babc color hex is 0.05, 0.01, 0.00, 0.26. Web safe color of #b3babc is #cccccc. Color #b3babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111010 10111100
Octal 263 272 274
Decimal 179 186 188
Hex B3 BA BC

RGB Percentages of Color #b3babc

%32.37
%33.63
%34.00

CMYK Percentages of Color #b3babc

%5
%1
%0
%26

Triadic Colors of #b3babc

#b3babc #bcb3ba #babcb3

Analogous Colors of #b3babc

#b3babc #b3b6bc #b3bcba

Monochromatic Colors of #b3babc

#b3babc

Complementary Color

#b3babc #bcb5b3

#b3babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3babc Color CSS Codes

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

#b3babc Text Font Color

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

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


#b3babc Background Color

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

This div background color is #b3babc


#b3babc Border Color

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

This div border color is #b3babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3babc


Comments

No comments written yet.

Please login to write comment.