Color Hex Logo

#80b02f Color Hex

#80B02F
(128,176,47)
0 Favorites   0 Comments

Color spaces of #80b02f

RGB 12817647
HSL0.230.580.44
HSV82°73°69°
CMYK 0.270.000.73   0.31
XYZ24.940535.84518.2936
Yxy35.84510.36100.5189
Hunter Lab59.8708-30.415733.6964
CIE-Lab66.4014-35.073657.2918

#80b02f color RGB value is (128,176,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10110000 00101111
Octal 200 260 57
Decimal 128 176 47
Hex 80 B0 2F

RGB Percentages of Color #80b02f

%36.47
%50.14
%13.39

CMYK Percentages of Color #80b02f

%27
%0
%73
%31

Triadic Colors of #80b02f

#80b02f #2f80b0 #b02f80

Analogous Colors of #80b02f

#80b02f #3fb02f #b0a02f

Monochromatic Colors of #80b02f

#80b02f

Complementary Color

#80b02f #5f2fb0

#80b02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b02f Color CSS Codes

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

#80b02f Text Font Color

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

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


#80b02f Background Color

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

This div background color is #80b02f


#80b02f Border Color

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

This div border color is #80b02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b02f


Comments

No comments written yet.

Please login to write comment.