Color Hex Logo

#80ad49 Color Hex

#80AD49
(128,173,73)
0 Favorites   0 Comments

Color spaces of #80ad49

RGB 12817373
HSL0.240.410.48
HSV87°58°68°
CMYK 0.260.000.58   0.32
XYZ25.048334.957411.7306
Yxy34.95740.34920.4873
Hunter Lab59.1248-27.846629.6240
CIE-Lab65.7155-31.656545.7224

#80ad49 color RGB value is (128,173,73).

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

The process color (four color CMYK) of #80ad49 color hex is 0.26, 0.00, 0.58, 0.32. Web safe color of #80ad49 is #999933. Color #80ad49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101101 01001001
Octal 200 255 111
Decimal 128 173 73
Hex 80 AD 49

RGB Percentages of Color #80ad49

%34.22
%46.26
%19.52

CMYK Percentages of Color #80ad49

%26
%0
%58
%32

Triadic Colors of #80ad49

#80ad49 #4980ad #ad4980

Analogous Colors of #80ad49

#80ad49 #4ead49 #ada849

Monochromatic Colors of #80ad49

#80ad49

Complementary Color

#80ad49 #7649ad

#80ad49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ad49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ad49 Color CSS Codes

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

#80ad49 Text Font Color

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

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


#80ad49 Background Color

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

This div background color is #80ad49


#80ad49 Border Color

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

This div border color is #80ad49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ad49


Comments

No comments written yet.

Please login to write comment.