Color spaces of #5ddacf
RGB | 93 | 218 | 207 |
---|---|---|---|
HSL | 0.49 | 0.63 | 0.61 |
HSV | 175° | 57° | 85° |
CMYK | 0.57 | 0.00 | 0.05 0.15 |
XYZ | 40.8481 | 56.9750 | 67.8758 |
Yxy | 56.9750 | 0.2465 | 0.3438 |
Hunter Lab | 75.4818 | -35.4952 | -0.4783 |
CIE-Lab | 80.1655 | -37.1825 | -5.0473 |
#5ddacf color RGB value is (93,218,207).
#5ddacf hex color red value is 93, green value is 218 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5ddacf hue: 0.49 , saturation: 0.63 and the lightness value of 5ddacf is 0.61.
The process color (four color CMYK) of #5ddacf color hex is 0.57, 0.00, 0.05, 0.15. Web safe color of #5ddacf is #66cccc. Color #5ddacf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11011010 | 11001111 |
Octal | 135 | 332 | 317 |
Decimal | 93 | 218 | 207 |
Hex | 5D | DA | CF |
Shades of #5ddacf
Tints of #5ddacf
RGB Percentages of Color #5ddacf
CMYK Percentages of Color #5ddacf
Complementary Color
#5ddacf | #da5d68 |
#5ddacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ddacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ddacf Color CSS Codes
.mybgcolor {background-color:#5ddacf; } .myforecolor {color:#5ddacf; } .mybordercolor {border:3px solid #5ddacf; }
#5ddacf Text Font Color
<p style="color:#5ddacf">Text here</p>
This sample text font color is #5ddacf
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.
#5ddacf Background Color
<div style="background-color:#5ddacf">
Div content here</div>
This div background color is #5ddacf
#5ddacf Border Color
<div style="border:3px solid #5ddacf">
Div here</div>
This div border color is #5ddacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,218,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ddacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ddacf; -webkit-box-shadow: 1px 1px 3px 2px #5ddacf; box-shadow: 1px 1px 3px 2px #5ddacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,218,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 #5ddacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ddacf; -webkit-box-shadow: 1px 1px 3px 2px #5ddacf; box-shadow: 1px 1px 3px 2px #5ddacf;">
Div content here</div>
This div box has shadow with color #5ddacf
Comments
No comments written yet.
Please login to write comment.