Color spaces of #9fdd3c
RGB | 159 | 221 | 60 |
---|---|---|---|
HSL | 0.23 | 0.70 | 0.55 |
HSV | 83° | 73° | 87° |
CMYK | 0.28 | 0.00 | 0.73 0.13 |
XYZ | 40.9701 | 59.4101 | 13.5829 |
Yxy | 59.4101 | 0.3595 | 0.5213 |
Hunter Lab | 77.0779 | -40.0063 | 43.5063 |
CIE-Lab | 81.5165 | -42.6304 | 68.1992 |
#9fdd3c color RGB value is (159,221,60).
#9fdd3c hex color red value is 159, green value is 221 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #9fdd3c hue: 0.23 , saturation: 0.70 and the lightness value of 9fdd3c is 0.55.
The process color (four color CMYK) of #9fdd3c color hex is 0.28, 0.00, 0.73, 0.13. Web safe color of #9fdd3c is #99cc33. Color #9fdd3c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11011101 | 00111100 |
Octal | 237 | 335 | 74 |
Decimal | 159 | 221 | 60 |
Hex | 9F | DD | 3C |
Shades of #9fdd3c
Tints of #9fdd3c
RGB Percentages of Color #9fdd3c
CMYK Percentages of Color #9fdd3c
Complementary Color
#9fdd3c | #7a3cdd |
#9fdd3c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fdd3c Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fdd3c Color CSS Codes
.mybgcolor {background-color:#9fdd3c; } .myforecolor {color:#9fdd3c; } .mybordercolor {border:3px solid #9fdd3c; }
#9fdd3c Text Font Color
<p style="color:#9fdd3c">Text here</p>
This sample text font color is #9fdd3c
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.
#9fdd3c Background Color
<div style="background-color:#9fdd3c">
Div content here</div>
This div background color is #9fdd3c
#9fdd3c Border Color
<div style="border:3px solid #9fdd3c">
Div here</div>
This div border color is #9fdd3c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,221,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fdd3c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fdd3c; -webkit-box-shadow: 1px 1px 3px 2px #9fdd3c; box-shadow: 1px 1px 3px 2px #9fdd3c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,221,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fdd3c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fdd3c; -webkit-box-shadow: 1px 1px 3px 2px #9fdd3c; box-shadow: 1px 1px 3px 2px #9fdd3c;">
Div content here</div>
This div box has shadow with color #9fdd3c
Comments
No comments written yet.
Please login to write comment.