Color spaces of #5dcdaf
RGB | 93 | 205 | 175 |
---|---|---|---|
HSL | 0.46 | 0.53 | 0.58 |
HSV | 164° | 55° | 80° |
CMYK | 0.55 | 0.00 | 0.15 0.20 |
XYZ | 34.0834 | 49.0849 | 48.2354 |
Yxy | 49.0849 | 0.2594 | 0.3735 |
Hunter Lab | 70.0606 | -35.7686 | 8.2224 |
CIE-Lab | 75.5041 | -39.1882 | 5.3024 |
#5dcdaf color RGB value is (93,205,175).
#5dcdaf hex color red value is 93, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5dcdaf hue: 0.46 , saturation: 0.53 and the lightness value of 5dcdaf is 0.58.
The process color (four color CMYK) of #5dcdaf color hex is 0.55, 0.00, 0.15, 0.20. Web safe color of #5dcdaf is #66cc99. Color #5dcdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11001101 | 10101111 |
Octal | 135 | 315 | 257 |
Decimal | 93 | 205 | 175 |
Hex | 5D | CD | AF |
Shades of #5dcdaf
Tints of #5dcdaf
RGB Percentages of Color #5dcdaf
CMYK Percentages of Color #5dcdaf
Complementary Color
#5dcdaf | #cd5d7b |
#5dcdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dcdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dcdaf Color CSS Codes
.mybgcolor {background-color:#5dcdaf; } .myforecolor {color:#5dcdaf; } .mybordercolor {border:3px solid #5dcdaf; }
#5dcdaf Text Font Color
<p style="color:#5dcdaf">Text here</p>
This sample text font color is #5dcdaf
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.
#5dcdaf Background Color
<div style="background-color:#5dcdaf">
Div content here</div>
This div background color is #5dcdaf
#5dcdaf Border Color
<div style="border:3px solid #5dcdaf">
Div here</div>
This div border color is #5dcdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,205,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dcdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dcdaf; -webkit-box-shadow: 1px 1px 3px 2px #5dcdaf; box-shadow: 1px 1px 3px 2px #5dcdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,205,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dcdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dcdaf; -webkit-box-shadow: 1px 1px 3px 2px #5dcdaf; box-shadow: 1px 1px 3px 2px #5dcdaf;">
Div content here</div>
This div box has shadow with color #5dcdaf
Comments
No comments written yet.
Please login to write comment.