Color spaces of #62defc
RGB | 98 | 222 | 252 |
---|---|---|---|
HSL | 0.53 | 0.96 | 0.69 |
HSV | 192° | 61° | 99° |
CMYK | 0.61 | 0.12 | 0.00 0.01 |
XYZ | 48.7290 | 61.8675 | 101.4688 |
Yxy | 61.8675 | 0.2298 | 0.2917 |
Hunter Lab | 78.6559 | -27.0633 | -21.4270 |
CIE-Lab | 82.8429 | -25.8692 | -24.9345 |
#62defc color RGB value is (98,222,252).
#62defc hex color red value is 98, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #62defc hue: 0.53 , saturation: 0.96 and the lightness value of 62defc is 0.69.
The process color (four color CMYK) of #62defc color hex is 0.61, 0.12, 0.00, 0.01. Web safe color of #62defc is #66ccff. Color #62defc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 11011110 | 11111100 |
Octal | 142 | 336 | 374 |
Decimal | 98 | 222 | 252 |
Hex | 62 | DE | FC |
Shades of #62defc
Tints of #62defc
RGB Percentages of Color #62defc
CMYK Percentages of Color #62defc
Complementary Color
#62defc | #fc8062 |
#62defc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62defc Color Preview on White Background
Lorem ipsum dolor sit amet.
#62defc Color CSS Codes
.mybgcolor {background-color:#62defc; } .myforecolor {color:#62defc; } .mybordercolor {border:3px solid #62defc; }
#62defc Text Font Color
<p style="color:#62defc">Text here</p>
This sample text font color is #62defc
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.
#62defc Background Color
<div style="background-color:#62defc">
Div content here</div>
This div background color is #62defc
#62defc Border Color
<div style="border:3px solid #62defc">
Div here</div>
This div border color is #62defc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,222,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62defc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62defc; -webkit-box-shadow: 1px 1px 3px 2px #62defc; box-shadow: 1px 1px 3px 2px #62defc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,222,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 #62defc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62defc; -webkit-box-shadow: 1px 1px 3px 2px #62defc; box-shadow: 1px 1px 3px 2px #62defc;">
Div content here</div>
This div box has shadow with color #62defc
Comments
No comments written yet.
Please login to write comment.