Color Hex Logo

#80e90b Color Hex

#80E90B
(128,233,11)
0 Favorites   0 Comments

Color spaces of #80e90b

RGB 12823311
HSL0.250.910.48
HSV88°95°91°
CMYK 0.450.000.95   0.09
XYZ38.101462.891210.4477
Yxy62.89120.34190.5643
Hunter Lab79.3040-53.022147.7018
CIE-Lab83.3851-59.714379.7913

#80e90b color RGB value is (128,233,11).

#80e90b hex color red value is 128, green value is 233 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #80e90b hue: 0.25 , saturation: 0.91 and the lightness value of 80e90b is 0.48.

The process color (four color CMYK) of #80e90b color hex is 0.45, 0.00, 0.95, 0.09. Web safe color of #80e90b is #99ff00. Color #80e90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101001 00001011
Octal 200 351 13
Decimal 128 233 11
Hex 80 E9 B

RGB Percentages of Color #80e90b

%34.41
%62.63
%2.96

CMYK Percentages of Color #80e90b

%45
%0
%95
%9

Triadic Colors of #80e90b

#80e90b #0b80e9 #e90b80

Analogous Colors of #80e90b

#80e90b #11e90b #e9e30b

Monochromatic Colors of #80e90b

#80e90b

Complementary Color

#80e90b #740be9

#80e90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e90b Color CSS Codes

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

#80e90b Text Font Color

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

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


#80e90b Background Color

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

This div background color is #80e90b


#80e90b Border Color

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

This div border color is #80e90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e90b


Comments

No comments written yet.

Please login to write comment.