Color spaces of #53dcfd
RGB | 83 | 220 | 253 |
---|---|---|---|
HSL | 0.53 | 0.98 | 0.66 |
HSV | 192° | 67° | 99° |
CMYK | 0.67 | 0.13 | 0.00 0.01 |
XYZ | 46.8901 | 60.1172 | 102.0609 |
Yxy | 60.1172 | 0.2243 | 0.2875 |
Hunter Lab | 77.5353 | -27.7374 | -23.7697 |
CIE-Lab | 81.9019 | -26.9115 | -26.9363 |
#53dcfd color RGB value is (83,220,253).
#53dcfd hex color red value is 83, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #53dcfd hue: 0.53 , saturation: 0.98 and the lightness value of 53dcfd is 0.66.
The process color (four color CMYK) of #53dcfd color hex is 0.67, 0.13, 0.00, 0.01. Web safe color of #53dcfd is #66ccff. Color #53dcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 11011100 | 11111101 |
Octal | 123 | 334 | 375 |
Decimal | 83 | 220 | 253 |
Hex | 53 | DC | FD |
Shades of #53dcfd
Tints of #53dcfd
RGB Percentages of Color #53dcfd
CMYK Percentages of Color #53dcfd
Complementary Color
#53dcfd | #fd7453 |
#53dcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53dcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#53dcfd Color CSS Codes
.mybgcolor {background-color:#53dcfd; } .myforecolor {color:#53dcfd; } .mybordercolor {border:3px solid #53dcfd; }
#53dcfd Text Font Color
<p style="color:#53dcfd">Text here</p>
This sample text font color is #53dcfd
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.
#53dcfd Background Color
<div style="background-color:#53dcfd">
Div content here</div>
This div background color is #53dcfd
#53dcfd Border Color
<div style="border:3px solid #53dcfd">
Div here</div>
This div border color is #53dcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,220,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53dcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53dcfd; -webkit-box-shadow: 1px 1px 3px 2px #53dcfd; box-shadow: 1px 1px 3px 2px #53dcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,220,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53dcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53dcfd; -webkit-box-shadow: 1px 1px 3px 2px #53dcfd; box-shadow: 1px 1px 3px 2px #53dcfd;">
Div content here</div>
This div box has shadow with color #53dcfd
Comments
No comments written yet.
Please login to write comment.