Color spaces of #50faff
RGB | 80 | 250 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.66 |
HSV | 182° | 69° | 100° |
CMYK | 0.69 | 0.02 | 0.00 0.00 |
XYZ | 55.5439 | 77.2967 | 106.6000 |
Yxy | 77.2967 | 0.2320 | 0.3228 |
Hunter Lab | 87.9185 | -41.0873 | -10.3453 |
CIE-Lab | 90.4580 | -40.8453 | -15.0440 |
#50faff color RGB value is (80,250,255).
#50faff hex color red value is 80, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #50faff hue: 0.50 , saturation: 1.00 and the lightness value of 50faff is 0.66.
The process color (four color CMYK) of #50faff color hex is 0.69, 0.02, 0.00, 0.00. Web safe color of #50faff is #66ffff. Color #50faff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11111010 | 11111111 |
Octal | 120 | 372 | 377 |
Decimal | 80 | 250 | 255 |
Hex | 50 | FA | FF |
Shades of #50faff
Tints of #50faff
RGB Percentages of Color #50faff
CMYK Percentages of Color #50faff
Complementary Color
#50faff | #ff5550 |
#50faff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50faff Color Preview on White Background
Lorem ipsum dolor sit amet.
#50faff Color CSS Codes
.mybgcolor {background-color:#50faff; } .myforecolor {color:#50faff; } .mybordercolor {border:3px solid #50faff; }
#50faff Text Font Color
<p style="color:#50faff">Text here</p>
This sample text font color is #50faff
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.
#50faff Background Color
<div style="background-color:#50faff">
Div content here</div>
This div background color is #50faff
#50faff Border Color
<div style="border:3px solid #50faff">
Div here</div>
This div border color is #50faff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,250,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50faff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50faff; -webkit-box-shadow: 1px 1px 3px 2px #50faff; box-shadow: 1px 1px 3px 2px #50faff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,250,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50faff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50faff; -webkit-box-shadow: 1px 1px 3px 2px #50faff; box-shadow: 1px 1px 3px 2px #50faff;">
Div content here</div>
This div box has shadow with color #50faff
#50faff Color Palettes
Comments
No comments written yet.
Please login to write comment.