Color Hex Logo

#8baa8f Color Hex

#8BAA8F
(139,170,143)
0 Favorites   0 Comments

Color spaces of #8baa8f

RGB 139170143
HSL0.350.150.61
HSV128°18°67°
CMYK 0.180.000.16   0.33
XYZ29.980136.221631.3979
Yxy36.22160.30720.3711
Hunter Lab60.1844-16.405111.1978
CIE-Lab66.6889-16.060510.4344

#8baa8f color RGB value is (139,170,143).

#8baa8f hex color red value is 139, green value is 170 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8baa8f hue: 0.35 , saturation: 0.15 and the lightness value of 8baa8f is 0.61.

The process color (four color CMYK) of #8baa8f color hex is 0.18, 0.00, 0.16, 0.33. Web safe color of #8baa8f is #999999. Color #8baa8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 10001111
Octal 213 252 217
Decimal 139 170 143
Hex 8B AA 8F

RGB Percentages of Color #8baa8f

%30.75
%37.61
%31.64

CMYK Percentages of Color #8baa8f

%18
%0
%16
%33

Triadic Colors of #8baa8f

#8baa8f #8f8baa #aa8f8b

Analogous Colors of #8baa8f

#8baa8f #8baa9f #97aa8b

Monochromatic Colors of #8baa8f

#8baa8f

Complementary Color

#8baa8f #aa8ba6

#8baa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baa8f Color CSS Codes

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

#8baa8f Text Font Color

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

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


#8baa8f Background Color

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

This div background color is #8baa8f


#8baa8f Border Color

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

This div border color is #8baa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baa8f


Comments

No comments written yet.

Please login to write comment.