Color spaces of #5cdaac
RGB | 92 | 218 | 172 |
---|---|---|---|
HSL | 0.44 | 0.63 | 0.61 |
HSV | 158° | 58° | 85° |
CMYK | 0.58 | 0.00 | 0.21 0.15 |
XYZ | 36.9314 | 55.3967 | 47.7759 |
Yxy | 55.3967 | 0.2636 | 0.3954 |
Hunter Lab | 74.4290 | -41.6796 | 14.0421 |
CIE-Lab | 79.2692 | -45.7864 | 12.2797 |
#5cdaac color RGB value is (92,218,172).
#5cdaac hex color red value is 92, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5cdaac hue: 0.44 , saturation: 0.63 and the lightness value of 5cdaac is 0.61.
The process color (four color CMYK) of #5cdaac color hex is 0.58, 0.00, 0.21, 0.15. Web safe color of #5cdaac is #66cc99. Color #5cdaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11011010 | 10101100 |
Octal | 134 | 332 | 254 |
Decimal | 92 | 218 | 172 |
Hex | 5C | DA | AC |
Shades of #5cdaac
Tints of #5cdaac
RGB Percentages of Color #5cdaac
CMYK Percentages of Color #5cdaac
Complementary Color
#5cdaac | #da5c8a |
#5cdaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cdaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cdaac Color CSS Codes
.mybgcolor {background-color:#5cdaac; } .myforecolor {color:#5cdaac; } .mybordercolor {border:3px solid #5cdaac; }
#5cdaac Text Font Color
<p style="color:#5cdaac">Text here</p>
This sample text font color is #5cdaac
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.
#5cdaac Background Color
<div style="background-color:#5cdaac">
Div content here</div>
This div background color is #5cdaac
#5cdaac Border Color
<div style="border:3px solid #5cdaac">
Div here</div>
This div border color is #5cdaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,218,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cdaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cdaac; -webkit-box-shadow: 1px 1px 3px 2px #5cdaac; box-shadow: 1px 1px 3px 2px #5cdaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,218,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 #5cdaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cdaac; -webkit-box-shadow: 1px 1px 3px 2px #5cdaac; box-shadow: 1px 1px 3px 2px #5cdaac;">
Div content here</div>
This div box has shadow with color #5cdaac
Comments
No comments written yet.
Please login to write comment.