Color spaces of #53cded
RGB | 83 | 205 | 237 |
---|---|---|---|
HSL | 0.53 | 0.81 | 0.63 |
HSV | 192° | 65° | 93° |
CMYK | 0.65 | 0.14 | 0.00 0.07 |
XYZ | 40.6847 | 51.6161 | 87.9394 |
Yxy | 51.6161 | 0.2257 | 0.2864 |
Hunter Lab | 71.8443 | -24.6449 | -22.2815 |
CIE-Lab | 77.0507 | -24.2604 | -25.8212 |
#53cded color RGB value is (83,205,237).
#53cded hex color red value is 83, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #53cded hue: 0.53 , saturation: 0.81 and the lightness value of 53cded is 0.63.
The process color (four color CMYK) of #53cded color hex is 0.65, 0.14, 0.00, 0.07. Web safe color of #53cded is #66ccff. Color #53cded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 11001101 | 11101101 |
Octal | 123 | 315 | 355 |
Decimal | 83 | 205 | 237 |
Hex | 53 | CD | ED |
Shades of #53cded
Tints of #53cded
RGB Percentages of Color #53cded
CMYK Percentages of Color #53cded
Complementary Color
#53cded | #ed7353 |
#53cded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53cded Color Preview on White Background
Lorem ipsum dolor sit amet.
#53cded Color CSS Codes
.mybgcolor {background-color:#53cded; } .myforecolor {color:#53cded; } .mybordercolor {border:3px solid #53cded; }
#53cded Text Font Color
<p style="color:#53cded">Text here</p>
This sample text font color is #53cded
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.
#53cded Background Color
<div style="background-color:#53cded">
Div content here</div>
This div background color is #53cded
#53cded Border Color
<div style="border:3px solid #53cded">
Div here</div>
This div border color is #53cded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,205,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53cded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53cded; -webkit-box-shadow: 1px 1px 3px 2px #53cded; box-shadow: 1px 1px 3px 2px #53cded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,205,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53cded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53cded; -webkit-box-shadow: 1px 1px 3px 2px #53cded; box-shadow: 1px 1px 3px 2px #53cded;">
Div content here</div>
This div box has shadow with color #53cded
Comments
No comments written yet.
Please login to write comment.