Color spaces of #53fcaf
RGB | 83 | 252 | 175 |
---|---|---|---|
HSL | 0.42 | 0.97 | 0.66 |
HSV | 153° | 67° | 99° |
CMYK | 0.67 | 0.00 | 0.31 0.01 |
XYZ | 46.1155 | 74.5550 | 52.5174 |
Yxy | 74.5550 | 0.2663 | 0.4305 |
Hunter Lab | 86.3452 | -55.7704 | 24.3800 |
CIE-Lab | 89.1841 | -60.4882 | 24.5044 |
#53fcaf color RGB value is (83,252,175).
#53fcaf hex color red value is 83, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #53fcaf hue: 0.42 , saturation: 0.97 and the lightness value of 53fcaf is 0.66.
The process color (four color CMYK) of #53fcaf color hex is 0.67, 0.00, 0.31, 0.01. Web safe color of #53fcaf is #66ff99. Color #53fcaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 11111100 | 10101111 |
Octal | 123 | 374 | 257 |
Decimal | 83 | 252 | 175 |
Hex | 53 | FC | AF |
Shades of #53fcaf
Tints of #53fcaf
RGB Percentages of Color #53fcaf
CMYK Percentages of Color #53fcaf
Complementary Color
#53fcaf | #fc53a0 |
#53fcaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53fcaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#53fcaf Color CSS Codes
.mybgcolor {background-color:#53fcaf; } .myforecolor {color:#53fcaf; } .mybordercolor {border:3px solid #53fcaf; }
#53fcaf Text Font Color
<p style="color:#53fcaf">Text here</p>
This sample text font color is #53fcaf
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.
#53fcaf Background Color
<div style="background-color:#53fcaf">
Div content here</div>
This div background color is #53fcaf
#53fcaf Border Color
<div style="border:3px solid #53fcaf">
Div here</div>
This div border color is #53fcaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,252,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53fcaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53fcaf; -webkit-box-shadow: 1px 1px 3px 2px #53fcaf; box-shadow: 1px 1px 3px 2px #53fcaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,252,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 #53fcaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53fcaf; -webkit-box-shadow: 1px 1px 3px 2px #53fcaf; box-shadow: 1px 1px 3px 2px #53fcaf;">
Div content here</div>
This div box has shadow with color #53fcaf
Comments
No comments written yet.
Please login to write comment.