Color spaces of #57dabf
RGB | 87 | 218 | 191 |
---|---|---|---|
HSL | 0.47 | 0.64 | 0.60 |
HSV | 168° | 60° | 85° |
CMYK | 0.60 | 0.00 | 0.12 0.15 |
XYZ | 38.4059 | 55.9306 | 58.0617 |
Yxy | 55.9306 | 0.2520 | 0.3670 |
Hunter Lab | 74.7868 | -39.2102 | 6.3202 |
CIE-Lab | 79.5743 | -42.3089 | 2.5998 |
#57dabf color RGB value is (87,218,191).
#57dabf hex color red value is 87, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #57dabf hue: 0.47 , saturation: 0.64 and the lightness value of 57dabf is 0.60.
The process color (four color CMYK) of #57dabf color hex is 0.60, 0.00, 0.12, 0.15. Web safe color of #57dabf is #66cccc. Color #57dabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 11011010 | 10111111 |
Octal | 127 | 332 | 277 |
Decimal | 87 | 218 | 191 |
Hex | 57 | DA | BF |
Shades of #57dabf
Tints of #57dabf
RGB Percentages of Color #57dabf
CMYK Percentages of Color #57dabf
Complementary Color
#57dabf | #da5772 |
#57dabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57dabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#57dabf Color CSS Codes
.mybgcolor {background-color:#57dabf; } .myforecolor {color:#57dabf; } .mybordercolor {border:3px solid #57dabf; }
#57dabf Text Font Color
<p style="color:#57dabf">Text here</p>
This sample text font color is #57dabf
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.
#57dabf Background Color
<div style="background-color:#57dabf">
Div content here</div>
This div background color is #57dabf
#57dabf Border Color
<div style="border:3px solid #57dabf">
Div here</div>
This div border color is #57dabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,218,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57dabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57dabf; -webkit-box-shadow: 1px 1px 3px 2px #57dabf; box-shadow: 1px 1px 3px 2px #57dabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,218,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57dabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57dabf; -webkit-box-shadow: 1px 1px 3px 2px #57dabf; box-shadow: 1px 1px 3px 2px #57dabf;">
Div content here</div>
This div box has shadow with color #57dabf
Comments
No comments written yet.
Please login to write comment.