Color spaces of #5ddbad
RGB | 93 | 219 | 173 |
---|---|---|---|
HSL | 0.44 | 0.64 | 0.61 |
HSV | 158° | 58° | 86° |
CMYK | 0.58 | 0.00 | 0.21 0.14 |
XYZ | 37.3885 | 56.0073 | 48.3751 |
Yxy | 56.0073 | 0.2637 | 0.3951 |
Hunter Lab | 74.8380 | -41.7893 | 14.0617 |
CIE-Lab | 79.6180 | -45.7905 | 12.2482 |
#5ddbad color RGB value is (93,219,173).
#5ddbad hex color red value is 93, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5ddbad hue: 0.44 , saturation: 0.64 and the lightness value of 5ddbad is 0.61.
The process color (four color CMYK) of #5ddbad color hex is 0.58, 0.00, 0.21, 0.14. Web safe color of #5ddbad is #66cc99. Color #5ddbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11011011 | 10101101 |
Octal | 135 | 333 | 255 |
Decimal | 93 | 219 | 173 |
Hex | 5D | DB | AD |
Shades of #5ddbad
Tints of #5ddbad
RGB Percentages of Color #5ddbad
CMYK Percentages of Color #5ddbad
Complementary Color
#5ddbad | #db5d8b |
#5ddbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ddbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ddbad Color CSS Codes
.mybgcolor {background-color:#5ddbad; } .myforecolor {color:#5ddbad; } .mybordercolor {border:3px solid #5ddbad; }
#5ddbad Text Font Color
<p style="color:#5ddbad">Text here</p>
This sample text font color is #5ddbad
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.
#5ddbad Background Color
<div style="background-color:#5ddbad">
Div content here</div>
This div background color is #5ddbad
#5ddbad Border Color
<div style="border:3px solid #5ddbad">
Div here</div>
This div border color is #5ddbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,219,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ddbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ddbad; -webkit-box-shadow: 1px 1px 3px 2px #5ddbad; box-shadow: 1px 1px 3px 2px #5ddbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,219,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ddbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ddbad; -webkit-box-shadow: 1px 1px 3px 2px #5ddbad; box-shadow: 1px 1px 3px 2px #5ddbad;">
Div content here</div>
This div box has shadow with color #5ddbad
Comments
No comments written yet.
Please login to write comment.