Color spaces of #5dafdd
RGB | 93 | 175 | 221 |
---|---|---|---|
HSL | 0.56 | 0.65 | 0.62 |
HSV | 202° | 58° | 87° |
CMYK | 0.58 | 0.21 | 0.00 0.13 |
XYZ | 32.8953 | 38.2076 | 74.0476 |
Yxy | 38.2076 | 0.2266 | 0.2632 |
Hunter Lab | 61.8123 | -13.1773 | -27.7574 |
CIE-Lab | 68.1733 | -11.7665 | -30.7524 |
#5dafdd color RGB value is (93,175,221).
#5dafdd hex color red value is 93, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5dafdd hue: 0.56 , saturation: 0.65 and the lightness value of 5dafdd is 0.62.
The process color (four color CMYK) of #5dafdd color hex is 0.58, 0.21, 0.00, 0.13. Web safe color of #5dafdd is #6699cc. Color #5dafdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10101111 | 11011101 |
Octal | 135 | 257 | 335 |
Decimal | 93 | 175 | 221 |
Hex | 5D | AF | DD |
Shades of #5dafdd
Tints of #5dafdd
RGB Percentages of Color #5dafdd
CMYK Percentages of Color #5dafdd
Complementary Color
#5dafdd | #dd8b5d |
#5dafdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dafdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dafdd Color CSS Codes
.mybgcolor {background-color:#5dafdd; } .myforecolor {color:#5dafdd; } .mybordercolor {border:3px solid #5dafdd; }
#5dafdd Text Font Color
<p style="color:#5dafdd">Text here</p>
This sample text font color is #5dafdd
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.
#5dafdd Background Color
<div style="background-color:#5dafdd">
Div content here</div>
This div background color is #5dafdd
#5dafdd Border Color
<div style="border:3px solid #5dafdd">
Div here</div>
This div border color is #5dafdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,175,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dafdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dafdd; -webkit-box-shadow: 1px 1px 3px 2px #5dafdd; box-shadow: 1px 1px 3px 2px #5dafdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,175,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dafdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dafdd; -webkit-box-shadow: 1px 1px 3px 2px #5dafdd; box-shadow: 1px 1px 3px 2px #5dafdd;">
Div content here</div>
This div box has shadow with color #5dafdd
Comments
No comments written yet.
Please login to write comment.