Color spaces of #63cbde
RGB | 99 | 203 | 222 |
---|---|---|---|
HSL | 0.53 | 0.65 | 0.63 |
HSV | 189° | 55° | 87° |
CMYK | 0.55 | 0.09 | 0.00 0.13 |
XYZ | 39.6863 | 50.6384 | 76.7897 |
Yxy | 50.6384 | 0.2375 | 0.3030 |
Hunter Lab | 71.1607 | -24.9817 | -14.1676 |
CIE-Lab | 76.4595 | -24.8198 | -18.6108 |
#63cbde color RGB value is (99,203,222).
#63cbde hex color red value is 99, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #63cbde hue: 0.53 , saturation: 0.65 and the lightness value of 63cbde is 0.63.
The process color (four color CMYK) of #63cbde color hex is 0.55, 0.09, 0.00, 0.13. Web safe color of #63cbde is #66cccc. Color #63cbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 11001011 | 11011110 |
Octal | 143 | 313 | 336 |
Decimal | 99 | 203 | 222 |
Hex | 63 | CB | DE |
Shades of #63cbde
Tints of #63cbde
RGB Percentages of Color #63cbde
CMYK Percentages of Color #63cbde
Complementary Color
#63cbde | #de7663 |
#63cbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63cbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#63cbde Color CSS Codes
.mybgcolor {background-color:#63cbde; } .myforecolor {color:#63cbde; } .mybordercolor {border:3px solid #63cbde; }
#63cbde Text Font Color
<p style="color:#63cbde">Text here</p>
This sample text font color is #63cbde
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.
#63cbde Background Color
<div style="background-color:#63cbde">
Div content here</div>
This div background color is #63cbde
#63cbde Border Color
<div style="border:3px solid #63cbde">
Div here</div>
This div border color is #63cbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63cbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63cbde; -webkit-box-shadow: 1px 1px 3px 2px #63cbde; box-shadow: 1px 1px 3px 2px #63cbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63cbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63cbde; -webkit-box-shadow: 1px 1px 3px 2px #63cbde; box-shadow: 1px 1px 3px 2px #63cbde;">
Div content here</div>
This div box has shadow with color #63cbde
Comments
No comments written yet.
Please login to write comment.