Color Hex Logo

#80be5c Color Hex

#80BE5C
(128,190,92)
0 Favorites   0 Comments

Color spaces of #80be5c

RGB 12819092
HSL0.270.430.55
HSV98°52°75°
CMYK 0.330.000.52   0.25
XYZ29.247342.188816.7270
Yxy42.18880.33170.4785
Hunter Lab64.9529-33.291830.1984
CIE-Lab71.0009-37.442742.8868

#80be5c color RGB value is (128,190,92).

#80be5c hex color red value is 128, green value is 190 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #80be5c hue: 0.27 , saturation: 0.43 and the lightness value of 80be5c is 0.55.

The process color (four color CMYK) of #80be5c color hex is 0.33, 0.00, 0.52, 0.25. Web safe color of #80be5c is #99cc66. Color #80be5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111110 01011100
Octal 200 276 134
Decimal 128 190 92
Hex 80 BE 5C

RGB Percentages of Color #80be5c

%31.22
%46.34
%22.44

CMYK Percentages of Color #80be5c

%33
%0
%52
%25

Triadic Colors of #80be5c

#80be5c #5c80be #be5c80

Analogous Colors of #80be5c

#80be5c #5cbe69 #b1be5c

Monochromatic Colors of #80be5c

#80be5c

Complementary Color

#80be5c #9a5cbe

#80be5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80be5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80be5c Color CSS Codes

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

#80be5c Text Font Color

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

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


#80be5c Background Color

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

This div background color is #80be5c


#80be5c Border Color

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

This div border color is #80be5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80be5c


Comments

No comments written yet.

Please login to write comment.