Color Hex Logo

#80b572 Color Hex

#80B572
(128,181,114)
0 Favorites   0 Comments

Color spaces of #80b572

RGB 128181114
HSL0.300.310.58
HSV107°37°71°
CMYK 0.290.000.37   0.29
XYZ28.463238.851821.9186
Yxy38.85180.31900.4354
Hunter Lab62.3312-27.568622.7827
CIE-Lab68.6438-30.326728.7232

#80b572 color RGB value is (128,181,114).

#80b572 hex color red value is 128, green value is 181 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #80b572 hue: 0.30 , saturation: 0.31 and the lightness value of 80b572 is 0.58.

The process color (four color CMYK) of #80b572 color hex is 0.29, 0.00, 0.37, 0.29. Web safe color of #80b572 is #99cc66. Color #80b572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110101 01110010
Octal 200 265 162
Decimal 128 181 114
Hex 80 B5 72

RGB Percentages of Color #80b572

%30.26
%42.79
%26.95

CMYK Percentages of Color #80b572

%29
%0
%37
%29

Triadic Colors of #80b572

#80b572 #7280b5 #b57280

Analogous Colors of #80b572

#80b572 #72b586 #a2b572

Monochromatic Colors of #80b572

#80b572

Complementary Color

#80b572 #a772b5

#80b572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b572 Color CSS Codes

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

#80b572 Text Font Color

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

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


#80b572 Background Color

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

This div background color is #80b572


#80b572 Border Color

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

This div border color is #80b572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b572


Comments

No comments written yet.

Please login to write comment.