Color Hex Logo

#80c346 Color Hex

#80C346
(128,195,70)
0 Favorites   0 Comments

Color spaces of #80c346

RGB 12819570
HSL0.260.510.52
HSV92°64°76°
CMYK 0.340.000.64   0.24
XYZ29.522744.061612.7431
Yxy44.06160.34200.5104
Hunter Lab66.3789-36.773435.0830
CIE-Lab72.2697-41.855354.3599

#80c346 color RGB value is (128,195,70).

#80c346 hex color red value is 128, green value is 195 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #80c346 hue: 0.26 , saturation: 0.51 and the lightness value of 80c346 is 0.52.

The process color (four color CMYK) of #80c346 color hex is 0.34, 0.00, 0.64, 0.24. Web safe color of #80c346 is #99cc33. Color #80c346 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11000011 01000110
Octal 200 303 106
Decimal 128 195 70
Hex 80 C3 46

RGB Percentages of Color #80c346

%32.57
%49.62
%17.81

CMYK Percentages of Color #80c346

%34
%0
%64
%24

Triadic Colors of #80c346

#80c346 #4680c3 #c34680

Analogous Colors of #80c346

#80c346 #46c34b #bfc346

Monochromatic Colors of #80c346

#80c346

Complementary Color

#80c346 #8946c3

#80c346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80c346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80c346 Color CSS Codes

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

#80c346 Text Font Color

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

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


#80c346 Background Color

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

This div background color is #80c346


#80c346 Border Color

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

This div border color is #80c346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80c346


Comments

No comments written yet.

Please login to write comment.