Color Hex Logo

#80c92c Color Hex

#80C92C
(128,201,44)
0 Favorites   0 Comments

Color spaces of #80c92c

RGB 12820144
HSL0.240.640.48
HSV88°78°79°
CMYK 0.360.000.78   0.21
XYZ30.243446.54439.7728
Yxy46.54430.34940.5377
Hunter Lab68.2234-40.261939.2632
CIE-Lab73.8973-46.137965.4487

#80c92c color RGB value is (128,201,44).

#80c92c hex color red value is 128, green value is 201 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #80c92c hue: 0.24 , saturation: 0.64 and the lightness value of 80c92c is 0.48.

The process color (four color CMYK) of #80c92c color hex is 0.36, 0.00, 0.78, 0.21. Web safe color of #80c92c is #99cc33. Color #80c92c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001001 00101100
Octal 200 311 54
Decimal 128 201 44
Hex 80 C9 2C

RGB Percentages of Color #80c92c

%34.32
%53.89
%11.80

CMYK Percentages of Color #80c92c

%36
%0
%78
%21

Triadic Colors of #80c92c

#80c92c #2c80c9 #c92c80

Analogous Colors of #80c92c

#80c92c #32c92c #c9c42c

Monochromatic Colors of #80c92c

#80c92c

Complementary Color

#80c92c #752cc9

#80c92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80c92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80c92c Color CSS Codes

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

#80c92c Text Font Color

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

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


#80c92c Background Color

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

This div background color is #80c92c


#80c92c Border Color

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

This div border color is #80c92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80c92c


Comments

No comments written yet.

Please login to write comment.