Color spaces of #63eafa
RGB | 99 | 234 | 250 |
---|---|---|---|
HSL | 0.52 | 0.94 | 0.68 |
HSV | 186° | 60° | 98° |
CMYK | 0.60 | 0.06 | 0.00 0.02 |
XYZ | 51.8237 | 68.4004 | 100.9137 |
Yxy | 68.4004 | 0.2344 | 0.3093 |
Hunter Lab | 82.7045 | -32.8826 | -14.4508 |
CIE-Lab | 86.2063 | -32.0681 | -18.7787 |
#63eafa color RGB value is (99,234,250).
#63eafa hex color red value is 99, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #63eafa hue: 0.52 , saturation: 0.94 and the lightness value of 63eafa is 0.68.
The process color (four color CMYK) of #63eafa color hex is 0.60, 0.06, 0.00, 0.02. Web safe color of #63eafa is #66ffff. Color #63eafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 11101010 | 11111010 |
Octal | 143 | 352 | 372 |
Decimal | 99 | 234 | 250 |
Hex | 63 | EA | FA |
Shades of #63eafa
Tints of #63eafa
RGB Percentages of Color #63eafa
CMYK Percentages of Color #63eafa
Complementary Color
#63eafa | #fa7363 |
#63eafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63eafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#63eafa Color CSS Codes
.mybgcolor {background-color:#63eafa; } .myforecolor {color:#63eafa; } .mybordercolor {border:3px solid #63eafa; }
#63eafa Text Font Color
<p style="color:#63eafa">Text here</p>
This sample text font color is #63eafa
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.
#63eafa Background Color
<div style="background-color:#63eafa">
Div content here</div>
This div background color is #63eafa
#63eafa Border Color
<div style="border:3px solid #63eafa">
Div here</div>
This div border color is #63eafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,234,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63eafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63eafa; -webkit-box-shadow: 1px 1px 3px 2px #63eafa; box-shadow: 1px 1px 3px 2px #63eafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,234,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 #63eafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63eafa; -webkit-box-shadow: 1px 1px 3px 2px #63eafa; box-shadow: 1px 1px 3px 2px #63eafa;">
Div content here</div>
This div box has shadow with color #63eafa
Comments
No comments written yet.
Please login to write comment.