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