Color Hex Logo

#80a68a Color Hex

#80A68A
(128,166,138)
0 Favorites   0 Comments

Color spaces of #80a68a

RGB 128166138
HSL0.380.180.58
HSV136°23°65°
CMYK 0.230.000.17   0.35
XYZ27.125833.696629.1192
Yxy33.69660.30160.3746
Hunter Lab58.0488-18.173510.8923
CIE-Lab64.7210-18.741910.3186

#80a68a color RGB value is (128,166,138).

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

The process color (four color CMYK) of #80a68a color hex is 0.23, 0.00, 0.17, 0.35. Web safe color of #80a68a is #999999. Color #80a68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100110 10001010
Octal 200 246 212
Decimal 128 166 138
Hex 80 A6 8A

RGB Percentages of Color #80a68a

%29.63
%38.43
%31.94

CMYK Percentages of Color #80a68a

%23
%0
%17
%35

Triadic Colors of #80a68a

#80a68a #8a80a6 #a68a80

Analogous Colors of #80a68a

#80a68a #80a69d #89a680

Monochromatic Colors of #80a68a

#80a68a

Complementary Color

#80a68a #a6809c

#80a68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a68a Color CSS Codes

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

#80a68a Text Font Color

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

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


#80a68a Background Color

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

This div background color is #80a68a


#80a68a Border Color

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

This div border color is #80a68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a68a


Comments

No comments written yet.

Please login to write comment.