Color Hex Logo

#80e509 Color Hex

#80E509
(128,229,9)
0 Favorites   0 Comments

Color spaces of #80e509

RGB 1282299
HSL0.240.920.47
HSV88°96°90°
CMYK 0.440.000.96   0.10
XYZ36.970760.647510.0160
Yxy60.64750.34350.5635
Hunter Lab77.8765-51.543746.8880
CIE-Lab82.1889-58.241779.0077

#80e509 color RGB value is (128,229,9).

#80e509 hex color red value is 128, green value is 229 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #80e509 hue: 0.24 , saturation: 0.92 and the lightness value of 80e509 is 0.47.

The process color (four color CMYK) of #80e509 color hex is 0.44, 0.00, 0.96, 0.10. Web safe color of #80e509 is #99cc00. Color #80e509 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100101 00001001
Octal 200 345 11
Decimal 128 229 9
Hex 80 E5 9

RGB Percentages of Color #80e509

%34.97
%62.57
%2.46

CMYK Percentages of Color #80e509

%44
%0
%96
%10

Triadic Colors of #80e509

#80e509 #0980e5 #e50980

Analogous Colors of #80e509

#80e509 #12e509 #e5dc09

Monochromatic Colors of #80e509

#80e509

Complementary Color

#80e509 #6e09e5

#80e509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e509 Color CSS Codes

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

#80e509 Text Font Color

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

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


#80e509 Background Color

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

This div background color is #80e509


#80e509 Border Color

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

This div border color is #80e509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e509


Comments

No comments written yet.

Please login to write comment.