Color spaces of #107cab
RGB | 16 | 124 | 171 |
---|---|---|---|
HSL | 0.55 | 0.83 | 0.37 |
HSV | 198° | 91° | 67° |
CMYK | 0.91 | 0.27 | 0.00 0.33 |
XYZ | 14.7720 | 17.4657 | 41.1207 |
Yxy | 17.4657 | 0.2014 | 0.2381 |
Hunter Lab | 41.7920 | -10.0425 | -29.0833 |
CIE-Lab | 48.8415 | -10.6640 | -32.7693 |
#107cab color RGB value is (16,124,171).
#107cab hex color red value is 16, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #107cab hue: 0.55 , saturation: 0.83 and the lightness value of 107cab is 0.37.
The process color (four color CMYK) of #107cab color hex is 0.91, 0.27, 0.00, 0.33. Web safe color of #107cab is #006699. Color #107cab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 01111100 | 10101011 |
Octal | 20 | 174 | 253 |
Decimal | 16 | 124 | 171 |
Hex | 10 | 7C | AB |
Shades of #107cab
Tints of #107cab
RGB Percentages of Color #107cab
CMYK Percentages of Color #107cab
Complementary Color
#107cab | #ab3f10 |
#107cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#107cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#107cab Color CSS Codes
.mybgcolor {background-color:#107cab; } .myforecolor {color:#107cab; } .mybordercolor {border:3px solid #107cab; }
#107cab Text Font Color
<p style="color:#107cab">Text here</p>
This sample text font color is #107cab
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.
#107cab Background Color
<div style="background-color:#107cab">
Div content here</div>
This div background color is #107cab
#107cab Border Color
<div style="border:3px solid #107cab">
Div here</div>
This div border color is #107cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,124,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #107cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #107cab; -webkit-box-shadow: 1px 1px 3px 2px #107cab; box-shadow: 1px 1px 3px 2px #107cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,124,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #107cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #107cab; -webkit-box-shadow: 1px 1px 3px 2px #107cab; box-shadow: 1px 1px 3px 2px #107cab;">
Div content here</div>
This div box has shadow with color #107cab
Comments
No comments written yet.
Please login to write comment.