Color spaces of #5dccaf
RGB | 93 | 204 | 175 |
---|---|---|---|
HSL | 0.46 | 0.52 | 0.58 |
HSV | 164° | 54° | 80° |
CMYK | 0.54 | 0.00 | 0.14 0.20 |
XYZ | 33.8449 | 48.6080 | 48.1559 |
Yxy | 48.6080 | 0.2591 | 0.3722 |
Hunter Lab | 69.7194 | -35.3572 | 7.8514 |
CIE-Lab | 75.2068 | -38.7372 | 4.8736 |
#5dccaf color RGB value is (93,204,175).
#5dccaf hex color red value is 93, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5dccaf hue: 0.46 , saturation: 0.52 and the lightness value of 5dccaf is 0.58.
The process color (four color CMYK) of #5dccaf color hex is 0.54, 0.00, 0.14, 0.20. Web safe color of #5dccaf is #66cc99. Color #5dccaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11001100 | 10101111 |
Octal | 135 | 314 | 257 |
Decimal | 93 | 204 | 175 |
Hex | 5D | CC | AF |
Shades of #5dccaf
Tints of #5dccaf
RGB Percentages of Color #5dccaf
CMYK Percentages of Color #5dccaf
Complementary Color
#5dccaf | #cc5d7a |
#5dccaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dccaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dccaf Color CSS Codes
.mybgcolor {background-color:#5dccaf; } .myforecolor {color:#5dccaf; } .mybordercolor {border:3px solid #5dccaf; }
#5dccaf Text Font Color
<p style="color:#5dccaf">Text here</p>
This sample text font color is #5dccaf
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.
#5dccaf Background Color
<div style="background-color:#5dccaf">
Div content here</div>
This div background color is #5dccaf
#5dccaf Border Color
<div style="border:3px solid #5dccaf">
Div here</div>
This div border color is #5dccaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,204,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dccaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dccaf; -webkit-box-shadow: 1px 1px 3px 2px #5dccaf; box-shadow: 1px 1px 3px 2px #5dccaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,204,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 #5dccaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dccaf; -webkit-box-shadow: 1px 1px 3px 2px #5dccaf; box-shadow: 1px 1px 3px 2px #5dccaf;">
Div content here</div>
This div box has shadow with color #5dccaf
Comments
No comments written yet.
Please login to write comment.