Color spaces of #9fccaf
RGB | 159 | 204 | 175 |
---|---|---|---|
HSL | 0.39 | 0.31 | 0.71 |
HSV | 141° | 22° | 80° |
CMYK | 0.22 | 0.00 | 0.14 0.20 |
XYZ | 43.6288 | 53.6518 | 48.6138 |
Yxy | 53.6518 | 0.2990 | 0.3677 |
Hunter Lab | 73.2474 | -21.8619 | 11.9228 |
CIE-Lab | 78.2583 | -20.5868 | 9.6533 |
#9fccaf color RGB value is (159,204,175).
#9fccaf hex color red value is 159, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9fccaf hue: 0.39 , saturation: 0.31 and the lightness value of 9fccaf is 0.71.
The process color (four color CMYK) of #9fccaf color hex is 0.22, 0.00, 0.14, 0.20. Web safe color of #9fccaf is #99cc99. Color #9fccaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11001100 | 10101111 |
Octal | 237 | 314 | 257 |
Decimal | 159 | 204 | 175 |
Hex | 9F | CC | AF |
Shades of #9fccaf
Tints of #9fccaf
RGB Percentages of Color #9fccaf
CMYK Percentages of Color #9fccaf
Complementary Color
#9fccaf | #cc9fbc |
#9fccaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fccaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fccaf Color CSS Codes
.mybgcolor {background-color:#9fccaf; } .myforecolor {color:#9fccaf; } .mybordercolor {border:3px solid #9fccaf; }
#9fccaf Text Font Color
<p style="color:#9fccaf">Text here</p>
This sample text font color is #9fccaf
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.
#9fccaf Background Color
<div style="background-color:#9fccaf">
Div content here</div>
This div background color is #9fccaf
#9fccaf Border Color
<div style="border:3px solid #9fccaf">
Div here</div>
This div border color is #9fccaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,204,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fccaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fccaf; -webkit-box-shadow: 1px 1px 3px 2px #9fccaf; box-shadow: 1px 1px 3px 2px #9fccaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,204,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 #9fccaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fccaf; -webkit-box-shadow: 1px 1px 3px 2px #9fccaf; box-shadow: 1px 1px 3px 2px #9fccaf;">
Div content here</div>
This div box has shadow with color #9fccaf
Comments
No comments written yet.
Please login to write comment.