Color spaces of #63dfbf
RGB | 99 | 223 | 191 |
---|---|---|---|
HSL | 0.46 | 0.66 | 0.63 |
HSV | 165° | 56° | 87° |
CMYK | 0.56 | 0.00 | 0.14 0.13 |
XYZ | 40.9372 | 59.1896 | 58.5573 |
Yxy | 59.1896 | 0.2580 | 0.3730 |
Hunter Lab | 76.9348 | -39.6555 | 8.7270 |
CIE-Lab | 81.3957 | -42.2109 | 5.2800 |
#63dfbf color RGB value is (99,223,191).
#63dfbf hex color red value is 99, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #63dfbf hue: 0.46 , saturation: 0.66 and the lightness value of 63dfbf is 0.63.
The process color (four color CMYK) of #63dfbf color hex is 0.56, 0.00, 0.14, 0.13. Web safe color of #63dfbf is #66cccc. Color #63dfbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 11011111 | 10111111 |
Octal | 143 | 337 | 277 |
Decimal | 99 | 223 | 191 |
Hex | 63 | DF | BF |
Shades of #63dfbf
Tints of #63dfbf
RGB Percentages of Color #63dfbf
CMYK Percentages of Color #63dfbf
Complementary Color
#63dfbf | #df6383 |
#63dfbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63dfbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#63dfbf Color CSS Codes
.mybgcolor {background-color:#63dfbf; } .myforecolor {color:#63dfbf; } .mybordercolor {border:3px solid #63dfbf; }
#63dfbf Text Font Color
<p style="color:#63dfbf">Text here</p>
This sample text font color is #63dfbf
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.
#63dfbf Background Color
<div style="background-color:#63dfbf">
Div content here</div>
This div background color is #63dfbf
#63dfbf Border Color
<div style="border:3px solid #63dfbf">
Div here</div>
This div border color is #63dfbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,223,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63dfbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63dfbf; -webkit-box-shadow: 1px 1px 3px 2px #63dfbf; box-shadow: 1px 1px 3px 2px #63dfbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,223,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63dfbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63dfbf; -webkit-box-shadow: 1px 1px 3px 2px #63dfbf; box-shadow: 1px 1px 3px 2px #63dfbf;">
Div content here</div>
This div box has shadow with color #63dfbf
Comments
No comments written yet.
Please login to write comment.