Color Hex Logo

#80cf0c Color Hex

#80CF0C
(128,207,12)
0 Favorites   0 Comments

Color spaces of #80cf0c

RGB 12820712
HSL0.230.890.43
HSV84°94°81°
CMYK 0.380.000.94   0.19
XYZ31.281349.24148.2037
Yxy49.24140.35260.5550
Hunter Lab70.1722-43.229842.1891
CIE-Lab75.6013-49.621473.4611

#80cf0c color RGB value is (128,207,12).

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

The process color (four color CMYK) of #80cf0c color hex is 0.38, 0.00, 0.94, 0.19. Web safe color of #80cf0c is #99cc00. Color #80cf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 00001100
Octal 200 317 14
Decimal 128 207 12
Hex 80 CF C

RGB Percentages of Color #80cf0c

%36.89
%59.65
%3.46

CMYK Percentages of Color #80cf0c

%38
%0
%94
%19

Triadic Colors of #80cf0c

#80cf0c #0c80cf #cf0c80

Analogous Colors of #80cf0c

#80cf0c #1fcf0c #cfbd0c

Monochromatic Colors of #80cf0c

#80cf0c

Complementary Color

#80cf0c #5b0ccf

#80cf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cf0c Color CSS Codes

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

#80cf0c Text Font Color

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

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


#80cf0c Background Color

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

This div background color is #80cf0c


#80cf0c Border Color

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

This div border color is #80cf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cf0c


Comments

No comments written yet.

Please login to write comment.