Color spaces of #026ada
RGB | 2 | 106 | 218 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.43 |
HSV | 211° | 99° | 85° |
CMYK | 0.99 | 0.51 | 0.00 0.15 |
XYZ | 17.8340 | 15.3829 | 68.3589 |
Yxy | 15.3829 | 0.1756 | 0.1514 |
Hunter Lab | 39.2210 | 12.5280 | -75.8826 |
CIE-Lab | 46.1542 | 18.3403 | -64.0919 |
#026ada color RGB value is (2,106,218).
#026ada hex color red value is 2, green value is 106 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #026ada hue: 0.59 , saturation: 0.98 and the lightness value of 026ada is 0.43.
The process color (four color CMYK) of #026ada color hex is 0.99, 0.51, 0.00, 0.15. Web safe color of #026ada is #0066cc. Color #026ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01101010 | 11011010 |
Octal | 2 | 152 | 332 |
Decimal | 2 | 106 | 218 |
Hex | 2 | 6A | DA |
Shades of #026ada
Tints of #026ada
RGB Percentages of Color #026ada
CMYK Percentages of Color #026ada
Complementary Color
#026ada | #da7202 |
#026ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#026ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#026ada Color CSS Codes
.mybgcolor {background-color:#026ada; } .myforecolor {color:#026ada; } .mybordercolor {border:3px solid #026ada; }
#026ada Text Font Color
<p style="color:#026ada">Text here</p>
This sample text font color is #026ada
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.
#026ada Background Color
<div style="background-color:#026ada">
Div content here</div>
This div background color is #026ada
#026ada Border Color
<div style="border:3px solid #026ada">
Div here</div>
This div border color is #026ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,106,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #026ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #026ada; -webkit-box-shadow: 1px 1px 3px 2px #026ada; box-shadow: 1px 1px 3px 2px #026ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,106,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #026ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #026ada; -webkit-box-shadow: 1px 1px 3px 2px #026ada; box-shadow: 1px 1px 3px 2px #026ada;">
Div content here</div>
This div box has shadow with color #026ada
Comments
No comments written yet.
Please login to write comment.