Color spaces of #979dad
RGB | 151 | 157 | 173 |
---|---|---|---|
HSL | 0.62 | 0.12 | 0.64 |
HSV | 224° | 13° | 68° |
CMYK | 0.13 | 0.09 | 0.00 0.32 |
XYZ | 32.3623 | 33.7104 | 44.3362 |
Yxy | 33.7104 | 0.2931 | 0.3053 |
Hunter Lab | 58.0607 | -2.1124 | -4.6325 |
CIE-Lab | 64.7320 | 1.1603 | -9.0459 |
#979dad color RGB value is (151,157,173).
#979dad hex color red value is 151, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #979dad hue: 0.62 , saturation: 0.12 and the lightness value of 979dad is 0.64.
The process color (four color CMYK) of #979dad color hex is 0.13, 0.09, 0.00, 0.32. Web safe color of #979dad is #999999. Color #979dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10011101 | 10101101 |
Octal | 227 | 235 | 255 |
Decimal | 151 | 157 | 173 |
Hex | 97 | 9D | AD |
Shades of #979dad
Tints of #979dad
RGB Percentages of Color #979dad
CMYK Percentages of Color #979dad
Complementary Color
#979dad | #ada797 |
#979dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#979dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#979dad Color CSS Codes
.mybgcolor {background-color:#979dad; } .myforecolor {color:#979dad; } .mybordercolor {border:3px solid #979dad; }
#979dad Text Font Color
<p style="color:#979dad">Text here</p>
This sample text font color is #979dad
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.
#979dad Background Color
<div style="background-color:#979dad">
Div content here</div>
This div background color is #979dad
#979dad Border Color
<div style="border:3px solid #979dad">
Div here</div>
This div border color is #979dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,157,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #979dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #979dad; -webkit-box-shadow: 1px 1px 3px 2px #979dad; box-shadow: 1px 1px 3px 2px #979dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,157,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #979dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #979dad; -webkit-box-shadow: 1px 1px 3px 2px #979dad; box-shadow: 1px 1px 3px 2px #979dad;">
Div content here</div>
This div box has shadow with color #979dad
Comments
No comments written yet.
Please login to write comment.