Color spaces of #57ccaf
RGB | 87 | 204 | 175 |
---|---|---|---|
HSL | 0.46 | 0.53 | 0.57 |
HSV | 165° | 57° | 80° |
CMYK | 0.57 | 0.00 | 0.14 0.20 |
XYZ | 33.2612 | 48.3071 | 48.1286 |
Yxy | 48.3071 | 0.2565 | 0.3725 |
Hunter Lab | 69.5033 | -36.2086 | 7.5961 |
CIE-Lab | 75.0182 | -39.9735 | 4.5773 |
#57ccaf color RGB value is (87,204,175).
#57ccaf hex color red value is 87, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #57ccaf hue: 0.46 , saturation: 0.53 and the lightness value of 57ccaf is 0.57.
The process color (four color CMYK) of #57ccaf color hex is 0.57, 0.00, 0.14, 0.20. Web safe color of #57ccaf is #66cc99. Color #57ccaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 11001100 | 10101111 |
Octal | 127 | 314 | 257 |
Decimal | 87 | 204 | 175 |
Hex | 57 | CC | AF |
Shades of #57ccaf
Tints of #57ccaf
RGB Percentages of Color #57ccaf
CMYK Percentages of Color #57ccaf
Complementary Color
#57ccaf | #cc5774 |
#57ccaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57ccaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#57ccaf Color CSS Codes
.mybgcolor {background-color:#57ccaf; } .myforecolor {color:#57ccaf; } .mybordercolor {border:3px solid #57ccaf; }
#57ccaf Text Font Color
<p style="color:#57ccaf">Text here</p>
This sample text font color is #57ccaf
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.
#57ccaf Background Color
<div style="background-color:#57ccaf">
Div content here</div>
This div background color is #57ccaf
#57ccaf Border Color
<div style="border:3px solid #57ccaf">
Div here</div>
This div border color is #57ccaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,204,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57ccaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57ccaf; -webkit-box-shadow: 1px 1px 3px 2px #57ccaf; box-shadow: 1px 1px 3px 2px #57ccaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,204,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57ccaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57ccaf; -webkit-box-shadow: 1px 1px 3px 2px #57ccaf; box-shadow: 1px 1px 3px 2px #57ccaf;">
Div content here</div>
This div box has shadow with color #57ccaf
Comments
No comments written yet.
Please login to write comment.