Color spaces of #80dadd
RGB | 128 | 218 | 221 |
---|---|---|---|
HSL | 0.51 | 0.58 | 0.68 |
HSV | 182° | 42° | 87° |
CMYK | 0.42 | 0.01 | 0.00 0.13 |
XYZ | 47.0246 | 59.9525 | 77.5001 |
Yxy | 59.9525 | 0.2549 | 0.3250 |
Hunter Lab | 77.4290 | -27.0932 | -5.1441 |
CIE-Lab | 81.8124 | -26.1483 | -9.9289 |
#80dadd color RGB value is (128,218,221).
#80dadd hex color red value is 128, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #80dadd hue: 0.51 , saturation: 0.58 and the lightness value of 80dadd is 0.68.
The process color (four color CMYK) of #80dadd color hex is 0.42, 0.01, 0.00, 0.13. Web safe color of #80dadd is #99cccc. Color #80dadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11011010 | 11011101 |
Octal | 200 | 332 | 335 |
Decimal | 128 | 218 | 221 |
Hex | 80 | DA | DD |
Shades of #80dadd
Tints of #80dadd
RGB Percentages of Color #80dadd
CMYK Percentages of Color #80dadd
Complementary Color
#80dadd | #dd8380 |
#80dadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80dadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#80dadd Color CSS Codes
.mybgcolor {background-color:#80dadd; } .myforecolor {color:#80dadd; } .mybordercolor {border:3px solid #80dadd; }
#80dadd Text Font Color
<p style="color:#80dadd">Text here</p>
This sample text font color is #80dadd
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.
#80dadd Background Color
<div style="background-color:#80dadd">
Div content here</div>
This div background color is #80dadd
#80dadd Border Color
<div style="border:3px solid #80dadd">
Div here</div>
This div border color is #80dadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,218,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80dadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80dadd; -webkit-box-shadow: 1px 1px 3px 2px #80dadd; box-shadow: 1px 1px 3px 2px #80dadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,218,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80dadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80dadd; -webkit-box-shadow: 1px 1px 3px 2px #80dadd; box-shadow: 1px 1px 3px 2px #80dadd;">
Div content here</div>
This div box has shadow with color #80dadd
#80dadd Color Palettes
Comments
No comments written yet.
Please login to write comment.