Color Hex Logo

#80b71e Color Hex

#80B71E
(128,183,30)
0 Favorites   0 Comments

Color spaces of #80b71e

RGB 12818330
HSL0.230.720.42
HSV82°84°72°
CMYK 0.300.000.84   0.28
XYZ26.069938.54997.2951
Yxy38.54990.36250.5360
Hunter Lab62.0886-33.706036.4957
CIE-Lab68.4240-39.030964.3278

#80b71e color RGB value is (128,183,30).

#80b71e hex color red value is 128, green value is 183 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #80b71e hue: 0.23 , saturation: 0.72 and the lightness value of 80b71e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110111 00011110
Octal 200 267 36
Decimal 128 183 30
Hex 80 B7 1E

RGB Percentages of Color #80b71e

%37.54
%53.67
%8.80

CMYK Percentages of Color #80b71e

%30
%0
%84
%28

Triadic Colors of #80b71e

#80b71e #1e80b7 #b71e80

Analogous Colors of #80b71e

#80b71e #34b71e #b7a21e

Monochromatic Colors of #80b71e

#80b71e

Complementary Color

#80b71e #551eb7

#80b71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b71e Color CSS Codes

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

#80b71e Text Font Color

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

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


#80b71e Background Color

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

This div background color is #80b71e


#80b71e Border Color

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

This div border color is #80b71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b71e


Comments

No comments written yet.

Please login to write comment.