Color spaces of #116dfa
RGB | 17 | 109 | 250 |
---|---|---|---|
HSL | 0.60 | 0.96 | 0.52 |
HSV | 216° | 93° | 98° |
CMYK | 0.93 | 0.56 | 0.00 0.02 |
XYZ | 22.9551 | 17.9586 | 92.6990 |
Yxy | 17.9586 | 0.1718 | 0.1344 |
Hunter Lab | 42.3776 | 22.5291 | -100.0298 |
CIE-Lab | 49.4459 | 29.2807 | -76.7172 |
#116dfa color RGB value is (17,109,250).
#116dfa hex color red value is 17, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #116dfa hue: 0.60 , saturation: 0.96 and the lightness value of 116dfa is 0.52.
The process color (four color CMYK) of #116dfa color hex is 0.93, 0.56, 0.00, 0.02. Web safe color of #116dfa is #0066ff. Color #116dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01101101 | 11111010 |
Octal | 21 | 155 | 372 |
Decimal | 17 | 109 | 250 |
Hex | 11 | 6D | FA |
Shades of #116dfa
Tints of #116dfa
RGB Percentages of Color #116dfa
CMYK Percentages of Color #116dfa
Complementary Color
#116dfa | #fa9e11 |
#116dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#116dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#116dfa Color CSS Codes
.mybgcolor {background-color:#116dfa; } .myforecolor {color:#116dfa; } .mybordercolor {border:3px solid #116dfa; }
#116dfa Text Font Color
<p style="color:#116dfa">Text here</p>
This sample text font color is #116dfa
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.
#116dfa Background Color
<div style="background-color:#116dfa">
Div content here</div>
This div background color is #116dfa
#116dfa Border Color
<div style="border:3px solid #116dfa">
Div here</div>
This div border color is #116dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,109,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #116dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #116dfa; -webkit-box-shadow: 1px 1px 3px 2px #116dfa; box-shadow: 1px 1px 3px 2px #116dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,109,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #116dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #116dfa; -webkit-box-shadow: 1px 1px 3px 2px #116dfa; box-shadow: 1px 1px 3px 2px #116dfa;">
Div content here</div>
This div box has shadow with color #116dfa
Comments
No comments written yet.
Please login to write comment.