Color spaces of #57dcaf
RGB | 87 | 220 | 175 |
---|---|---|---|
HSL | 0.44 | 0.66 | 0.60 |
HSV | 160° | 60° | 86° |
CMYK | 0.60 | 0.00 | 0.20 0.14 |
XYZ | 37.2615 | 56.3078 | 49.4620 |
Yxy | 56.3078 | 0.2605 | 0.3937 |
Hunter Lab | 75.0385 | -42.6806 | 13.4457 |
CIE-Lab | 79.7887 | -46.9416 | 11.4081 |
#57dcaf color RGB value is (87,220,175).
#57dcaf hex color red value is 87, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #57dcaf hue: 0.44 , saturation: 0.66 and the lightness value of 57dcaf is 0.60.
The process color (four color CMYK) of #57dcaf color hex is 0.60, 0.00, 0.20, 0.14. Web safe color of #57dcaf is #66cc99. Color #57dcaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 11011100 | 10101111 |
Octal | 127 | 334 | 257 |
Decimal | 87 | 220 | 175 |
Hex | 57 | DC | AF |
Shades of #57dcaf
Tints of #57dcaf
RGB Percentages of Color #57dcaf
CMYK Percentages of Color #57dcaf
Complementary Color
#57dcaf | #dc5784 |
#57dcaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57dcaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#57dcaf Color CSS Codes
.mybgcolor {background-color:#57dcaf; } .myforecolor {color:#57dcaf; } .mybordercolor {border:3px solid #57dcaf; }
#57dcaf Text Font Color
<p style="color:#57dcaf">Text here</p>
This sample text font color is #57dcaf
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.
#57dcaf Background Color
<div style="background-color:#57dcaf">
Div content here</div>
This div background color is #57dcaf
#57dcaf Border Color
<div style="border:3px solid #57dcaf">
Div here</div>
This div border color is #57dcaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,220,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57dcaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57dcaf; -webkit-box-shadow: 1px 1px 3px 2px #57dcaf; box-shadow: 1px 1px 3px 2px #57dcaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,220,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 #57dcaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57dcaf; -webkit-box-shadow: 1px 1px 3px 2px #57dcaf; box-shadow: 1px 1px 3px 2px #57dcaf;">
Div content here</div>
This div box has shadow with color #57dcaf
Comments
No comments written yet.
Please login to write comment.