Color spaces of #196ade
RGB | 25 | 106 | 222 |
---|---|---|---|
HSL | 0.60 | 0.80 | 0.48 |
HSV | 215° | 89° | 87° |
CMYK | 0.89 | 0.52 | 0.00 0.13 |
XYZ | 18.7398 | 15.7887 | 71.1671 |
Yxy | 15.7887 | 0.1773 | 0.1494 |
Hunter Lab | 39.7350 | 14.6478 | -78.3765 |
CIE-Lab | 46.6960 | 20.7713 | -65.4714 |
#196ade color RGB value is (25,106,222).
#196ade hex color red value is 25, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #196ade hue: 0.60 , saturation: 0.80 and the lightness value of 196ade is 0.48.
The process color (four color CMYK) of #196ade color hex is 0.89, 0.52, 0.00, 0.13. Web safe color of #196ade is #0066cc. Color #196ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01101010 | 11011110 |
Octal | 31 | 152 | 336 |
Decimal | 25 | 106 | 222 |
Hex | 19 | 6A | DE |
Shades of #196ade
Tints of #196ade
RGB Percentages of Color #196ade
CMYK Percentages of Color #196ade
Complementary Color
#196ade | #de8d19 |
#196ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#196ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#196ade Color CSS Codes
.mybgcolor {background-color:#196ade; } .myforecolor {color:#196ade; } .mybordercolor {border:3px solid #196ade; }
#196ade Text Font Color
<p style="color:#196ade">Text here</p>
This sample text font color is #196ade
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.
#196ade Background Color
<div style="background-color:#196ade">
Div content here</div>
This div background color is #196ade
#196ade Border Color
<div style="border:3px solid #196ade">
Div here</div>
This div border color is #196ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,106,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #196ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #196ade; -webkit-box-shadow: 1px 1px 3px 2px #196ade; box-shadow: 1px 1px 3px 2px #196ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,106,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #196ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #196ade; -webkit-box-shadow: 1px 1px 3px 2px #196ade; box-shadow: 1px 1px 3px 2px #196ade;">
Div content here</div>
This div box has shadow with color #196ade
Comments
No comments written yet.
Please login to write comment.