Color Hex Logo

#8babac Color Hex

#8BABAC
(139,171,172)
0 Favorites   0 Comments

Color spaces of #8babac

RGB 139171172
HSL0.510.170.61
HSV182°19°67°
CMYK 0.190.010.00   0.33
XYZ32.656837.593344.5648
Yxy37.59330.28440.3274
Hunter Lab61.3134-12.2255-0.1748
CIE-Lab67.7198-10.6620-4.1490

#8babac color RGB value is (139,171,172).

#8babac hex color red value is 139, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8babac hue: 0.51 , saturation: 0.17 and the lightness value of 8babac is 0.61.

The process color (four color CMYK) of #8babac color hex is 0.19, 0.01, 0.00, 0.33. Web safe color of #8babac is #999999. Color #8babac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 10101100
Octal 213 253 254
Decimal 139 171 172
Hex 8B AB AC

RGB Percentages of Color #8babac

%28.84
%35.48
%35.68

CMYK Percentages of Color #8babac

%19
%1
%0
%33

Triadic Colors of #8babac

#8babac #ac8bab #abac8b

Analogous Colors of #8babac

#8babac #8b9bac #8bac9d

Monochromatic Colors of #8babac

#8babac

Complementary Color

#8babac #ac8c8b

#8babac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babac Color CSS Codes

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

#8babac Text Font Color

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

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


#8babac Background Color

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

This div background color is #8babac


#8babac Border Color

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

This div border color is #8babac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,171,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babac


Comments

No comments written yet.

Please login to write comment.