Color spaces of #5ccbab
RGB | 92 | 203 | 171 |
---|---|---|---|
HSL | 0.45 | 0.52 | 0.58 |
HSV | 163° | 55° | 80° |
CMYK | 0.55 | 0.00 | 0.16 0.20 |
XYZ | 33.1203 | 47.9275 | 46.0334 |
Yxy | 47.9275 | 0.2606 | 0.3771 |
Hunter Lab | 69.2297 | -35.7555 | 9.0367 |
CIE-Lab | 74.7792 | -39.4414 | 6.4088 |
#5ccbab color RGB value is (92,203,171).
#5ccbab hex color red value is 92, green value is 203 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5ccbab hue: 0.45 , saturation: 0.52 and the lightness value of 5ccbab is 0.58.
The process color (four color CMYK) of #5ccbab color hex is 0.55, 0.00, 0.16, 0.20. Web safe color of #5ccbab is #66cc99. Color #5ccbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 11001011 | 10101011 |
Octal | 134 | 313 | 253 |
Decimal | 92 | 203 | 171 |
Hex | 5C | CB | AB |
Shades of #5ccbab
Tints of #5ccbab
RGB Percentages of Color #5ccbab
CMYK Percentages of Color #5ccbab
Complementary Color
#5ccbab | #cb5c7c |
#5ccbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ccbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ccbab Color CSS Codes
.mybgcolor {background-color:#5ccbab; } .myforecolor {color:#5ccbab; } .mybordercolor {border:3px solid #5ccbab; }
#5ccbab Text Font Color
<p style="color:#5ccbab">Text here</p>
This sample text font color is #5ccbab
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.
#5ccbab Background Color
<div style="background-color:#5ccbab">
Div content here</div>
This div background color is #5ccbab
#5ccbab Border Color
<div style="border:3px solid #5ccbab">
Div here</div>
This div border color is #5ccbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,203,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ccbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ccbab; -webkit-box-shadow: 1px 1px 3px 2px #5ccbab; box-shadow: 1px 1px 3px 2px #5ccbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,203,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ccbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ccbab; -webkit-box-shadow: 1px 1px 3px 2px #5ccbab; box-shadow: 1px 1px 3px 2px #5ccbab;">
Div content here</div>
This div box has shadow with color #5ccbab
Comments
No comments written yet.
Please login to write comment.