Color spaces of #80dfcc
RGB | 128 | 223 | 204 |
---|---|---|---|
HSL | 0.47 | 0.60 | 0.69 |
HSV | 168° | 43° | 87° |
CMYK | 0.43 | 0.00 | 0.09 0.13 |
XYZ | 46.1888 | 61.7242 | 66.6063 |
Yxy | 61.7242 | 0.2647 | 0.3537 |
Hunter Lab | 78.5648 | -32.5468 | 4.7299 |
CIE-Lab | 82.7665 | -32.6181 | 0.5090 |
#80dfcc color RGB value is (128,223,204).
#80dfcc hex color red value is 128, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #80dfcc hue: 0.47 , saturation: 0.60 and the lightness value of 80dfcc is 0.69.
The process color (four color CMYK) of #80dfcc color hex is 0.43, 0.00, 0.09, 0.13. Web safe color of #80dfcc is #99cccc. Color #80dfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11011111 | 11001100 |
Octal | 200 | 337 | 314 |
Decimal | 128 | 223 | 204 |
Hex | 80 | DF | CC |
Shades of #80dfcc
Tints of #80dfcc
RGB Percentages of Color #80dfcc
CMYK Percentages of Color #80dfcc
Complementary Color
#80dfcc | #df8093 |
#80dfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80dfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#80dfcc Color CSS Codes
.mybgcolor {background-color:#80dfcc; } .myforecolor {color:#80dfcc; } .mybordercolor {border:3px solid #80dfcc; }
#80dfcc Text Font Color
<p style="color:#80dfcc">Text here</p>
This sample text font color is #80dfcc
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.
#80dfcc Background Color
<div style="background-color:#80dfcc">
Div content here</div>
This div background color is #80dfcc
#80dfcc Border Color
<div style="border:3px solid #80dfcc">
Div here</div>
This div border color is #80dfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,223,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80dfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80dfcc; -webkit-box-shadow: 1px 1px 3px 2px #80dfcc; box-shadow: 1px 1px 3px 2px #80dfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,223,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80dfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80dfcc; -webkit-box-shadow: 1px 1px 3px 2px #80dfcc; box-shadow: 1px 1px 3px 2px #80dfcc;">
Div content here</div>
This div box has shadow with color #80dfcc
Comments
No comments written yet.
Please login to write comment.