Color spaces of #63ddcc
RGB | 99 | 221 | 204 |
---|---|---|---|
HSL | 0.48 | 0.64 | 0.63 |
HSV | 172° | 55° | 87° |
CMYK | 0.55 | 0.00 | 0.08 0.13 |
XYZ | 41.9011 | 58.7252 | 66.2534 |
Yxy | 58.7252 | 0.2511 | 0.3519 |
Hunter Lab | 76.6324 | -36.5063 | 2.3828 |
CIE-Lab | 81.1403 | -38.1694 | -1.9945 |
#63ddcc color RGB value is (99,221,204).
#63ddcc hex color red value is 99, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #63ddcc hue: 0.48 , saturation: 0.64 and the lightness value of 63ddcc is 0.63.
The process color (four color CMYK) of #63ddcc color hex is 0.55, 0.00, 0.08, 0.13. Web safe color of #63ddcc is #66cccc. Color #63ddcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 11011101 | 11001100 |
Octal | 143 | 335 | 314 |
Decimal | 99 | 221 | 204 |
Hex | 63 | DD | CC |
Shades of #63ddcc
Tints of #63ddcc
RGB Percentages of Color #63ddcc
CMYK Percentages of Color #63ddcc
Complementary Color
#63ddcc | #dd6374 |
#63ddcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63ddcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#63ddcc Color CSS Codes
.mybgcolor {background-color:#63ddcc; } .myforecolor {color:#63ddcc; } .mybordercolor {border:3px solid #63ddcc; }
#63ddcc Text Font Color
<p style="color:#63ddcc">Text here</p>
This sample text font color is #63ddcc
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.
#63ddcc Background Color
<div style="background-color:#63ddcc">
Div content here</div>
This div background color is #63ddcc
#63ddcc Border Color
<div style="border:3px solid #63ddcc">
Div here</div>
This div border color is #63ddcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,221,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63ddcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63ddcc; -webkit-box-shadow: 1px 1px 3px 2px #63ddcc; box-shadow: 1px 1px 3px 2px #63ddcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,221,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63ddcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63ddcc; -webkit-box-shadow: 1px 1px 3px 2px #63ddcc; box-shadow: 1px 1px 3px 2px #63ddcc;">
Div content here</div>
This div box has shadow with color #63ddcc
Comments
No comments written yet.
Please login to write comment.