Color Hex Logo

#80b744 Color Hex

#80B744
(128,183,68)
0 Favorites   0 Comments

Color spaces of #80b744

RGB 12818368
HSL0.250.460.49
HSV89°63°72°
CMYK 0.300.000.63   0.28
XYZ26.879038.873511.5555
Yxy38.87350.34770.5028
Hunter Lab62.3486-32.157332.6554
CIE-Lab68.6595-36.719651.2743

#80b744 color RGB value is (128,183,68).

#80b744 hex color red value is 128, green value is 183 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #80b744 hue: 0.25 , saturation: 0.46 and the lightness value of 80b744 is 0.49.

The process color (four color CMYK) of #80b744 color hex is 0.30, 0.00, 0.63, 0.28. Web safe color of #80b744 is #99cc33. Color #80b744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110111 01000100
Octal 200 267 104
Decimal 128 183 68
Hex 80 B7 44

RGB Percentages of Color #80b744

%33.77
%48.28
%17.94

CMYK Percentages of Color #80b744

%30
%0
%63
%28

Triadic Colors of #80b744

#80b744 #4480b7 #b74480

Analogous Colors of #80b744

#80b744 #46b744 #b7b544

Monochromatic Colors of #80b744

#80b744

Complementary Color

#80b744 #7b44b7

#80b744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b744 Color CSS Codes

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

#80b744 Text Font Color

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

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


#80b744 Background Color

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

This div background color is #80b744


#80b744 Border Color

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

This div border color is #80b744


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,183,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 #80b744">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b744


Comments

No comments written yet.

Please login to write comment.