Color spaces of #a0fdfd
RGB | 160 | 253 | 253 |
---|---|---|---|
HSL | 0.50 | 0.96 | 0.81 |
HSV | 180° | 37° | 99° |
CMYK | 0.37 | 0.00 | 0.00 0.01 |
XYZ | 67.3521 | 84.8160 | 105.7498 |
Yxy | 84.8160 | 0.2611 | 0.3288 |
Hunter Lab | 92.0956 | -30.6252 | -3.6135 |
CIE-Lab | 93.8038 | -27.5255 | -8.7461 |
#a0fdfd color RGB value is (160,253,253).
#a0fdfd hex color red value is 160, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a0fdfd hue: 0.50 , saturation: 0.96 and the lightness value of a0fdfd is 0.81.
The process color (four color CMYK) of #a0fdfd color hex is 0.37, 0.00, 0.00, 0.01. Web safe color of #a0fdfd is #99ffff. Color #a0fdfd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 11111101 | 11111101 |
Octal | 240 | 375 | 375 |
Decimal | 160 | 253 | 253 |
Hex | A0 | FD | FD |
Shades of #a0fdfd
Tints of #a0fdfd
RGB Percentages of Color #a0fdfd
CMYK Percentages of Color #a0fdfd
Complementary Color
#a0fdfd | #fda0a0 |
#a0fdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0fdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0fdfd Color CSS Codes
.mybgcolor {background-color:#a0fdfd; } .myforecolor {color:#a0fdfd; } .mybordercolor {border:3px solid #a0fdfd; }
#a0fdfd Text Font Color
<p style="color:#a0fdfd">Text here</p>
This sample text font color is #a0fdfd
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.
#a0fdfd Background Color
<div style="background-color:#a0fdfd">
Div content here</div>
This div background color is #a0fdfd
#a0fdfd Border Color
<div style="border:3px solid #a0fdfd">
Div here</div>
This div border color is #a0fdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,253,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0fdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0fdfd; -webkit-box-shadow: 1px 1px 3px 2px #a0fdfd; box-shadow: 1px 1px 3px 2px #a0fdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,253,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 #a0fdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0fdfd; -webkit-box-shadow: 1px 1px 3px 2px #a0fdfd; box-shadow: 1px 1px 3px 2px #a0fdfd;">
Div content here</div>
This div box has shadow with color #a0fdfd
Related Colors
Comments
No comments written yet.
Please login to write comment.