Color spaces of #5decaa
RGB | 93 | 236 | 170 |
---|---|---|---|
HSL | 0.42 | 0.79 | 0.65 |
HSV | 152° | 61° | 93° |
CMYK | 0.61 | 0.00 | 0.28 0.07 |
XYZ | 41.7654 | 65.2203 | 48.4177 |
Yxy | 65.2203 | 0.2688 | 0.4197 |
Hunter Lab | 80.7591 | -49.0153 | 20.9851 |
CIE-Lab | 84.5971 | -53.4807 | 20.7882 |
#5decaa color RGB value is (93,236,170).
#5decaa hex color red value is 93, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5decaa hue: 0.42 , saturation: 0.79 and the lightness value of 5decaa is 0.65.
The process color (four color CMYK) of #5decaa color hex is 0.61, 0.00, 0.28, 0.07. Web safe color of #5decaa is #66ff99. Color #5decaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11101100 | 10101010 |
Octal | 135 | 354 | 252 |
Decimal | 93 | 236 | 170 |
Hex | 5D | EC | AA |
Shades of #5decaa
Tints of #5decaa
RGB Percentages of Color #5decaa
CMYK Percentages of Color #5decaa
Complementary Color
#5decaa | #ec5d9f |
#5decaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5decaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5decaa Color CSS Codes
.mybgcolor {background-color:#5decaa; } .myforecolor {color:#5decaa; } .mybordercolor {border:3px solid #5decaa; }
#5decaa Text Font Color
<p style="color:#5decaa">Text here</p>
This sample text font color is #5decaa
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.
#5decaa Background Color
<div style="background-color:#5decaa">
Div content here</div>
This div background color is #5decaa
#5decaa Border Color
<div style="border:3px solid #5decaa">
Div here</div>
This div border color is #5decaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,236,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5decaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5decaa; -webkit-box-shadow: 1px 1px 3px 2px #5decaa; box-shadow: 1px 1px 3px 2px #5decaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,236,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5decaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5decaa; -webkit-box-shadow: 1px 1px 3px 2px #5decaa; box-shadow: 1px 1px 3px 2px #5decaa;">
Div content here</div>
This div box has shadow with color #5decaa
Comments
No comments written yet.
Please login to write comment.