Color spaces of #112ebc
RGB | 17 | 46 | 188 |
---|---|---|---|
HSL | 0.64 | 0.83 | 0.40 |
HSV | 230° | 91° | 74° |
CMYK | 0.91 | 0.76 | 0.00 0.26 |
XYZ | 10.2853 | 5.7040 | 48.1358 |
Yxy | 5.7040 | 0.1604 | 0.0890 |
Hunter Lab | 23.8830 | 35.0762 | -102.7797 |
CIE-Lab | 28.6531 | 45.7964 | -75.3702 |
#112ebc color RGB value is (17,46,188).
#112ebc hex color red value is 17, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #112ebc hue: 0.64 , saturation: 0.83 and the lightness value of 112ebc is 0.40.
The process color (four color CMYK) of #112ebc color hex is 0.91, 0.76, 0.00, 0.26. Web safe color of #112ebc is #0033cc. Color #112ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 00101110 | 10111100 |
Octal | 21 | 56 | 274 |
Decimal | 17 | 46 | 188 |
Hex | 11 | 2E | BC |
Shades of #112ebc
Tints of #112ebc
RGB Percentages of Color #112ebc
CMYK Percentages of Color #112ebc
Complementary Color
#112ebc | #bc9f11 |
#112ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#112ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#112ebc Color CSS Codes
.mybgcolor {background-color:#112ebc; } .myforecolor {color:#112ebc; } .mybordercolor {border:3px solid #112ebc; }
#112ebc Text Font Color
<p style="color:#112ebc">Text here</p>
This sample text font color is #112ebc
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.
#112ebc Background Color
<div style="background-color:#112ebc">
Div content here</div>
This div background color is #112ebc
#112ebc Border Color
<div style="border:3px solid #112ebc">
Div here</div>
This div border color is #112ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,46,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #112ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #112ebc; -webkit-box-shadow: 1px 1px 3px 2px #112ebc; box-shadow: 1px 1px 3px 2px #112ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,46,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #112ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #112ebc; -webkit-box-shadow: 1px 1px 3px 2px #112ebc; box-shadow: 1px 1px 3px 2px #112ebc;">
Div content here</div>
This div box has shadow with color #112ebc
Comments
No comments written yet.
Please login to write comment.