Color Hex Logo

#b8babc Color Hex

#B8BABC
(184,186,188)
0 Favorites   0 Comments

Color spaces of #b8babc

RGB 184186188
HSL0.580.030.73
HSV210°74°
CMYK 0.020.010.00   0.26
XYZ46.403248.939054.5774
Yxy48.93900.30950.3264
Hunter Lab69.9564-4.02182.7136
CIE-Lab75.4134-0.3161-1.2628

#b8babc color RGB value is (184,186,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10111100
Octal 270 272 274
Decimal 184 186 188
Hex B8 BA BC

RGB Percentages of Color #b8babc

%32.97
%33.33
%33.69

CMYK Percentages of Color #b8babc

%2
%1
%0
%26

Triadic Colors of #b8babc

#b8babc #bcb8ba #babcb8

Analogous Colors of #b8babc

#b8babc #b8b8bc #b8bcbc

Monochromatic Colors of #b8babc

#b8babc

Complementary Color

#b8babc #bcbab8

#b8babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8babc Color CSS Codes

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

#b8babc Text Font Color

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

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


#b8babc Background Color

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

This div background color is #b8babc


#b8babc Border Color

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

This div border color is #b8babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8babc


Comments

No comments written yet.

Please login to write comment.