Color spaces of #1156fb
RGB | 17 | 86 | 251 |
---|---|---|---|
HSL | 0.62 | 0.97 | 0.53 |
HSV | 222° | 93° | 98° |
CMYK | 0.93 | 0.66 | 0.00 0.02 |
XYZ | 20.9715 | 13.7398 | 92.8135 |
Yxy | 13.7398 | 0.1645 | 0.1077 |
Hunter Lab | 37.0672 | 36.1221 | -122.5105 |
CIE-Lab | 43.8574 | 44.1283 | -86.4304 |
#1156fb color RGB value is (17,86,251).
#1156fb hex color red value is 17, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1156fb hue: 0.62 , saturation: 0.97 and the lightness value of 1156fb is 0.53.
The process color (four color CMYK) of #1156fb color hex is 0.93, 0.66, 0.00, 0.02. Web safe color of #1156fb is #0066ff. Color #1156fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01010110 | 11111011 |
Octal | 21 | 126 | 373 |
Decimal | 17 | 86 | 251 |
Hex | 11 | 56 | FB |
Shades of #1156fb
Tints of #1156fb
RGB Percentages of Color #1156fb
CMYK Percentages of Color #1156fb
Complementary Color
#1156fb | #fbb611 |
#1156fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1156fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1156fb Color CSS Codes
.mybgcolor {background-color:#1156fb; } .myforecolor {color:#1156fb; } .mybordercolor {border:3px solid #1156fb; }
#1156fb Text Font Color
<p style="color:#1156fb">Text here</p>
This sample text font color is #1156fb
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.
#1156fb Background Color
<div style="background-color:#1156fb">
Div content here</div>
This div background color is #1156fb
#1156fb Border Color
<div style="border:3px solid #1156fb">
Div here</div>
This div border color is #1156fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,86,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1156fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1156fb; -webkit-box-shadow: 1px 1px 3px 2px #1156fb; box-shadow: 1px 1px 3px 2px #1156fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,86,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1156fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1156fb; -webkit-box-shadow: 1px 1px 3px 2px #1156fb; box-shadow: 1px 1px 3px 2px #1156fb;">
Div content here</div>
This div box has shadow with color #1156fb
Comments
No comments written yet.
Please login to write comment.