Color spaces of #57eafd
RGB | 87 | 234 | 253 |
---|---|---|---|
HSL | 0.52 | 0.98 | 0.67 |
HSV | 187° | 66° | 99° |
CMYK | 0.66 | 0.08 | 0.00 0.01 |
XYZ | 51.0829 | 67.9637 | 103.3545 |
Yxy | 67.9637 | 0.2297 | 0.3056 |
Hunter Lab | 82.4401 | -33.6650 | -16.6233 |
CIE-Lab | 85.9883 | -33.0843 | -20.7142 |
#57eafd color RGB value is (87,234,253).
#57eafd hex color red value is 87, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #57eafd hue: 0.52 , saturation: 0.98 and the lightness value of 57eafd is 0.67.
The process color (four color CMYK) of #57eafd color hex is 0.66, 0.08, 0.00, 0.01. Web safe color of #57eafd is #66ffff. Color #57eafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 11101010 | 11111101 |
Octal | 127 | 352 | 375 |
Decimal | 87 | 234 | 253 |
Hex | 57 | EA | FD |
Shades of #57eafd
Tints of #57eafd
RGB Percentages of Color #57eafd
CMYK Percentages of Color #57eafd
Complementary Color
#57eafd | #fd6a57 |
#57eafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57eafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#57eafd Color CSS Codes
.mybgcolor {background-color:#57eafd; } .myforecolor {color:#57eafd; } .mybordercolor {border:3px solid #57eafd; }
#57eafd Text Font Color
<p style="color:#57eafd">Text here</p>
This sample text font color is #57eafd
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.
#57eafd Background Color
<div style="background-color:#57eafd">
Div content here</div>
This div background color is #57eafd
#57eafd Border Color
<div style="border:3px solid #57eafd">
Div here</div>
This div border color is #57eafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,234,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57eafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57eafd; -webkit-box-shadow: 1px 1px 3px 2px #57eafd; box-shadow: 1px 1px 3px 2px #57eafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,234,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57eafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57eafd; -webkit-box-shadow: 1px 1px 3px 2px #57eafd; box-shadow: 1px 1px 3px 2px #57eafd;">
Div content here</div>
This div box has shadow with color #57eafd
Comments
No comments written yet.
Please login to write comment.