Color spaces of #5dcdbc
RGB | 93 | 205 | 188 |
---|---|---|---|
HSL | 0.47 | 0.53 | 0.58 |
HSV | 171° | 55° | 80° |
CMYK | 0.55 | 0.00 | 0.08 0.20 |
XYZ | 35.4226 | 49.6206 | 55.2877 |
Yxy | 49.6206 | 0.2524 | 0.3536 |
Hunter Lab | 70.4419 | -33.5123 | 2.7744 |
CIE-Lab | 75.8358 | -36.0250 | -1.2207 |
#5dcdbc color RGB value is (93,205,188).
#5dcdbc hex color red value is 93, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5dcdbc hue: 0.47 , saturation: 0.53 and the lightness value of 5dcdbc is 0.58.
The process color (four color CMYK) of #5dcdbc color hex is 0.55, 0.00, 0.08, 0.20. Web safe color of #5dcdbc is #66cccc. Color #5dcdbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11001101 | 10111100 |
Octal | 135 | 315 | 274 |
Decimal | 93 | 205 | 188 |
Hex | 5D | CD | BC |
Shades of #5dcdbc
Tints of #5dcdbc
RGB Percentages of Color #5dcdbc
CMYK Percentages of Color #5dcdbc
Complementary Color
#5dcdbc | #cd5d6e |
#5dcdbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dcdbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dcdbc Color CSS Codes
.mybgcolor {background-color:#5dcdbc; } .myforecolor {color:#5dcdbc; } .mybordercolor {border:3px solid #5dcdbc; }
#5dcdbc Text Font Color
<p style="color:#5dcdbc">Text here</p>
This sample text font color is #5dcdbc
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.
#5dcdbc Background Color
<div style="background-color:#5dcdbc">
Div content here</div>
This div background color is #5dcdbc
#5dcdbc Border Color
<div style="border:3px solid #5dcdbc">
Div here</div>
This div border color is #5dcdbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,205,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dcdbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dcdbc; -webkit-box-shadow: 1px 1px 3px 2px #5dcdbc; box-shadow: 1px 1px 3px 2px #5dcdbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,205,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dcdbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dcdbc; -webkit-box-shadow: 1px 1px 3px 2px #5dcdbc; box-shadow: 1px 1px 3px 2px #5dcdbc;">
Div content here</div>
This div box has shadow with color #5dcdbc
Comments
No comments written yet.
Please login to write comment.