Color spaces of #63adbd
RGB | 99 | 173 | 189 |
---|---|---|---|
HSL | 0.53 | 0.41 | 0.56 |
HSV | 191° | 48° | 74° |
CMYK | 0.48 | 0.08 | 0.00 0.26 |
XYZ | 29.2745 | 36.2139 | 53.5912 |
Yxy | 36.2139 | 0.2458 | 0.3041 |
Hunter Lab | 60.1780 | -18.4774 | -10.6758 |
CIE-Lab | 66.6830 | -18.7266 | -15.3524 |
#63adbd color RGB value is (99,173,189).
#63adbd hex color red value is 99, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #63adbd hue: 0.53 , saturation: 0.41 and the lightness value of 63adbd is 0.56.
The process color (four color CMYK) of #63adbd color hex is 0.48, 0.08, 0.00, 0.26. Web safe color of #63adbd is #6699cc. Color #63adbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10101101 | 10111101 |
Octal | 143 | 255 | 275 |
Decimal | 99 | 173 | 189 |
Hex | 63 | AD | BD |
Shades of #63adbd
Tints of #63adbd
RGB Percentages of Color #63adbd
CMYK Percentages of Color #63adbd
Complementary Color
#63adbd | #bd7363 |
#63adbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63adbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#63adbd Color CSS Codes
.mybgcolor {background-color:#63adbd; } .myforecolor {color:#63adbd; } .mybordercolor {border:3px solid #63adbd; }
#63adbd Text Font Color
<p style="color:#63adbd">Text here</p>
This sample text font color is #63adbd
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.
#63adbd Background Color
<div style="background-color:#63adbd">
Div content here</div>
This div background color is #63adbd
#63adbd Border Color
<div style="border:3px solid #63adbd">
Div here</div>
This div border color is #63adbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,173,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63adbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63adbd; -webkit-box-shadow: 1px 1px 3px 2px #63adbd; box-shadow: 1px 1px 3px 2px #63adbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,173,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63adbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63adbd; -webkit-box-shadow: 1px 1px 3px 2px #63adbd; box-shadow: 1px 1px 3px 2px #63adbd;">
Div content here</div>
This div box has shadow with color #63adbd
Comments
No comments written yet.
Please login to write comment.