Color spaces of #62bbfe
RGB | 98 | 187 | 254 |
---|---|---|---|
HSL | 0.57 | 0.99 | 0.69 |
HSV | 206° | 61° | 100° |
CMYK | 0.61 | 0.26 | 0.00 0.00 |
XYZ | 40.6967 | 45.2931 | 100.3634 |
Yxy | 45.2931 | 0.2184 | 0.2430 |
Hunter Lab | 67.3001 | -9.8355 | -41.3079 |
CIE-Lab | 73.0845 | -7.1275 | -41.0474 |
#62bbfe color RGB value is (98,187,254).
#62bbfe hex color red value is 98, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #62bbfe hue: 0.57 , saturation: 0.99 and the lightness value of 62bbfe is 0.69.
The process color (four color CMYK) of #62bbfe color hex is 0.61, 0.26, 0.00, 0.00. Web safe color of #62bbfe is #66ccff. Color #62bbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10111011 | 11111110 |
Octal | 142 | 273 | 376 |
Decimal | 98 | 187 | 254 |
Hex | 62 | BB | FE |
Shades of #62bbfe
Tints of #62bbfe
RGB Percentages of Color #62bbfe
CMYK Percentages of Color #62bbfe
Complementary Color
#62bbfe | #fea562 |
#62bbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62bbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#62bbfe Color CSS Codes
.mybgcolor {background-color:#62bbfe; } .myforecolor {color:#62bbfe; } .mybordercolor {border:3px solid #62bbfe; }
#62bbfe Text Font Color
<p style="color:#62bbfe">Text here</p>
This sample text font color is #62bbfe
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.
#62bbfe Background Color
<div style="background-color:#62bbfe">
Div content here</div>
This div background color is #62bbfe
#62bbfe Border Color
<div style="border:3px solid #62bbfe">
Div here</div>
This div border color is #62bbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,187,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62bbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62bbfe; -webkit-box-shadow: 1px 1px 3px 2px #62bbfe; box-shadow: 1px 1px 3px 2px #62bbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,187,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62bbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62bbfe; -webkit-box-shadow: 1px 1px 3px 2px #62bbfe; box-shadow: 1px 1px 3px 2px #62bbfe;">
Div content here</div>
This div box has shadow with color #62bbfe
Comments
No comments written yet.
Please login to write comment.