Color spaces of #5ddfac
RGB | 93 | 223 | 172 |
---|---|---|---|
HSL | 0.43 | 0.67 | 0.62 |
HSV | 156° | 58° | 87° |
CMYK | 0.58 | 0.00 | 0.23 0.13 |
XYZ | 38.3483 | 58.0811 | 48.2193 |
Yxy | 58.0811 | 0.2651 | 0.4015 |
Hunter Lab | 76.2110 | -43.5504 | 15.8344 |
CIE-Lab | 80.7839 | -47.7074 | 14.4224 |
#5ddfac color RGB value is (93,223,172).
#5ddfac hex color red value is 93, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5ddfac hue: 0.43 , saturation: 0.67 and the lightness value of 5ddfac is 0.62.
The process color (four color CMYK) of #5ddfac color hex is 0.58, 0.00, 0.23, 0.13. Web safe color of #5ddfac is #66cc99. Color #5ddfac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11011111 | 10101100 |
Octal | 135 | 337 | 254 |
Decimal | 93 | 223 | 172 |
Hex | 5D | DF | AC |
Shades of #5ddfac
Tints of #5ddfac
RGB Percentages of Color #5ddfac
CMYK Percentages of Color #5ddfac
Complementary Color
#5ddfac | #df5d90 |
#5ddfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ddfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ddfac Color CSS Codes
.mybgcolor {background-color:#5ddfac; } .myforecolor {color:#5ddfac; } .mybordercolor {border:3px solid #5ddfac; }
#5ddfac Text Font Color
<p style="color:#5ddfac">Text here</p>
This sample text font color is #5ddfac
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.
#5ddfac Background Color
<div style="background-color:#5ddfac">
Div content here</div>
This div background color is #5ddfac
#5ddfac Border Color
<div style="border:3px solid #5ddfac">
Div here</div>
This div border color is #5ddfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,223,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ddfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ddfac; -webkit-box-shadow: 1px 1px 3px 2px #5ddfac; box-shadow: 1px 1px 3px 2px #5ddfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,223,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ddfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ddfac; -webkit-box-shadow: 1px 1px 3px 2px #5ddfac; box-shadow: 1px 1px 3px 2px #5ddfac;">
Div content here</div>
This div box has shadow with color #5ddfac
Comments
No comments written yet.
Please login to write comment.