Color spaces of #1266ec
RGB | 18 | 102 | 236 |
---|---|---|---|
HSL | 0.60 | 0.86 | 0.50 |
HSV | 217° | 92° | 93° |
CMYK | 0.92 | 0.57 | 0.00 0.07 |
XYZ | 20.1411 | 15.6875 | 81.3233 |
Yxy | 15.6875 | 0.1719 | 0.1339 |
Hunter Lab | 39.6074 | 21.4574 | -94.0109 |
CIE-Lab | 46.5618 | 28.4299 | -73.5951 |
#1266ec color RGB value is (18,102,236).
#1266ec hex color red value is 18, green value is 102 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1266ec hue: 0.60 , saturation: 0.86 and the lightness value of 1266ec is 0.50.
The process color (four color CMYK) of #1266ec color hex is 0.92, 0.57, 0.00, 0.07. Web safe color of #1266ec is #0066ff. Color #1266ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01100110 | 11101100 |
Octal | 22 | 146 | 354 |
Decimal | 18 | 102 | 236 |
Hex | 12 | 66 | EC |
Shades of #1266ec
Tints of #1266ec
RGB Percentages of Color #1266ec
CMYK Percentages of Color #1266ec
Complementary Color
#1266ec | #ec9812 |
#1266ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1266ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#1266ec Color CSS Codes
.mybgcolor {background-color:#1266ec; } .myforecolor {color:#1266ec; } .mybordercolor {border:3px solid #1266ec; }
#1266ec Text Font Color
<p style="color:#1266ec">Text here</p>
This sample text font color is #1266ec
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.
#1266ec Background Color
<div style="background-color:#1266ec">
Div content here</div>
This div background color is #1266ec
#1266ec Border Color
<div style="border:3px solid #1266ec">
Div here</div>
This div border color is #1266ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,102,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1266ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1266ec; -webkit-box-shadow: 1px 1px 3px 2px #1266ec; box-shadow: 1px 1px 3px 2px #1266ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,102,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1266ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1266ec; -webkit-box-shadow: 1px 1px 3px 2px #1266ec; box-shadow: 1px 1px 3px 2px #1266ec;">
Div content here</div>
This div box has shadow with color #1266ec
Comments
No comments written yet.
Please login to write comment.