Color spaces of #53dbfa
RGB | 83 | 219 | 250 |
---|---|---|---|
HSL | 0.53 | 0.94 | 0.65 |
HSV | 191° | 67° | 98° |
CMYK | 0.67 | 0.12 | 0.00 0.02 |
XYZ | 46.1541 | 59.4042 | 99.4761 |
Yxy | 59.4042 | 0.2251 | 0.2897 |
Hunter Lab | 77.0741 | -27.9890 | -22.5711 |
CIE-Lab | 81.5133 | -27.3145 | -25.9397 |
#53dbfa color RGB value is (83,219,250).
#53dbfa hex color red value is 83, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #53dbfa hue: 0.53 , saturation: 0.94 and the lightness value of 53dbfa is 0.65.
The process color (four color CMYK) of #53dbfa color hex is 0.67, 0.12, 0.00, 0.02. Web safe color of #53dbfa is #66ccff. Color #53dbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 11011011 | 11111010 |
Octal | 123 | 333 | 372 |
Decimal | 83 | 219 | 250 |
Hex | 53 | DB | FA |
Shades of #53dbfa
Tints of #53dbfa
RGB Percentages of Color #53dbfa
CMYK Percentages of Color #53dbfa
Complementary Color
#53dbfa | #fa7253 |
#53dbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53dbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#53dbfa Color CSS Codes
.mybgcolor {background-color:#53dbfa; } .myforecolor {color:#53dbfa; } .mybordercolor {border:3px solid #53dbfa; }
#53dbfa Text Font Color
<p style="color:#53dbfa">Text here</p>
This sample text font color is #53dbfa
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.
#53dbfa Background Color
<div style="background-color:#53dbfa">
Div content here</div>
This div background color is #53dbfa
#53dbfa Border Color
<div style="border:3px solid #53dbfa">
Div here</div>
This div border color is #53dbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,219,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53dbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53dbfa; -webkit-box-shadow: 1px 1px 3px 2px #53dbfa; box-shadow: 1px 1px 3px 2px #53dbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,219,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53dbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53dbfa; -webkit-box-shadow: 1px 1px 3px 2px #53dbfa; box-shadow: 1px 1px 3px 2px #53dbfa;">
Div content here</div>
This div box has shadow with color #53dbfa
Comments
No comments written yet.
Please login to write comment.