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