Color Hex Logo

#8ba99e Color Hex

#8BA99E
(139,169,158)
0 Favorites   0 Comments

Color spaces of #8ba99e

RGB 139169158
HSL0.440.150.60
HSV158°18°66°
CMYK 0.180.000.07   0.34
XYZ31.007036.333537.7266
Yxy36.33350.29510.3458
Hunter Lab60.2773-13.66375.0854
CIE-Lab66.7740-12.58462.2408

#8ba99e color RGB value is (139,169,158).

#8ba99e hex color red value is 139, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8ba99e hue: 0.44 , saturation: 0.15 and the lightness value of 8ba99e is 0.60.

The process color (four color CMYK) of #8ba99e color hex is 0.18, 0.00, 0.07, 0.34. Web safe color of #8ba99e is #999999. Color #8ba99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101001 10011110
Octal 213 251 236
Decimal 139 169 158
Hex 8B A9 9E

RGB Percentages of Color #8ba99e

%29.83
%36.27
%33.91

CMYK Percentages of Color #8ba99e

%18
%0
%7
%34

Triadic Colors of #8ba99e

#8ba99e #9e8ba9 #a99e8b

Analogous Colors of #8ba99e

#8ba99e #8ba5a9 #8ba98f

Monochromatic Colors of #8ba99e

#8ba99e

Complementary Color

#8ba99e #a98b96

#8ba99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba99e Color CSS Codes

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

#8ba99e Text Font Color

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

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


#8ba99e Background Color

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

This div background color is #8ba99e


#8ba99e Border Color

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

This div border color is #8ba99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba99e


Comments

No comments written yet.

Please login to write comment.