Color spaces of #53ccdb
RGB | 83 | 204 | 219 |
---|---|---|---|
HSL | 0.52 | 0.65 | 0.59 |
HSV | 187° | 62° | 86° |
CMYK | 0.62 | 0.07 | 0.00 0.14 |
XYZ | 37.9463 | 50.1392 | 74.6957 |
Yxy | 50.1392 | 0.2331 | 0.3080 |
Hunter Lab | 70.8090 | -28.2583 | -12.9781 |
CIE-Lab | 76.1546 | -29.0494 | -17.5032 |
#53ccdb color RGB value is (83,204,219).
#53ccdb hex color red value is 83, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #53ccdb hue: 0.52 , saturation: 0.65 and the lightness value of 53ccdb is 0.59.
The process color (four color CMYK) of #53ccdb color hex is 0.62, 0.07, 0.00, 0.14. Web safe color of #53ccdb is #66cccc. Color #53ccdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 11001100 | 11011011 |
Octal | 123 | 314 | 333 |
Decimal | 83 | 204 | 219 |
Hex | 53 | CC | DB |
Shades of #53ccdb
Tints of #53ccdb
RGB Percentages of Color #53ccdb
CMYK Percentages of Color #53ccdb
Complementary Color
#53ccdb | #db6253 |
#53ccdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53ccdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#53ccdb Color CSS Codes
.mybgcolor {background-color:#53ccdb; } .myforecolor {color:#53ccdb; } .mybordercolor {border:3px solid #53ccdb; }
#53ccdb Text Font Color
<p style="color:#53ccdb">Text here</p>
This sample text font color is #53ccdb
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.
#53ccdb Background Color
<div style="background-color:#53ccdb">
Div content here</div>
This div background color is #53ccdb
#53ccdb Border Color
<div style="border:3px solid #53ccdb">
Div here</div>
This div border color is #53ccdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,204,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53ccdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53ccdb; -webkit-box-shadow: 1px 1px 3px 2px #53ccdb; box-shadow: 1px 1px 3px 2px #53ccdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,204,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53ccdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53ccdb; -webkit-box-shadow: 1px 1px 3px 2px #53ccdb; box-shadow: 1px 1px 3px 2px #53ccdb;">
Div content here</div>
This div box has shadow with color #53ccdb
Comments
No comments written yet.
Please login to write comment.