Color spaces of #80eedd
RGB | 128 | 238 | 221 |
---|---|---|---|
HSL | 0.47 | 0.76 | 0.72 |
HSV | 171° | 46° | 93° |
CMYK | 0.46 | 0.00 | 0.07 0.07 |
XYZ | 52.5278 | 70.9587 | 79.3345 |
Yxy | 70.9587 | 0.2590 | 0.3499 |
Hunter Lab | 84.2370 | -36.1072 | 3.1265 |
CIE-Lab | 87.4649 | -35.6518 | -1.5810 |
#80eedd color RGB value is (128,238,221).
#80eedd hex color red value is 128, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #80eedd hue: 0.47 , saturation: 0.76 and the lightness value of 80eedd is 0.72.
The process color (four color CMYK) of #80eedd color hex is 0.46, 0.00, 0.07, 0.07. Web safe color of #80eedd is #99ffcc. Color #80eedd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11101110 | 11011101 |
Octal | 200 | 356 | 335 |
Decimal | 128 | 238 | 221 |
Hex | 80 | EE | DD |
Shades of #80eedd
Tints of #80eedd
RGB Percentages of Color #80eedd
CMYK Percentages of Color #80eedd
Complementary Color
#80eedd | #ee8091 |
#80eedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80eedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#80eedd Color CSS Codes
.mybgcolor {background-color:#80eedd; } .myforecolor {color:#80eedd; } .mybordercolor {border:3px solid #80eedd; }
#80eedd Text Font Color
<p style="color:#80eedd">Text here</p>
This sample text font color is #80eedd
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.
#80eedd Background Color
<div style="background-color:#80eedd">
Div content here</div>
This div background color is #80eedd
#80eedd Border Color
<div style="border:3px solid #80eedd">
Div here</div>
This div border color is #80eedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,238,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80eedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80eedd; -webkit-box-shadow: 1px 1px 3px 2px #80eedd; box-shadow: 1px 1px 3px 2px #80eedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,238,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 #80eedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80eedd; -webkit-box-shadow: 1px 1px 3px 2px #80eedd; box-shadow: 1px 1px 3px 2px #80eedd;">
Div content here</div>
This div box has shadow with color #80eedd
Comments
No comments written yet.
Please login to write comment.