Color spaces of #53ccfc
RGB | 83 | 204 | 252 |
---|---|---|---|
HSL | 0.55 | 0.97 | 0.66 |
HSV | 197° | 67° | 99° |
CMYK | 0.67 | 0.19 | 0.00 0.01 |
XYZ | 42.7308 | 52.0530 | 99.8905 |
Yxy | 52.0530 | 0.2195 | 0.2674 |
Hunter Lab | 72.1478 | -20.5388 | -31.5851 |
CIE-Lab | 77.3125 | -19.1749 | -33.4515 |
#53ccfc color RGB value is (83,204,252).
#53ccfc hex color red value is 83, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #53ccfc hue: 0.55 , saturation: 0.97 and the lightness value of 53ccfc is 0.66.
The process color (four color CMYK) of #53ccfc color hex is 0.67, 0.19, 0.00, 0.01. Web safe color of #53ccfc is #66ccff. Color #53ccfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 11001100 | 11111100 |
Octal | 123 | 314 | 374 |
Decimal | 83 | 204 | 252 |
Hex | 53 | CC | FC |
Shades of #53ccfc
Tints of #53ccfc
RGB Percentages of Color #53ccfc
CMYK Percentages of Color #53ccfc
Complementary Color
#53ccfc | #fc8353 |
#53ccfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53ccfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#53ccfc Color CSS Codes
.mybgcolor {background-color:#53ccfc; } .myforecolor {color:#53ccfc; } .mybordercolor {border:3px solid #53ccfc; }
#53ccfc Text Font Color
<p style="color:#53ccfc">Text here</p>
This sample text font color is #53ccfc
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.
#53ccfc Background Color
<div style="background-color:#53ccfc">
Div content here</div>
This div background color is #53ccfc
#53ccfc Border Color
<div style="border:3px solid #53ccfc">
Div here</div>
This div border color is #53ccfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,204,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53ccfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53ccfc; -webkit-box-shadow: 1px 1px 3px 2px #53ccfc; box-shadow: 1px 1px 3px 2px #53ccfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,204,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 #53ccfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53ccfc; -webkit-box-shadow: 1px 1px 3px 2px #53ccfc; box-shadow: 1px 1px 3px 2px #53ccfc;">
Div content here</div>
This div box has shadow with color #53ccfc
#53ccfc Color Palettes
Comments
No comments written yet.
Please login to write comment.