Color Hex Logo

#8babbd Color Hex

#8BABBD
(139,171,189)
0 Favorites   0 Comments

Color spaces of #8babbd

RGB 139171189
HSL0.560.270.64
HSV202°26°74°
CMYK 0.260.100.00   0.26
XYZ34.395738.288953.7218
Yxy38.28890.27210.3029
Hunter Lab61.8780-9.0650-8.1603
CIE-Lab68.2330-6.7656-12.8082

#8babbd color RGB value is (139,171,189).

#8babbd hex color red value is 139, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8babbd hue: 0.56 , saturation: 0.27 and the lightness value of 8babbd is 0.64.

The process color (four color CMYK) of #8babbd color hex is 0.26, 0.10, 0.00, 0.26. Web safe color of #8babbd is #9999cc. Color #8babbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 10111101
Octal 213 253 275
Decimal 139 171 189
Hex 8B AB BD

RGB Percentages of Color #8babbd

%27.86
%34.27
%37.88

CMYK Percentages of Color #8babbd

%26
%10
%0
%26

Triadic Colors of #8babbd

#8babbd #bd8bab #abbd8b

Analogous Colors of #8babbd

#8babbd #8b92bd #8bbdb6

Monochromatic Colors of #8babbd

#8babbd

Complementary Color

#8babbd #bd9d8b

#8babbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babbd Color CSS Codes

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

#8babbd Text Font Color

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

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


#8babbd Background Color

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

This div background color is #8babbd


#8babbd Border Color

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

This div border color is #8babbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,171,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8babbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8babbd;
  -webkit-box-shadow: 1px 1px 3px 2px #8babbd;
  box-shadow:         1px 1px 3px 2px #8babbd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babbd


Comments

No comments written yet.

Please login to write comment.