Color spaces of #63deff
RGB | 99 | 222 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.69 |
HSV | 193° | 61° | 100° |
CMYK | 0.61 | 0.13 | 0.00 0.00 |
XYZ | 49.3169 | 62.1152 | 103.9979 |
Yxy | 62.1152 | 0.2289 | 0.2883 |
Hunter Lab | 78.8132 | -26.2278 | -23.0668 |
CIE-Lab | 82.9746 | -24.8341 | -26.3171 |
#63deff color RGB value is (99,222,255).
#63deff hex color red value is 99, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #63deff hue: 0.54 , saturation: 1.00 and the lightness value of 63deff is 0.69.
The process color (four color CMYK) of #63deff color hex is 0.61, 0.13, 0.00, 0.00. Web safe color of #63deff is #66ccff. Color #63deff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 11011110 | 11111111 |
Octal | 143 | 336 | 377 |
Decimal | 99 | 222 | 255 |
Hex | 63 | DE | FF |
Shades of #63deff
Tints of #63deff
RGB Percentages of Color #63deff
CMYK Percentages of Color #63deff
Complementary Color
#63deff | #ff8463 |
#63deff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63deff Color Preview on White Background
Lorem ipsum dolor sit amet.
#63deff Color CSS Codes
.mybgcolor {background-color:#63deff; } .myforecolor {color:#63deff; } .mybordercolor {border:3px solid #63deff; }
#63deff Text Font Color
<p style="color:#63deff">Text here</p>
This sample text font color is #63deff
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.
#63deff Background Color
<div style="background-color:#63deff">
Div content here</div>
This div background color is #63deff
#63deff Border Color
<div style="border:3px solid #63deff">
Div here</div>
This div border color is #63deff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,222,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63deff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63deff; -webkit-box-shadow: 1px 1px 3px 2px #63deff; box-shadow: 1px 1px 3px 2px #63deff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,222,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63deff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63deff; -webkit-box-shadow: 1px 1px 3px 2px #63deff; box-shadow: 1px 1px 3px 2px #63deff;">
Div content here</div>
This div box has shadow with color #63deff
Comments
No comments written yet.
Please login to write comment.