Color Hex Logo

#80ac44 Color Hex

#80AC44
(128,172,68)
0 Favorites   0 Comments

Color spaces of #80ac44

RGB 12817268
HSL0.240.430.47
HSV85°60°67°
CMYK 0.260.000.60   0.33
XYZ24.698034.511610.8285
Yxy34.51160.35260.4928
Hunter Lab58.7466-27.762230.1939
CIE-Lab65.3666-31.654347.6258

#80ac44 color RGB value is (128,172,68).

#80ac44 hex color red value is 128, green value is 172 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #80ac44 hue: 0.24 , saturation: 0.43 and the lightness value of 80ac44 is 0.47.

The process color (four color CMYK) of #80ac44 color hex is 0.26, 0.00, 0.60, 0.33. Web safe color of #80ac44 is #999933. Color #80ac44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 01000100
Octal 200 254 104
Decimal 128 172 68
Hex 80 AC 44

RGB Percentages of Color #80ac44

%34.78
%46.74
%18.48

CMYK Percentages of Color #80ac44

%26
%0
%60
%33

Triadic Colors of #80ac44

#80ac44 #4480ac #ac4480

Analogous Colors of #80ac44

#80ac44 #4cac44 #aca444

Monochromatic Colors of #80ac44

#80ac44

Complementary Color

#80ac44 #7044ac

#80ac44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ac44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ac44 Color CSS Codes

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

#80ac44 Text Font Color

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

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


#80ac44 Background Color

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

This div background color is #80ac44


#80ac44 Border Color

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

This div border color is #80ac44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ac44


Comments

No comments written yet.

Please login to write comment.