Color Hex Logo

#80b044 Color Hex

#80B044
(128,176,68)
0 Favorites   0 Comments

Color spaces of #80b044

RGB 12817668
HSL0.240.440.48
HSV87°61°69°
CMYK 0.270.000.61   0.31
XYZ25.470836.057211.0861
Yxy36.05720.35080.4966
Hunter Lab60.0476-29.367931.0871
CIE-Lab66.5636-33.519948.9605

#80b044 color RGB value is (128,176,68).

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

The process color (four color CMYK) of #80b044 color hex is 0.27, 0.00, 0.61, 0.31. Web safe color of #80b044 is #999933. Color #80b044 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110000 01000100
Octal 200 260 104
Decimal 128 176 68
Hex 80 B0 44

RGB Percentages of Color #80b044

%34.41
%47.31
%18.28

CMYK Percentages of Color #80b044

%27
%0
%61
%31

Triadic Colors of #80b044

#80b044 #4480b0 #b04480

Analogous Colors of #80b044

#80b044 #4ab044 #b0aa44

Monochromatic Colors of #80b044

#80b044

Complementary Color

#80b044 #7444b0

#80b044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b044 Color CSS Codes

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

#80b044 Text Font Color

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

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


#80b044 Background Color

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

This div background color is #80b044


#80b044 Border Color

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

This div border color is #80b044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b044


Comments

No comments written yet.

Please login to write comment.