Color spaces of #80dffc
RGB | 128 | 223 | 252 |
---|---|---|---|
HSL | 0.54 | 0.95 | 0.75 |
HSV | 194° | 49° | 99° |
CMYK | 0.49 | 0.12 | 0.00 0.01 |
XYZ | 52.8605 | 64.3928 | 101.7385 |
Yxy | 64.3928 | 0.2414 | 0.2940 |
Hunter Lab | 80.2451 | -22.8443 | -18.9990 |
CIE-Lab | 84.1699 | -20.5845 | -22.8196 |
#80dffc color RGB value is (128,223,252).
#80dffc hex color red value is 128, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #80dffc hue: 0.54 , saturation: 0.95 and the lightness value of 80dffc is 0.75.
The process color (four color CMYK) of #80dffc color hex is 0.49, 0.12, 0.00, 0.01. Web safe color of #80dffc is #99ccff. Color #80dffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11011111 | 11111100 |
Octal | 200 | 337 | 374 |
Decimal | 128 | 223 | 252 |
Hex | 80 | DF | FC |
Shades of #80dffc
Tints of #80dffc
RGB Percentages of Color #80dffc
CMYK Percentages of Color #80dffc
Complementary Color
#80dffc | #fc9d80 |
#80dffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80dffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#80dffc Color CSS Codes
.mybgcolor {background-color:#80dffc; } .myforecolor {color:#80dffc; } .mybordercolor {border:3px solid #80dffc; }
#80dffc Text Font Color
<p style="color:#80dffc">Text here</p>
This sample text font color is #80dffc
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.
#80dffc Background Color
<div style="background-color:#80dffc">
Div content here</div>
This div background color is #80dffc
#80dffc Border Color
<div style="border:3px solid #80dffc">
Div here</div>
This div border color is #80dffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,223,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80dffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80dffc; -webkit-box-shadow: 1px 1px 3px 2px #80dffc; box-shadow: 1px 1px 3px 2px #80dffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,223,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80dffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80dffc; -webkit-box-shadow: 1px 1px 3px 2px #80dffc; box-shadow: 1px 1px 3px 2px #80dffc;">
Div content here</div>
This div box has shadow with color #80dffc
Comments
No comments written yet.
Please login to write comment.