Color spaces of #103fad
RGB | 16 | 63 | 173 |
---|---|---|---|
HSL | 0.62 | 0.83 | 0.37 |
HSV | 222° | 91° | 68° |
CMYK | 0.91 | 0.64 | 0.00 0.32 |
XYZ | 9.5340 | 6.6823 | 40.3225 |
Yxy | 6.6823 | 0.1686 | 0.1182 |
Hunter Lab | 25.8501 | 20.5963 | -74.3888 |
CIE-Lab | 31.0724 | 29.4193 | -62.4642 |
#103fad color RGB value is (16,63,173).
#103fad hex color red value is 16, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #103fad hue: 0.62 , saturation: 0.83 and the lightness value of 103fad is 0.37.
The process color (four color CMYK) of #103fad color hex is 0.91, 0.64, 0.00, 0.32. Web safe color of #103fad is #003399. Color #103fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 00111111 | 10101101 |
Octal | 20 | 77 | 255 |
Decimal | 16 | 63 | 173 |
Hex | 10 | 3F | AD |
Shades of #103fad
Tints of #103fad
RGB Percentages of Color #103fad
CMYK Percentages of Color #103fad
Complementary Color
#103fad | #ad7e10 |
#103fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#103fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#103fad Color CSS Codes
.mybgcolor {background-color:#103fad; } .myforecolor {color:#103fad; } .mybordercolor {border:3px solid #103fad; }
#103fad Text Font Color
<p style="color:#103fad">Text here</p>
This sample text font color is #103fad
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.
#103fad Background Color
<div style="background-color:#103fad">
Div content here</div>
This div background color is #103fad
#103fad Border Color
<div style="border:3px solid #103fad">
Div here</div>
This div border color is #103fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,63,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #103fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #103fad; -webkit-box-shadow: 1px 1px 3px 2px #103fad; box-shadow: 1px 1px 3px 2px #103fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,63,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #103fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #103fad; -webkit-box-shadow: 1px 1px 3px 2px #103fad; box-shadow: 1px 1px 3px 2px #103fad;">
Div content here</div>
This div box has shadow with color #103fad
Comments
No comments written yet.
Please login to write comment.