Color spaces of #80dabc
RGB | 128 | 218 | 188 |
---|---|---|---|
HSL | 0.44 | 0.55 | 0.68 |
HSV | 160° | 41° | 85° |
CMYK | 0.41 | 0.00 | 0.14 0.15 |
XYZ | 43.0506 | 58.3628 | 56.5731 |
Yxy | 58.3628 | 0.2725 | 0.3694 |
Hunter Lab | 76.3955 | -33.1035 | 9.5709 |
CIE-Lab | 80.9401 | -33.8578 | 6.3527 |
#80dabc color RGB value is (128,218,188).
#80dabc hex color red value is 128, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #80dabc hue: 0.44 , saturation: 0.55 and the lightness value of 80dabc is 0.68.
The process color (four color CMYK) of #80dabc color hex is 0.41, 0.00, 0.14, 0.15. Web safe color of #80dabc is #99cccc. Color #80dabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11011010 | 10111100 |
Octal | 200 | 332 | 274 |
Decimal | 128 | 218 | 188 |
Hex | 80 | DA | BC |
Shades of #80dabc
Tints of #80dabc
RGB Percentages of Color #80dabc
CMYK Percentages of Color #80dabc
Complementary Color
#80dabc | #da809e |
#80dabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80dabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#80dabc Color CSS Codes
.mybgcolor {background-color:#80dabc; } .myforecolor {color:#80dabc; } .mybordercolor {border:3px solid #80dabc; }
#80dabc Text Font Color
<p style="color:#80dabc">Text here</p>
This sample text font color is #80dabc
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.
#80dabc Background Color
<div style="background-color:#80dabc">
Div content here</div>
This div background color is #80dabc
#80dabc Border Color
<div style="border:3px solid #80dabc">
Div here</div>
This div border color is #80dabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,218,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80dabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80dabc; -webkit-box-shadow: 1px 1px 3px 2px #80dabc; box-shadow: 1px 1px 3px 2px #80dabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,218,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80dabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80dabc; -webkit-box-shadow: 1px 1px 3px 2px #80dabc; box-shadow: 1px 1px 3px 2px #80dabc;">
Div content here</div>
This div box has shadow with color #80dabc
Comments
No comments written yet.
Please login to write comment.