Color spaces of #9fdfdb
RGB | 159 | 223 | 219 |
---|---|---|---|
HSL | 0.49 | 0.50 | 0.75 |
HSV | 176° | 29° | 87° |
CMYK | 0.29 | 0.00 | 0.02 0.13 |
XYZ | 53.4719 | 65.2608 | 76.7961 |
Yxy | 65.2608 | 0.2735 | 0.3338 |
Hunter Lab | 80.7842 | -23.2212 | 0.1859 |
CIE-Lab | 84.6179 | -20.9367 | -4.5493 |
#9fdfdb color RGB value is (159,223,219).
#9fdfdb hex color red value is 159, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9fdfdb hue: 0.49 , saturation: 0.50 and the lightness value of 9fdfdb is 0.75.
The process color (four color CMYK) of #9fdfdb color hex is 0.29, 0.00, 0.02, 0.13. Web safe color of #9fdfdb is #99cccc. Color #9fdfdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11011111 | 11011011 |
Octal | 237 | 337 | 333 |
Decimal | 159 | 223 | 219 |
Hex | 9F | DF | DB |
Shades of #9fdfdb
Tints of #9fdfdb
RGB Percentages of Color #9fdfdb
CMYK Percentages of Color #9fdfdb
Complementary Color
#9fdfdb | #df9fa3 |
#9fdfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fdfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fdfdb Color CSS Codes
.mybgcolor {background-color:#9fdfdb; } .myforecolor {color:#9fdfdb; } .mybordercolor {border:3px solid #9fdfdb; }
#9fdfdb Text Font Color
<p style="color:#9fdfdb">Text here</p>
This sample text font color is #9fdfdb
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.
#9fdfdb Background Color
<div style="background-color:#9fdfdb">
Div content here</div>
This div background color is #9fdfdb
#9fdfdb Border Color
<div style="border:3px solid #9fdfdb">
Div here</div>
This div border color is #9fdfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,223,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fdfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fdfdb; -webkit-box-shadow: 1px 1px 3px 2px #9fdfdb; box-shadow: 1px 1px 3px 2px #9fdfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,223,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fdfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fdfdb; -webkit-box-shadow: 1px 1px 3px 2px #9fdfdb; box-shadow: 1px 1px 3px 2px #9fdfdb;">
Div content here</div>
This div box has shadow with color #9fdfdb
Comments
No comments written yet.
Please login to write comment.