Color spaces of #10a6dc
RGB | 16 | 166 | 220 |
---|---|---|---|
HSL | 0.54 | 0.86 | 0.46 |
HSV | 196° | 93° | 86° |
CMYK | 0.93 | 0.25 | 0.00 0.14 |
XYZ | 26.7682 | 32.5499 | 72.5821 |
Yxy | 32.5499 | 0.2029 | 0.2468 |
Hunter Lab | 57.0525 | -16.0923 | -35.4919 |
CIE-Lab | 63.7948 | -16.2025 | -37.1336 |
#10a6dc color RGB value is (16,166,220).
#10a6dc hex color red value is 16, green value is 166 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #10a6dc hue: 0.54 , saturation: 0.86 and the lightness value of 10a6dc is 0.46.
The process color (four color CMYK) of #10a6dc color hex is 0.93, 0.25, 0.00, 0.14. Web safe color of #10a6dc is #0099cc. Color #10a6dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 10100110 | 11011100 |
Octal | 20 | 246 | 334 |
Decimal | 16 | 166 | 220 |
Hex | 10 | A6 | DC |
Shades of #10a6dc
Tints of #10a6dc
RGB Percentages of Color #10a6dc
CMYK Percentages of Color #10a6dc
Complementary Color
#10a6dc | #dc4610 |
#10a6dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10a6dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#10a6dc Color CSS Codes
.mybgcolor {background-color:#10a6dc; } .myforecolor {color:#10a6dc; } .mybordercolor {border:3px solid #10a6dc; }
#10a6dc Text Font Color
<p style="color:#10a6dc">Text here</p>
This sample text font color is #10a6dc
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.
#10a6dc Background Color
<div style="background-color:#10a6dc">
Div content here</div>
This div background color is #10a6dc
#10a6dc Border Color
<div style="border:3px solid #10a6dc">
Div here</div>
This div border color is #10a6dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,166,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10a6dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10a6dc; -webkit-box-shadow: 1px 1px 3px 2px #10a6dc; box-shadow: 1px 1px 3px 2px #10a6dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,166,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10a6dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10a6dc; -webkit-box-shadow: 1px 1px 3px 2px #10a6dc; box-shadow: 1px 1px 3px 2px #10a6dc;">
Div content here</div>
This div box has shadow with color #10a6dc
Comments
No comments written yet.
Please login to write comment.