Color spaces of #968bab
RGB | 150 | 139 | 171 |
---|---|---|---|
HSL | 0.72 | 0.16 | 0.61 |
HSV | 261° | 19° | 67° |
CMYK | 0.12 | 0.19 | 0.00 0.33 |
XYZ | 29.1610 | 27.8895 | 42.3743 |
Yxy | 27.8895 | 0.2933 | 0.2805 |
Hunter Lab | 52.8105 | 6.1460 | -10.6060 |
CIE-Lab | 59.7888 | 10.5530 | -15.3492 |
#968bab color RGB value is (150,139,171).
#968bab hex color red value is 150, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #968bab hue: 0.72 , saturation: 0.16 and the lightness value of 968bab is 0.61.
The process color (four color CMYK) of #968bab color hex is 0.12, 0.19, 0.00, 0.33. Web safe color of #968bab is #999999. Color #968bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10001011 | 10101011 |
Octal | 226 | 213 | 253 |
Decimal | 150 | 139 | 171 |
Hex | 96 | 8B | AB |
Shades of #968bab
Tints of #968bab
RGB Percentages of Color #968bab
CMYK Percentages of Color #968bab
Complementary Color
#968bab | #a0ab8b |
#968bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#968bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#968bab Color CSS Codes
.mybgcolor {background-color:#968bab; } .myforecolor {color:#968bab; } .mybordercolor {border:3px solid #968bab; }
#968bab Text Font Color
<p style="color:#968bab">Text here</p>
This sample text font color is #968bab
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.
#968bab Background Color
<div style="background-color:#968bab">
Div content here</div>
This div background color is #968bab
#968bab Border Color
<div style="border:3px solid #968bab">
Div here</div>
This div border color is #968bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,139,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #968bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #968bab; -webkit-box-shadow: 1px 1px 3px 2px #968bab; box-shadow: 1px 1px 3px 2px #968bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,139,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 #968bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #968bab; -webkit-box-shadow: 1px 1px 3px 2px #968bab; box-shadow: 1px 1px 3px 2px #968bab;">
Div content here</div>
This div box has shadow with color #968bab
Comments
No comments written yet.
Please login to write comment.