Color Hex Logo

#80ae2e Color Hex

#80AE2E
(128,174,46)
0 Favorites   0 Comments

Color spaces of #80ae2e

RGB 12817446
HSL0.230.580.43
HSV82°74°68°
CMYK 0.260.000.74   0.32
XYZ24.531335.05868.0588
Yxy35.05860.36260.5182
Hunter Lab59.2103-29.664133.3776
CIE-Lab65.7943-34.217057.0528

#80ae2e color RGB value is (128,174,46).

#80ae2e hex color red value is 128, green value is 174 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #80ae2e hue: 0.23 , saturation: 0.58 and the lightness value of 80ae2e is 0.43.

The process color (four color CMYK) of #80ae2e color hex is 0.26, 0.00, 0.74, 0.32. Web safe color of #80ae2e is #999933. Color #80ae2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 00101110
Octal 200 256 56
Decimal 128 174 46
Hex 80 AE 2E

RGB Percentages of Color #80ae2e

%36.78
%50.00
%13.22

CMYK Percentages of Color #80ae2e

%26
%0
%74
%32

Triadic Colors of #80ae2e

#80ae2e #2e80ae #ae2e80

Analogous Colors of #80ae2e

#80ae2e #40ae2e #ae9c2e

Monochromatic Colors of #80ae2e

#80ae2e

Complementary Color

#80ae2e #5c2eae

#80ae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ae2e Color CSS Codes

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

#80ae2e Text Font Color

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

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


#80ae2e Background Color

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

This div background color is #80ae2e


#80ae2e Border Color

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

This div border color is #80ae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ae2e


Comments

No comments written yet.

Please login to write comment.