Color Hex Logo

#80cc34 Color Hex

#80CC34
(128,204,52)
0 Favorites   0 Comments

Color spaces of #80cc34

RGB 12820452
HSL0.250.600.50
HSV90°75°80°
CMYK 0.370.000.75   0.20
XYZ31.114848.022910.8782
Yxy48.02290.34570.5335
Hunter Lab69.2986-41.126639.2019
CIE-Lab74.8394-46.950963.8165

#80cc34 color RGB value is (128,204,52).

#80cc34 hex color red value is 128, green value is 204 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #80cc34 hue: 0.25 , saturation: 0.60 and the lightness value of 80cc34 is 0.50.

The process color (four color CMYK) of #80cc34 color hex is 0.37, 0.00, 0.75, 0.20. Web safe color of #80cc34 is #99cc33. Color #80cc34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 00110100
Octal 200 314 64
Decimal 128 204 52
Hex 80 CC 34

RGB Percentages of Color #80cc34

%33.33
%53.13
%13.54

CMYK Percentages of Color #80cc34

%37
%0
%75
%20

Triadic Colors of #80cc34

#80cc34 #3480cc #cc3480

Analogous Colors of #80cc34

#80cc34 #34cc34 #cccc34

Monochromatic Colors of #80cc34

#80cc34

Complementary Color

#80cc34 #8034cc

#80cc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cc34 Color CSS Codes

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

#80cc34 Text Font Color

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

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


#80cc34 Background Color

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

This div background color is #80cc34


#80cc34 Border Color

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

This div border color is #80cc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cc34


Comments

No comments written yet.

Please login to write comment.