Color Hex Logo

#8ba76c Color Hex

#8BA76C
(139,167,108)
0 Favorites   0 Comments

Color spaces of #8ba76c

RGB 139167108
HSL0.250.250.54
HSV88°35°65°
CMYK 0.170.000.35   0.35
XYZ27.173034.209119.3582
Yxy34.20910.33650.4237
Hunter Lab58.4885-19.426221.3185
CIE-Lab65.1282-20.306127.4162

#8ba76c color RGB value is (139,167,108).

#8ba76c hex color red value is 139, green value is 167 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8ba76c hue: 0.25 , saturation: 0.25 and the lightness value of 8ba76c is 0.54.

The process color (four color CMYK) of #8ba76c color hex is 0.17, 0.00, 0.35, 0.35. Web safe color of #8ba76c is #999966. Color #8ba76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100111 01101100
Octal 213 247 154
Decimal 139 167 108
Hex 8B A7 6C

RGB Percentages of Color #8ba76c

%33.57
%40.34
%26.09

CMYK Percentages of Color #8ba76c

%17
%0
%35
%35

Triadic Colors of #8ba76c

#8ba76c #6c8ba7 #a76c8b

Analogous Colors of #8ba76c

#8ba76c #6ea76c #a7a66c

Monochromatic Colors of #8ba76c

#8ba76c

Complementary Color

#8ba76c #886ca7

#8ba76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba76c Color CSS Codes

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

#8ba76c Text Font Color

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

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


#8ba76c Background Color

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

This div background color is #8ba76c


#8ba76c Border Color

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

This div border color is #8ba76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba76c


Comments

No comments written yet.

Please login to write comment.