Color spaces of #107edb
RGB | 16 | 126 | 219 |
---|---|---|---|
HSL | 0.58 | 0.86 | 0.46 |
HSV | 207° | 93° | 86° |
CMYK | 0.93 | 0.42 | 0.00 0.14 |
XYZ | 20.4607 | 20.1463 | 69.8281 |
Yxy | 20.1463 | 0.1853 | 0.1824 |
Hunter Lab | 44.8846 | 2.8213 | -60.8196 |
CIE-Lab | 52.0022 | 6.5483 | -55.2274 |
#107edb color RGB value is (16,126,219).
#107edb hex color red value is 16, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #107edb hue: 0.58 , saturation: 0.86 and the lightness value of 107edb is 0.46.
The process color (four color CMYK) of #107edb color hex is 0.93, 0.42, 0.00, 0.14. Web safe color of #107edb is #0066cc. Color #107edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 01111110 | 11011011 |
Octal | 20 | 176 | 333 |
Decimal | 16 | 126 | 219 |
Hex | 10 | 7E | DB |
Shades of #107edb
Tints of #107edb
RGB Percentages of Color #107edb
CMYK Percentages of Color #107edb
Complementary Color
#107edb | #db6d10 |
#107edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#107edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#107edb Color CSS Codes
.mybgcolor {background-color:#107edb; } .myforecolor {color:#107edb; } .mybordercolor {border:3px solid #107edb; }
#107edb Text Font Color
<p style="color:#107edb">Text here</p>
This sample text font color is #107edb
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.
#107edb Background Color
<div style="background-color:#107edb">
Div content here</div>
This div background color is #107edb
#107edb Border Color
<div style="border:3px solid #107edb">
Div here</div>
This div border color is #107edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,126,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #107edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #107edb; -webkit-box-shadow: 1px 1px 3px 2px #107edb; box-shadow: 1px 1px 3px 2px #107edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,126,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #107edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #107edb; -webkit-box-shadow: 1px 1px 3px 2px #107edb; box-shadow: 1px 1px 3px 2px #107edb;">
Div content here</div>
This div box has shadow with color #107edb
Comments
No comments written yet.
Please login to write comment.