Color spaces of #80ceaa
RGB | 128 | 206 | 170 |
---|---|---|---|
HSL | 0.42 | 0.44 | 0.65 |
HSV | 152° | 38° | 81° |
CMYK | 0.38 | 0.00 | 0.17 0.19 |
XYZ | 38.2291 | 51.6341 | 45.9817 |
Yxy | 51.6341 | 0.2814 | 0.3801 |
Hunter Lab | 71.8569 | -30.7844 | 12.3597 |
CIE-Lab | 77.0615 | -32.0461 | 10.4001 |
#80ceaa color RGB value is (128,206,170).
#80ceaa hex color red value is 128, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #80ceaa hue: 0.42 , saturation: 0.44 and the lightness value of 80ceaa is 0.65.
The process color (four color CMYK) of #80ceaa color hex is 0.38, 0.00, 0.17, 0.19. Web safe color of #80ceaa is #99cc99. Color #80ceaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11001110 | 10101010 |
Octal | 200 | 316 | 252 |
Decimal | 128 | 206 | 170 |
Hex | 80 | CE | AA |
Shades of #80ceaa
Tints of #80ceaa
RGB Percentages of Color #80ceaa
CMYK Percentages of Color #80ceaa
Complementary Color
#80ceaa | #ce80a4 |
#80ceaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80ceaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#80ceaa Color CSS Codes
.mybgcolor {background-color:#80ceaa; } .myforecolor {color:#80ceaa; } .mybordercolor {border:3px solid #80ceaa; }
#80ceaa Text Font Color
<p style="color:#80ceaa">Text here</p>
This sample text font color is #80ceaa
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.
#80ceaa Background Color
<div style="background-color:#80ceaa">
Div content here</div>
This div background color is #80ceaa
#80ceaa Border Color
<div style="border:3px solid #80ceaa">
Div here</div>
This div border color is #80ceaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,206,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80ceaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80ceaa; -webkit-box-shadow: 1px 1px 3px 2px #80ceaa; box-shadow: 1px 1px 3px 2px #80ceaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,206,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80ceaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80ceaa; -webkit-box-shadow: 1px 1px 3px 2px #80ceaa; box-shadow: 1px 1px 3px 2px #80ceaa;">
Div content here</div>
This div box has shadow with color #80ceaa
Comments
No comments written yet.
Please login to write comment.