Color Hex Logo

#b8babd Color Hex

#B8BABD
(184,186,189)
0 Favorites   0 Comments

Color spaces of #b8babd

RGB 184186189
HSL0.600.040.73
HSV216°74°
CMYK 0.030.020.00   0.26
XYZ46.511448.982355.1472
Yxy48.98230.30880.3252
Hunter Lab69.9874-3.85242.2730
CIE-Lab75.4403-0.1265-1.7673

#b8babd color RGB value is (184,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10111101
Octal 270 272 275
Decimal 184 186 189
Hex B8 BA BD

RGB Percentages of Color #b8babd

%32.92
%33.27
%33.81

CMYK Percentages of Color #b8babd

%3
%2
%0
%26

Triadic Colors of #b8babd

#b8babd #bdb8ba #babdb8

Analogous Colors of #b8babd

#b8babd #b9b8bd #b8bdbd

Monochromatic Colors of #b8babd

#b8babd

Complementary Color

#b8babd #bdbbb8

#b8babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8babd Color CSS Codes

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

#b8babd Text Font Color

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

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


#b8babd Background Color

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

This div background color is #b8babd


#b8babd Border Color

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

This div border color is #b8babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8babd


Comments

No comments written yet.

Please login to write comment.