Color spaces of #10afda
RGB | 16 | 175 | 218 |
---|---|---|---|
HSL | 0.54 | 0.86 | 0.46 |
HSV | 193° | 93° | 85° |
CMYK | 0.93 | 0.20 | 0.00 0.15 |
XYZ | 28.1985 | 35.8321 | 71.7597 |
Yxy | 35.8321 | 0.2077 | 0.2639 |
Hunter Lab | 59.8599 | -20.6680 | -29.1745 |
CIE-Lab | 66.3914 | -21.6585 | -31.9943 |
#10afda color RGB value is (16,175,218).
#10afda hex color red value is 16, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #10afda hue: 0.54 , saturation: 0.86 and the lightness value of 10afda is 0.46.
The process color (four color CMYK) of #10afda color hex is 0.93, 0.20, 0.00, 0.15. Web safe color of #10afda is #0099cc. Color #10afda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 10101111 | 11011010 |
Octal | 20 | 257 | 332 |
Decimal | 16 | 175 | 218 |
Hex | 10 | AF | DA |
Shades of #10afda
Tints of #10afda
RGB Percentages of Color #10afda
CMYK Percentages of Color #10afda
Complementary Color
#10afda | #da3b10 |
#10afda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10afda Color Preview on White Background
Lorem ipsum dolor sit amet.
#10afda Color CSS Codes
.mybgcolor {background-color:#10afda; } .myforecolor {color:#10afda; } .mybordercolor {border:3px solid #10afda; }
#10afda Text Font Color
<p style="color:#10afda">Text here</p>
This sample text font color is #10afda
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.
#10afda Background Color
<div style="background-color:#10afda">
Div content here</div>
This div background color is #10afda
#10afda Border Color
<div style="border:3px solid #10afda">
Div here</div>
This div border color is #10afda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,175,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10afda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10afda; -webkit-box-shadow: 1px 1px 3px 2px #10afda; box-shadow: 1px 1px 3px 2px #10afda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,175,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10afda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10afda; -webkit-box-shadow: 1px 1px 3px 2px #10afda; box-shadow: 1px 1px 3px 2px #10afda;">
Div content here</div>
This div box has shadow with color #10afda
Comments
No comments written yet.
Please login to write comment.