Color spaces of #96adab
RGB | 150 | 173 | 171 |
---|---|---|---|
HSL | 0.49 | 0.12 | 0.63 |
HSV | 175° | 13° | 68° |
CMYK | 0.13 | 0.00 | 0.01 0.32 |
XYZ | 34.8719 | 39.3114 | 44.2780 |
Yxy | 39.3114 | 0.2944 | 0.3319 |
Hunter Lab | 62.6988 | -10.4446 | 2.0185 |
CIE-Lab | 68.9762 | -8.3323 | -1.6635 |
#96adab color RGB value is (150,173,171).
#96adab hex color red value is 150, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #96adab hue: 0.49 , saturation: 0.12 and the lightness value of 96adab is 0.63.
The process color (four color CMYK) of #96adab color hex is 0.13, 0.00, 0.01, 0.32. Web safe color of #96adab is #999999. Color #96adab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10101101 | 10101011 |
Octal | 226 | 255 | 253 |
Decimal | 150 | 173 | 171 |
Hex | 96 | AD | AB |
Shades of #96adab
Tints of #96adab
RGB Percentages of Color #96adab
CMYK Percentages of Color #96adab
Complementary Color
#96adab | #ad9698 |
#96adab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96adab Color Preview on White Background
Lorem ipsum dolor sit amet.
#96adab Color CSS Codes
.mybgcolor {background-color:#96adab; } .myforecolor {color:#96adab; } .mybordercolor {border:3px solid #96adab; }
#96adab Text Font Color
<p style="color:#96adab">Text here</p>
This sample text font color is #96adab
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.
#96adab Background Color
<div style="background-color:#96adab">
Div content here</div>
This div background color is #96adab
#96adab Border Color
<div style="border:3px solid #96adab">
Div here</div>
This div border color is #96adab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,173,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96adab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96adab; -webkit-box-shadow: 1px 1px 3px 2px #96adab; box-shadow: 1px 1px 3px 2px #96adab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,173,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96adab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96adab; -webkit-box-shadow: 1px 1px 3px 2px #96adab; box-shadow: 1px 1px 3px 2px #96adab;">
Div content here</div>
This div box has shadow with color #96adab
Comments
No comments written yet.
Please login to write comment.