Color Hex Logo

#80a986 Color Hex

#80A986
(128,169,134)
0 Favorites   0 Comments

Color spaces of #80a986

RGB 128169134
HSL0.360.190.58
HSV129°24°66°
CMYK 0.240.000.21   0.34
XYZ27.393134.686427.8056
Yxy34.68640.30480.3859
Hunter Lab58.8952-20.043313.2346
CIE-Lab65.5038-21.038013.6357

#80a986 color RGB value is (128,169,134).

#80a986 hex color red value is 128, green value is 169 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #80a986 hue: 0.36 , saturation: 0.19 and the lightness value of 80a986 is 0.58.

The process color (four color CMYK) of #80a986 color hex is 0.24, 0.00, 0.21, 0.34. Web safe color of #80a986 is #999999. Color #80a986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101001 10000110
Octal 200 251 206
Decimal 128 169 134
Hex 80 A9 86

RGB Percentages of Color #80a986

%29.70
%39.21
%31.09

CMYK Percentages of Color #80a986

%24
%0
%21
%34

Triadic Colors of #80a986

#80a986 #8680a9 #a98680

Analogous Colors of #80a986

#80a986 #80a99b #8fa980

Monochromatic Colors of #80a986

#80a986

Complementary Color

#80a986 #a980a3

#80a986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a986 Color CSS Codes

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

#80a986 Text Font Color

<p style="color:#80a986">Text here</p>

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


#80a986 Background Color

<div style="background-color:#80a986">
Div content here</div>

This div background color is #80a986


#80a986 Border Color

<div style="border:3px solid #80a986">
Div here</div>

This div border color is #80a986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,169,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80a986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80a986;
  -webkit-box-shadow: 1px 1px 3px 2px #80a986;
  box-shadow:         1px 1px 3px 2px #80a986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a986


Comments

No comments written yet.

Please login to write comment.