Color spaces of #9fa294
RGB | 159 | 162 | 148 |
---|---|---|---|
HSL | 0.20 | 0.07 | 0.61 |
HSV | 73° | 9° | 64° |
CMYK | 0.02 | 0.00 | 0.09 0.36 |
XYZ | 32.5637 | 35.3497 | 33.1239 |
Yxy | 35.3497 | 0.3223 | 0.3499 |
Hunter Lab | 59.4556 | -6.2833 | 8.5873 |
CIE-Lab | 66.0200 | -3.6686 | 6.9030 |
#9fa294 color RGB value is (159,162,148).
#9fa294 hex color red value is 159, green value is 162 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #9fa294 hue: 0.20 , saturation: 0.07 and the lightness value of 9fa294 is 0.61.
The process color (four color CMYK) of #9fa294 color hex is 0.02, 0.00, 0.09, 0.36. Web safe color of #9fa294 is #999999. Color #9fa294 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10100010 | 10010100 |
Octal | 237 | 242 | 224 |
Decimal | 159 | 162 | 148 |
Hex | 9F | A2 | 94 |
Shades of #9fa294
Tints of #9fa294
RGB Percentages of Color #9fa294
CMYK Percentages of Color #9fa294
Complementary Color
#9fa294 | #9794a2 |
#9fa294 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fa294 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fa294 Color CSS Codes
.mybgcolor {background-color:#9fa294; } .myforecolor {color:#9fa294; } .mybordercolor {border:3px solid #9fa294; }
#9fa294 Text Font Color
<p style="color:#9fa294">Text here</p>
This sample text font color is #9fa294
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.
#9fa294 Background Color
<div style="background-color:#9fa294">
Div content here</div>
This div background color is #9fa294
#9fa294 Border Color
<div style="border:3px solid #9fa294">
Div here</div>
This div border color is #9fa294
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,162,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fa294; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fa294; -webkit-box-shadow: 1px 1px 3px 2px #9fa294; box-shadow: 1px 1px 3px 2px #9fa294; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,162,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fa294">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fa294; -webkit-box-shadow: 1px 1px 3px 2px #9fa294; box-shadow: 1px 1px 3px 2px #9fa294;">
Div content here</div>
This div box has shadow with color #9fa294
Comments
No comments written yet.
Please login to write comment.