Color spaces of #63aecb
RGB | 99 | 174 | 203 |
---|---|---|---|
HSL | 0.55 | 0.50 | 0.59 |
HSV | 197° | 51° | 80° |
CMYK | 0.51 | 0.14 | 0.00 0.20 |
XYZ | 31.0611 | 37.2365 | 62.0502 |
Yxy | 37.2365 | 0.2383 | 0.2857 |
Hunter Lab | 61.0217 | -15.9284 | -17.5741 |
CIE-Lab | 67.4541 | -15.3162 | -21.9289 |
#63aecb color RGB value is (99,174,203).
#63aecb hex color red value is 99, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #63aecb hue: 0.55 , saturation: 0.50 and the lightness value of 63aecb is 0.59.
The process color (four color CMYK) of #63aecb color hex is 0.51, 0.14, 0.00, 0.20. Web safe color of #63aecb is #6699cc. Color #63aecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10101110 | 11001011 |
Octal | 143 | 256 | 313 |
Decimal | 99 | 174 | 203 |
Hex | 63 | AE | CB |
Shades of #63aecb
Tints of #63aecb
RGB Percentages of Color #63aecb
CMYK Percentages of Color #63aecb
Complementary Color
#63aecb | #cb8063 |
#63aecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63aecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#63aecb Color CSS Codes
.mybgcolor {background-color:#63aecb; } .myforecolor {color:#63aecb; } .mybordercolor {border:3px solid #63aecb; }
#63aecb Text Font Color
<p style="color:#63aecb">Text here</p>
This sample text font color is #63aecb
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.
#63aecb Background Color
<div style="background-color:#63aecb">
Div content here</div>
This div background color is #63aecb
#63aecb Border Color
<div style="border:3px solid #63aecb">
Div here</div>
This div border color is #63aecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,174,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63aecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63aecb; -webkit-box-shadow: 1px 1px 3px 2px #63aecb; box-shadow: 1px 1px 3px 2px #63aecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,174,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63aecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63aecb; -webkit-box-shadow: 1px 1px 3px 2px #63aecb; box-shadow: 1px 1px 3px 2px #63aecb;">
Div content here</div>
This div box has shadow with color #63aecb
Comments
No comments written yet.
Please login to write comment.