Color spaces of #9fdfad
RGB | 159 | 223 | 173 |
---|---|---|---|
HSL | 0.37 | 0.50 | 0.75 |
HSV | 133° | 29° | 87° |
CMYK | 0.29 | 0.00 | 0.22 0.13 |
XYZ | 48.2286 | 63.1634 | 49.1850 |
Yxy | 63.1634 | 0.3003 | 0.3934 |
Hunter Lab | 79.4754 | -30.7616 | 18.9399 |
CIE-Lab | 83.5283 | -30.1979 | 18.1432 |
#9fdfad color RGB value is (159,223,173).
#9fdfad hex color red value is 159, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9fdfad hue: 0.37 , saturation: 0.50 and the lightness value of 9fdfad is 0.75.
The process color (four color CMYK) of #9fdfad color hex is 0.29, 0.00, 0.22, 0.13. Web safe color of #9fdfad is #99cc99. Color #9fdfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11011111 | 10101101 |
Octal | 237 | 337 | 255 |
Decimal | 159 | 223 | 173 |
Hex | 9F | DF | AD |
Shades of #9fdfad
Tints of #9fdfad
RGB Percentages of Color #9fdfad
CMYK Percentages of Color #9fdfad
Complementary Color
#9fdfad | #df9fd1 |
#9fdfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fdfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fdfad Color CSS Codes
.mybgcolor {background-color:#9fdfad; } .myforecolor {color:#9fdfad; } .mybordercolor {border:3px solid #9fdfad; }
#9fdfad Text Font Color
<p style="color:#9fdfad">Text here</p>
This sample text font color is #9fdfad
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.
#9fdfad Background Color
<div style="background-color:#9fdfad">
Div content here</div>
This div background color is #9fdfad
#9fdfad Border Color
<div style="border:3px solid #9fdfad">
Div here</div>
This div border color is #9fdfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,223,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fdfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fdfad; -webkit-box-shadow: 1px 1px 3px 2px #9fdfad; box-shadow: 1px 1px 3px 2px #9fdfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,223,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fdfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fdfad; -webkit-box-shadow: 1px 1px 3px 2px #9fdfad; box-shadow: 1px 1px 3px 2px #9fdfad;">
Div content here</div>
This div box has shadow with color #9fdfad
Comments
No comments written yet.
Please login to write comment.