Color Hex Logo

#8ba680 Color Hex

#8BA680
(139,166,128)
0 Favorites   0 Comments

Color spaces of #8ba680

RGB 139166128
HSL0.290.180.58
HSV103°23°65°
CMYK 0.160.000.23   0.35
XYZ28.180034.319925.5612
Yxy34.31990.32000.3897
Hunter Lab58.5832-16.657615.1386
CIE-Lab65.2157-16.663616.6493

#8ba680 color RGB value is (139,166,128).

#8ba680 hex color red value is 139, green value is 166 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8ba680 hue: 0.29 , saturation: 0.18 and the lightness value of 8ba680 is 0.58.

The process color (four color CMYK) of #8ba680 color hex is 0.16, 0.00, 0.23, 0.35. Web safe color of #8ba680 is #999999. Color #8ba680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100110 10000000
Octal 213 246 200
Decimal 139 166 128
Hex 8B A6 80

RGB Percentages of Color #8ba680

%32.10
%38.34
%29.56

CMYK Percentages of Color #8ba680

%16
%0
%23
%35

Triadic Colors of #8ba680

#8ba680 #808ba6 #a6808b

Analogous Colors of #8ba680

#8ba680 #80a688 #9ea680

Monochromatic Colors of #8ba680

#8ba680

Complementary Color

#8ba680 #9b80a6

#8ba680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba680 Color CSS Codes

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

#8ba680 Text Font Color

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

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


#8ba680 Background Color

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

This div background color is #8ba680


#8ba680 Border Color

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

This div border color is #8ba680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba680


Comments

No comments written yet.

Please login to write comment.