Color spaces of #80affc
RGB | 128 | 175 | 252 |
---|---|---|---|
HSL | 0.60 | 0.95 | 0.75 |
HSV | 217° | 49° | 99° |
CMYK | 0.49 | 0.31 | 0.00 0.01 |
XYZ | 41.8027 | 42.2774 | 98.0526 |
Yxy | 42.2774 | 0.2295 | 0.2321 |
Hunter Lab | 65.0211 | 0.9726 | -43.8953 |
CIE-Lab | 71.0618 | 4.9746 | -43.0294 |
#80affc color RGB value is (128,175,252).
#80affc hex color red value is 128, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #80affc hue: 0.60 , saturation: 0.95 and the lightness value of 80affc is 0.75.
The process color (four color CMYK) of #80affc color hex is 0.49, 0.31, 0.00, 0.01. Web safe color of #80affc is #9999ff. Color #80affc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10101111 | 11111100 |
Octal | 200 | 257 | 374 |
Decimal | 128 | 175 | 252 |
Hex | 80 | AF | FC |
Shades of #80affc
Tints of #80affc
RGB Percentages of Color #80affc
CMYK Percentages of Color #80affc
Complementary Color
#80affc | #fccd80 |
#80affc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80affc Color Preview on White Background
Lorem ipsum dolor sit amet.
#80affc Color CSS Codes
.mybgcolor {background-color:#80affc; } .myforecolor {color:#80affc; } .mybordercolor {border:3px solid #80affc; }
#80affc Text Font Color
<p style="color:#80affc">Text here</p>
This sample text font color is #80affc
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.
#80affc Background Color
<div style="background-color:#80affc">
Div content here</div>
This div background color is #80affc
#80affc Border Color
<div style="border:3px solid #80affc">
Div here</div>
This div border color is #80affc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,175,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80affc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80affc; -webkit-box-shadow: 1px 1px 3px 2px #80affc; box-shadow: 1px 1px 3px 2px #80affc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,175,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 #80affc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80affc; -webkit-box-shadow: 1px 1px 3px 2px #80affc; box-shadow: 1px 1px 3px 2px #80affc;">
Div content here</div>
This div box has shadow with color #80affc
Comments
No comments written yet.
Please login to write comment.