Color spaces of #62bcfa
RGB | 98 | 188 | 250 |
---|---|---|---|
HSL | 0.57 | 0.94 | 0.68 |
HSV | 204° | 61° | 98° |
CMYK | 0.61 | 0.25 | 0.00 0.02 |
XYZ | 40.2755 | 45.4652 | 97.0954 |
Yxy | 45.4652 | 0.2203 | 0.2487 |
Hunter Lab | 67.4279 | -11.3786 | -38.1774 |
CIE-Lab | 73.1972 | -8.9179 | -38.7172 |
#62bcfa color RGB value is (98,188,250).
#62bcfa hex color red value is 98, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #62bcfa hue: 0.57 , saturation: 0.94 and the lightness value of 62bcfa is 0.68.
The process color (four color CMYK) of #62bcfa color hex is 0.61, 0.25, 0.00, 0.02. Web safe color of #62bcfa is #66ccff. Color #62bcfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10111100 | 11111010 |
Octal | 142 | 274 | 372 |
Decimal | 98 | 188 | 250 |
Hex | 62 | BC | FA |
Shades of #62bcfa
Tints of #62bcfa
RGB Percentages of Color #62bcfa
CMYK Percentages of Color #62bcfa
Complementary Color
#62bcfa | #faa062 |
#62bcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62bcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#62bcfa Color CSS Codes
.mybgcolor {background-color:#62bcfa; } .myforecolor {color:#62bcfa; } .mybordercolor {border:3px solid #62bcfa; }
#62bcfa Text Font Color
<p style="color:#62bcfa">Text here</p>
This sample text font color is #62bcfa
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.
#62bcfa Background Color
<div style="background-color:#62bcfa">
Div content here</div>
This div background color is #62bcfa
#62bcfa Border Color
<div style="border:3px solid #62bcfa">
Div here</div>
This div border color is #62bcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,188,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62bcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62bcfa; -webkit-box-shadow: 1px 1px 3px 2px #62bcfa; box-shadow: 1px 1px 3px 2px #62bcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,188,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62bcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62bcfa; -webkit-box-shadow: 1px 1px 3px 2px #62bcfa; box-shadow: 1px 1px 3px 2px #62bcfa;">
Div content here</div>
This div box has shadow with color #62bcfa
Comments
No comments written yet.
Please login to write comment.