Color spaces of #80fe1a
RGB | 128 | 254 | 26 |
---|---|---|---|
HSL | 0.26 | 0.99 | 0.55 |
HSV | 93° | 90° | 100° |
CMYK | 0.50 | 0.00 | 0.90 0.00 |
XYZ | 44.5304 | 75.5474 | 13.2124 |
Yxy | 75.5474 | 0.3341 | 0.5668 |
Hunter Lab | 86.9180 | -60.6562 | 51.8299 |
CIE-Lab | 89.6488 | -67.0451 | 83.1374 |
#80fe1a color RGB value is (128,254,26).
#80fe1a hex color red value is 128, green value is 254 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #80fe1a hue: 0.26 , saturation: 0.99 and the lightness value of 80fe1a is 0.55.
The process color (four color CMYK) of #80fe1a color hex is 0.50, 0.00, 0.90, 0.00. Web safe color of #80fe1a is #99ff33. Color #80fe1a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11111110 | 00011010 |
Octal | 200 | 376 | 32 |
Decimal | 128 | 254 | 26 |
Hex | 80 | FE | 1A |
Shades of #80fe1a
Tints of #80fe1a
RGB Percentages of Color #80fe1a
CMYK Percentages of Color #80fe1a
Complementary Color
#80fe1a | #981afe |
#80fe1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80fe1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#80fe1a Color CSS Codes
.mybgcolor {background-color:#80fe1a; } .myforecolor {color:#80fe1a; } .mybordercolor {border:3px solid #80fe1a; }
#80fe1a Text Font Color
<p style="color:#80fe1a">Text here</p>
This sample text font color is #80fe1a
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.
#80fe1a Background Color
<div style="background-color:#80fe1a">
Div content here</div>
This div background color is #80fe1a
#80fe1a Border Color
<div style="border:3px solid #80fe1a">
Div here</div>
This div border color is #80fe1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,254,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80fe1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80fe1a; -webkit-box-shadow: 1px 1px 3px 2px #80fe1a; box-shadow: 1px 1px 3px 2px #80fe1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,254,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80fe1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80fe1a; -webkit-box-shadow: 1px 1px 3px 2px #80fe1a; box-shadow: 1px 1px 3px 2px #80fe1a;">
Div content here</div>
This div box has shadow with color #80fe1a
Comments
No comments written yet.
Please login to write comment.