Color spaces of #026aea
RGB | 2 | 106 | 234 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.46 |
HSV | 213° | 99° | 92° |
CMYK | 0.99 | 0.55 | 0.00 0.08 |
XYZ | 20.0304 | 16.2615 | 79.9250 |
Yxy | 16.2615 | 0.1724 | 0.1399 |
Hunter Lab | 40.3256 | 18.0943 | -89.2845 |
CIE-Lab | 47.3157 | 24.6332 | -71.2492 |
#026aea color RGB value is (2,106,234).
#026aea hex color red value is 2, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #026aea hue: 0.59 , saturation: 0.98 and the lightness value of 026aea is 0.46.
The process color (four color CMYK) of #026aea color hex is 0.99, 0.55, 0.00, 0.08. Web safe color of #026aea is #0066ff. Color #026aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01101010 | 11101010 |
Octal | 2 | 152 | 352 |
Decimal | 2 | 106 | 234 |
Hex | 2 | 6A | EA |
Shades of #026aea
Tints of #026aea
RGB Percentages of Color #026aea
CMYK Percentages of Color #026aea
Complementary Color
#026aea | #ea8202 |
#026aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#026aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#026aea Color CSS Codes
.mybgcolor {background-color:#026aea; } .myforecolor {color:#026aea; } .mybordercolor {border:3px solid #026aea; }
#026aea Text Font Color
<p style="color:#026aea">Text here</p>
This sample text font color is #026aea
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.
#026aea Background Color
<div style="background-color:#026aea">
Div content here</div>
This div background color is #026aea
#026aea Border Color
<div style="border:3px solid #026aea">
Div here</div>
This div border color is #026aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,106,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #026aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #026aea; -webkit-box-shadow: 1px 1px 3px 2px #026aea; box-shadow: 1px 1px 3px 2px #026aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,106,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #026aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #026aea; -webkit-box-shadow: 1px 1px 3px 2px #026aea; box-shadow: 1px 1px 3px 2px #026aea;">
Div content here</div>
This div box has shadow with color #026aea
Comments
No comments written yet.
Please login to write comment.