Color Hex Logo

#80a304 Color Hex

#80A304
(128,163,4)
0 Favorites   0 Comments

Color spaces of #80a304

RGB 1281634
HSL0.200.950.33
HSV73°98°64°
CMYK 0.210.000.98   0.36
XYZ22.021230.79234.8977
Yxy30.79230.38160.5336
Hunter Lab55.4908-26.272233.6105
CIE-Lab62.3319-30.543963.9270

#80a304 color RGB value is (128,163,4).

#80a304 hex color red value is 128, green value is 163 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #80a304 hue: 0.20 , saturation: 0.95 and the lightness value of 80a304 is 0.33.

The process color (four color CMYK) of #80a304 color hex is 0.21, 0.00, 0.98, 0.36. Web safe color of #80a304 is #999900. Color #80a304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100011 00000100
Octal 200 243 4
Decimal 128 163 4
Hex 80 A3 4

RGB Percentages of Color #80a304

%43.39
%55.25
%1.36

CMYK Percentages of Color #80a304

%21
%0
%98
%36

Triadic Colors of #80a304

#80a304 #0480a3 #a30480

Analogous Colors of #80a304

#80a304 #31a304 #a37704

Monochromatic Colors of #80a304

#80a304

Complementary Color

#80a304 #2704a3

#80a304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a304 Color CSS Codes

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

#80a304 Text Font Color

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

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


#80a304 Background Color

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

This div background color is #80a304


#80a304 Border Color

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

This div border color is #80a304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a304


Comments

No comments written yet.

Please login to write comment.