Color spaces of #02a5fc
RGB | 2 | 165 | 252 |
---|---|---|---|
HSL | 0.56 | 0.98 | 0.50 |
HSV | 201° | 99° | 99° |
CMYK | 0.99 | 0.35 | 0.00 0.01 |
XYZ | 31.0509 | 33.9514 | 97.0122 |
Yxy | 33.9514 | 0.1917 | 0.2096 |
Hunter Lab | 58.2678 | -6.8461 | -57.9266 |
CIE-Lab | 64.9240 | -4.4482 | -52.9263 |
#02a5fc color RGB value is (2,165,252).
#02a5fc hex color red value is 2, green value is 165 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #02a5fc hue: 0.56 , saturation: 0.98 and the lightness value of 02a5fc is 0.50.
The process color (four color CMYK) of #02a5fc color hex is 0.99, 0.35, 0.00, 0.01. Web safe color of #02a5fc is #0099ff. Color #02a5fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10100101 | 11111100 |
Octal | 2 | 245 | 374 |
Decimal | 2 | 165 | 252 |
Hex | 2 | A5 | FC |
Shades of #02a5fc
Tints of #02a5fc
RGB Percentages of Color #02a5fc
CMYK Percentages of Color #02a5fc
Complementary Color
#02a5fc | #fc5902 |
#02a5fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02a5fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#02a5fc Color CSS Codes
.mybgcolor {background-color:#02a5fc; } .myforecolor {color:#02a5fc; } .mybordercolor {border:3px solid #02a5fc; }
#02a5fc Text Font Color
<p style="color:#02a5fc">Text here</p>
This sample text font color is #02a5fc
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.
#02a5fc Background Color
<div style="background-color:#02a5fc">
Div content here</div>
This div background color is #02a5fc
#02a5fc Border Color
<div style="border:3px solid #02a5fc">
Div here</div>
This div border color is #02a5fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,165,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02a5fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02a5fc; -webkit-box-shadow: 1px 1px 3px 2px #02a5fc; box-shadow: 1px 1px 3px 2px #02a5fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,165,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02a5fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02a5fc; -webkit-box-shadow: 1px 1px 3px 2px #02a5fc; box-shadow: 1px 1px 3px 2px #02a5fc;">
Div content here</div>
This div box has shadow with color #02a5fc
Comments
No comments written yet.
Please login to write comment.