Color spaces of #8d8aac
RGB | 141 | 138 | 172 |
---|---|---|---|
HSL | 0.68 | 0.17 | 0.61 |
HSV | 245° | 20° | 67° |
CMYK | 0.18 | 0.20 | 0.00 0.33 |
XYZ | 27.5194 | 26.8182 | 42.7557 |
Yxy | 26.8182 | 0.2834 | 0.2762 |
Hunter Lab | 51.7863 | 4.2295 | -12.7005 |
CIE-Lab | 58.8057 | 8.3399 | -17.4810 |
#8d8aac color RGB value is (141,138,172).
#8d8aac hex color red value is 141, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8d8aac hue: 0.68 , saturation: 0.17 and the lightness value of 8d8aac is 0.61.
The process color (four color CMYK) of #8d8aac color hex is 0.18, 0.20, 0.00, 0.33. Web safe color of #8d8aac is #999999. Color #8d8aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10001010 | 10101100 |
Octal | 215 | 212 | 254 |
Decimal | 141 | 138 | 172 |
Hex | 8D | 8A | AC |
Shades of #8d8aac
Tints of #8d8aac
RGB Percentages of Color #8d8aac
CMYK Percentages of Color #8d8aac
Complementary Color
#8d8aac | #a9ac8a |
#8d8aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8d8aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#8d8aac Color CSS Codes
.mybgcolor {background-color:#8d8aac; } .myforecolor {color:#8d8aac; } .mybordercolor {border:3px solid #8d8aac; }
#8d8aac Text Font Color
<p style="color:#8d8aac">Text here</p>
This sample text font color is #8d8aac
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.
#8d8aac Background Color
<div style="background-color:#8d8aac">
Div content here</div>
This div background color is #8d8aac
#8d8aac Border Color
<div style="border:3px solid #8d8aac">
Div here</div>
This div border color is #8d8aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,138,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8d8aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8d8aac; -webkit-box-shadow: 1px 1px 3px 2px #8d8aac; box-shadow: 1px 1px 3px 2px #8d8aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,138,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8d8aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8d8aac; -webkit-box-shadow: 1px 1px 3px 2px #8d8aac; box-shadow: 1px 1px 3px 2px #8d8aac;">
Div content here</div>
This div box has shadow with color #8d8aac
Comments
No comments written yet.
Please login to write comment.