Color spaces of #5ddecf
RGB | 93 | 222 | 207 |
---|---|---|---|
HSL | 0.48 | 0.66 | 0.62 |
HSV | 173° | 58° | 87° |
CMYK | 0.58 | 0.00 | 0.07 0.13 |
XYZ | 41.8980 | 59.0747 | 68.2258 |
Yxy | 59.0747 | 0.2476 | 0.3491 |
Hunter Lab | 76.8601 | -37.2011 | 1.1725 |
CIE-Lab | 81.3326 | -39.0078 | -3.3283 |
#5ddecf color RGB value is (93,222,207).
#5ddecf hex color red value is 93, green value is 222 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5ddecf hue: 0.48 , saturation: 0.66 and the lightness value of 5ddecf is 0.62.
The process color (four color CMYK) of #5ddecf color hex is 0.58, 0.00, 0.07, 0.13. Web safe color of #5ddecf is #66cccc. Color #5ddecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11011110 | 11001111 |
Octal | 135 | 336 | 317 |
Decimal | 93 | 222 | 207 |
Hex | 5D | DE | CF |
Shades of #5ddecf
Tints of #5ddecf
RGB Percentages of Color #5ddecf
CMYK Percentages of Color #5ddecf
Complementary Color
#5ddecf | #de5d6c |
#5ddecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ddecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ddecf Color CSS Codes
.mybgcolor {background-color:#5ddecf; } .myforecolor {color:#5ddecf; } .mybordercolor {border:3px solid #5ddecf; }
#5ddecf Text Font Color
<p style="color:#5ddecf">Text here</p>
This sample text font color is #5ddecf
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.
#5ddecf Background Color
<div style="background-color:#5ddecf">
Div content here</div>
This div background color is #5ddecf
#5ddecf Border Color
<div style="border:3px solid #5ddecf">
Div here</div>
This div border color is #5ddecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,222,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ddecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ddecf; -webkit-box-shadow: 1px 1px 3px 2px #5ddecf; box-shadow: 1px 1px 3px 2px #5ddecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,222,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ddecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ddecf; -webkit-box-shadow: 1px 1px 3px 2px #5ddecf; box-shadow: 1px 1px 3px 2px #5ddecf;">
Div content here</div>
This div box has shadow with color #5ddecf
Comments
No comments written yet.
Please login to write comment.