Color spaces of #9fffaf
RGB | 159 | 255 | 175 |
---|---|---|---|
HSL | 0.36 | 1.00 | 0.81 |
HSV | 130° | 38° | 100° |
CMYK | 0.38 | 0.00 | 0.31 0.00 |
XYZ | 57.7959 | 81.9861 | 53.3362 |
Yxy | 81.9861 | 0.2993 | 0.4245 |
Hunter Lab | 90.5462 | -44.5187 | 28.4576 |
CIE-Lab | 92.5687 | -44.3684 | 29.5290 |
#9fffaf color RGB value is (159,255,175).
#9fffaf hex color red value is 159, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9fffaf hue: 0.36 , saturation: 1.00 and the lightness value of 9fffaf is 0.81.
The process color (four color CMYK) of #9fffaf color hex is 0.38, 0.00, 0.31, 0.00. Web safe color of #9fffaf is #99ff99. Color #9fffaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11111111 | 10101111 |
Octal | 237 | 377 | 257 |
Decimal | 159 | 255 | 175 |
Hex | 9F | FF | AF |
Shades of #9fffaf
Tints of #9fffaf
RGB Percentages of Color #9fffaf
CMYK Percentages of Color #9fffaf
Complementary Color
#9fffaf | #ff9fef |
#9fffaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fffaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fffaf Color CSS Codes
.mybgcolor {background-color:#9fffaf; } .myforecolor {color:#9fffaf; } .mybordercolor {border:3px solid #9fffaf; }
#9fffaf Text Font Color
<p style="color:#9fffaf">Text here</p>
This sample text font color is #9fffaf
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.
#9fffaf Background Color
<div style="background-color:#9fffaf">
Div content here</div>
This div background color is #9fffaf
#9fffaf Border Color
<div style="border:3px solid #9fffaf">
Div here</div>
This div border color is #9fffaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,255,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fffaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fffaf; -webkit-box-shadow: 1px 1px 3px 2px #9fffaf; box-shadow: 1px 1px 3px 2px #9fffaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,255,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fffaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fffaf; -webkit-box-shadow: 1px 1px 3px 2px #9fffaf; box-shadow: 1px 1px 3px 2px #9fffaf;">
Div content here</div>
This div box has shadow with color #9fffaf
Comments
No comments written yet.
Please login to write comment.