Color Hex Logo

#80ab5e Color Hex

#80AB5E
(128,171,94)
0 Favorites   0 Comments

Color spaces of #80ab5e

RGB 12817194
HSL0.260.310.52
HSV94°45°67°
CMYK 0.250.000.45   0.33
XYZ25.485434.523215.9101
Yxy34.52320.33570.4547
Hunter Lab58.7564-25.400025.0749
CIE-Lab65.3757-28.338334.9612

#80ab5e color RGB value is (128,171,94).

#80ab5e hex color red value is 128, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80ab5e hue: 0.26 , saturation: 0.31 and the lightness value of 80ab5e is 0.52.

The process color (four color CMYK) of #80ab5e color hex is 0.25, 0.00, 0.45, 0.33. Web safe color of #80ab5e is #999966. Color #80ab5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 01011110
Octal 200 253 136
Decimal 128 171 94
Hex 80 AB 5E

RGB Percentages of Color #80ab5e

%32.57
%43.51
%23.92

CMYK Percentages of Color #80ab5e

%25
%0
%45
%33

Triadic Colors of #80ab5e

#80ab5e #5e80ab #ab5e80

Analogous Colors of #80ab5e

#80ab5e #5eab63 #a7ab5e

Monochromatic Colors of #80ab5e

#80ab5e

Complementary Color

#80ab5e #895eab

#80ab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ab5e Color CSS Codes

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

#80ab5e Text Font Color

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

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


#80ab5e Background Color

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

This div background color is #80ab5e


#80ab5e Border Color

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

This div border color is #80ab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ab5e

#80ab5e Color Palettes


Comments

No comments written yet.

Please login to write comment.