Color Hex Logo

#80d502 Color Hex

#80D502
(128,213,2)
0 Favorites   0 Comments

Color spaces of #80d502

RGB 1282132
HSL0.230.980.42
HSV84°99°84°
CMYK 0.400.000.99   0.16
XYZ32.707352.18218.4057
Yxy52.18210.35060.5593
Hunter Lab72.2372-45.594543.6669
CIE-Lab77.3896-52.161875.8568

#80d502 color RGB value is (128,213,2).

#80d502 hex color red value is 128, green value is 213 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #80d502 hue: 0.23 , saturation: 0.98 and the lightness value of 80d502 is 0.42.

The process color (four color CMYK) of #80d502 color hex is 0.40, 0.00, 0.99, 0.16. Web safe color of #80d502 is #99cc00. Color #80d502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010101 00000010
Octal 200 325 2
Decimal 128 213 2
Hex 80 D5 2

RGB Percentages of Color #80d502

%37.32
%62.10
%0.58

CMYK Percentages of Color #80d502

%40
%0
%99
%16

Triadic Colors of #80d502

#80d502 #0280d5 #d50280

Analogous Colors of #80d502

#80d502 #17d502 #d5c102

Monochromatic Colors of #80d502

#80d502

Complementary Color

#80d502 #5702d5

#80d502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d502 Color CSS Codes

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

#80d502 Text Font Color

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

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


#80d502 Background Color

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

This div background color is #80d502


#80d502 Border Color

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

This div border color is #80d502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d502


Comments

No comments written yet.

Please login to write comment.