Color spaces of #5cb780
RGB | 92 | 183 | 128 |
---|---|---|---|
HSL | 0.40 | 0.39 | 0.54 |
HSV | 144° | 50° | 72° |
CMYK | 0.50 | 0.00 | 0.30 0.28 |
XYZ | 25.2434 | 37.7008 | 26.3686 |
Yxy | 37.7008 | 0.2826 | 0.4221 |
Hunter Lab | 61.4010 | -34.0661 | 17.5186 |
CIE-Lab | 67.7995 | -39.8093 | 19.8185 |
#5cb780 color RGB value is (92,183,128).
#5cb780 hex color red value is 92, green value is 183 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5cb780 hue: 0.40 , saturation: 0.39 and the lightness value of 5cb780 is 0.54.
The process color (four color CMYK) of #5cb780 color hex is 0.50, 0.00, 0.30, 0.28. Web safe color of #5cb780 is #66cc99. Color #5cb780 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 10110111 | 10000000 |
Octal | 134 | 267 | 200 |
Decimal | 92 | 183 | 128 |
Hex | 5C | B7 | 80 |
Shades of #5cb780
Tints of #5cb780
RGB Percentages of Color #5cb780
CMYK Percentages of Color #5cb780
Complementary Color
#5cb780 | #b75c93 |
#5cb780 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cb780 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cb780 Color CSS Codes
.mybgcolor {background-color:#5cb780; } .myforecolor {color:#5cb780; } .mybordercolor {border:3px solid #5cb780; }
#5cb780 Text Font Color
<p style="color:#5cb780">Text here</p>
This sample text font color is #5cb780
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.
#5cb780 Background Color
<div style="background-color:#5cb780">
Div content here</div>
This div background color is #5cb780
#5cb780 Border Color
<div style="border:3px solid #5cb780">
Div here</div>
This div border color is #5cb780
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,183,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cb780; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cb780; -webkit-box-shadow: 1px 1px 3px 2px #5cb780; box-shadow: 1px 1px 3px 2px #5cb780; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,183,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cb780">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cb780; -webkit-box-shadow: 1px 1px 3px 2px #5cb780; box-shadow: 1px 1px 3px 2px #5cb780;">
Div content here</div>
This div box has shadow with color #5cb780
Comments
No comments written yet.
Please login to write comment.