Color spaces of #5dcadf
RGB | 93 | 202 | 223 |
---|---|---|---|
HSL | 0.53 | 0.67 | 0.62 |
HSV | 190° | 58° | 87° |
CMYK | 0.58 | 0.09 | 0.00 0.13 |
XYZ | 38.9540 | 49.8959 | 77.3898 |
Yxy | 49.8959 | 0.2343 | 0.3001 |
Hunter Lab | 70.6370 | -25.1779 | -15.5121 |
CIE-Lab | 76.0053 | -25.1752 | -19.8563 |
#5dcadf color RGB value is (93,202,223).
#5dcadf hex color red value is 93, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5dcadf hue: 0.53 , saturation: 0.67 and the lightness value of 5dcadf is 0.62.
The process color (four color CMYK) of #5dcadf color hex is 0.58, 0.09, 0.00, 0.13. Web safe color of #5dcadf is #66cccc. Color #5dcadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11001010 | 11011111 |
Octal | 135 | 312 | 337 |
Decimal | 93 | 202 | 223 |
Hex | 5D | CA | DF |
Shades of #5dcadf
Tints of #5dcadf
RGB Percentages of Color #5dcadf
CMYK Percentages of Color #5dcadf
Complementary Color
#5dcadf | #df725d |
#5dcadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dcadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dcadf Color CSS Codes
.mybgcolor {background-color:#5dcadf; } .myforecolor {color:#5dcadf; } .mybordercolor {border:3px solid #5dcadf; }
#5dcadf Text Font Color
<p style="color:#5dcadf">Text here</p>
This sample text font color is #5dcadf
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.
#5dcadf Background Color
<div style="background-color:#5dcadf">
Div content here</div>
This div background color is #5dcadf
#5dcadf Border Color
<div style="border:3px solid #5dcadf">
Div here</div>
This div border color is #5dcadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,202,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dcadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dcadf; -webkit-box-shadow: 1px 1px 3px 2px #5dcadf; box-shadow: 1px 1px 3px 2px #5dcadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,202,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dcadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dcadf; -webkit-box-shadow: 1px 1px 3px 2px #5dcadf; box-shadow: 1px 1px 3px 2px #5dcadf;">
Div content here</div>
This div box has shadow with color #5dcadf
Comments
No comments written yet.
Please login to write comment.