Color spaces of #80ebdb
RGB | 128 | 235 | 219 |
---|---|---|---|
HSL | 0.48 | 0.73 | 0.71 |
HSV | 171° | 46° | 92° |
CMYK | 0.46 | 0.00 | 0.07 0.08 |
XYZ | 51.3966 | 69.1203 | 77.6505 |
Yxy | 69.1203 | 0.2594 | 0.3488 |
Hunter Lab | 83.1386 | -35.1432 | 2.8209 |
CIE-Lab | 86.5636 | -34.7335 | -1.8526 |
#80ebdb color RGB value is (128,235,219).
#80ebdb hex color red value is 128, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #80ebdb hue: 0.48 , saturation: 0.73 and the lightness value of 80ebdb is 0.71.
The process color (four color CMYK) of #80ebdb color hex is 0.46, 0.00, 0.07, 0.08. Web safe color of #80ebdb is #99ffcc. Color #80ebdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11101011 | 11011011 |
Octal | 200 | 353 | 333 |
Decimal | 128 | 235 | 219 |
Hex | 80 | EB | DB |
Shades of #80ebdb
Tints of #80ebdb
RGB Percentages of Color #80ebdb
CMYK Percentages of Color #80ebdb
Complementary Color
#80ebdb | #eb8090 |
#80ebdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80ebdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#80ebdb Color CSS Codes
.mybgcolor {background-color:#80ebdb; } .myforecolor {color:#80ebdb; } .mybordercolor {border:3px solid #80ebdb; }
#80ebdb Text Font Color
<p style="color:#80ebdb">Text here</p>
This sample text font color is #80ebdb
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.
#80ebdb Background Color
<div style="background-color:#80ebdb">
Div content here</div>
This div background color is #80ebdb
#80ebdb Border Color
<div style="border:3px solid #80ebdb">
Div here</div>
This div border color is #80ebdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,235,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80ebdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80ebdb; -webkit-box-shadow: 1px 1px 3px 2px #80ebdb; box-shadow: 1px 1px 3px 2px #80ebdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,235,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80ebdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80ebdb; -webkit-box-shadow: 1px 1px 3px 2px #80ebdb; box-shadow: 1px 1px 3px 2px #80ebdb;">
Div content here</div>
This div box has shadow with color #80ebdb
Comments
No comments written yet.
Please login to write comment.