Color Hex Logo

#80d428 Color Hex

#80D428
(128,212,40)
0 Favorites   0 Comments

Color spaces of #80d428

RGB 12821240
HSL0.250.680.49
HSV89°81°83°
CMYK 0.400.000.81   0.17
XYZ32.828651.829410.2813
Yxy51.82940.34580.5459
Hunter Lab71.9926-44.591241.9276
CIE-Lab77.1787-50.820269.5793

#80d428 color RGB value is (128,212,40).

#80d428 hex color red value is 128, green value is 212 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #80d428 hue: 0.25 , saturation: 0.68 and the lightness value of 80d428 is 0.49.

The process color (four color CMYK) of #80d428 color hex is 0.40, 0.00, 0.81, 0.17. Web safe color of #80d428 is #99cc33. Color #80d428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11010100 00101000
Octal 200 324 50
Decimal 128 212 40
Hex 80 D4 28

RGB Percentages of Color #80d428

%33.68
%55.79
%10.53

CMYK Percentages of Color #80d428

%40
%0
%81
%17

Triadic Colors of #80d428

#80d428 #2880d4 #d42880

Analogous Colors of #80d428

#80d428 #2ad428 #d4d228

Monochromatic Colors of #80d428

#80d428

Complementary Color

#80d428 #7c28d4

#80d428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80d428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80d428 Color CSS Codes

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

#80d428 Text Font Color

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

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


#80d428 Background Color

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

This div background color is #80d428


#80d428 Border Color

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

This div border color is #80d428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80d428


Comments

No comments written yet.

Please login to write comment.