Color spaces of #968cad
RGB | 150 | 140 | 173 |
---|---|---|---|
HSL | 0.72 | 0.17 | 0.61 |
HSV | 258° | 19° | 68° |
CMYK | 0.13 | 0.19 | 0.00 0.32 |
XYZ | 29.4986 | 28.2573 | 43.4346 |
Yxy | 28.2573 | 0.2915 | 0.2792 |
Hunter Lab | 53.1576 | 6.0287 | -11.2350 |
CIE-Lab | 60.1205 | 10.4197 | -15.9852 |
#968cad color RGB value is (150,140,173).
#968cad hex color red value is 150, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #968cad hue: 0.72 , saturation: 0.17 and the lightness value of 968cad is 0.61.
The process color (four color CMYK) of #968cad color hex is 0.13, 0.19, 0.00, 0.32. Web safe color of #968cad is #999999. Color #968cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10001100 | 10101101 |
Octal | 226 | 214 | 255 |
Decimal | 150 | 140 | 173 |
Hex | 96 | 8C | AD |
Shades of #968cad
Tints of #968cad
RGB Percentages of Color #968cad
CMYK Percentages of Color #968cad
Complementary Color
#968cad | #a3ad8c |
#968cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#968cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#968cad Color CSS Codes
.mybgcolor {background-color:#968cad; } .myforecolor {color:#968cad; } .mybordercolor {border:3px solid #968cad; }
#968cad Text Font Color
<p style="color:#968cad">Text here</p>
This sample text font color is #968cad
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.
#968cad Background Color
<div style="background-color:#968cad">
Div content here</div>
This div background color is #968cad
#968cad Border Color
<div style="border:3px solid #968cad">
Div here</div>
This div border color is #968cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,140,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #968cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #968cad; -webkit-box-shadow: 1px 1px 3px 2px #968cad; box-shadow: 1px 1px 3px 2px #968cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,140,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 #968cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #968cad; -webkit-box-shadow: 1px 1px 3px 2px #968cad; box-shadow: 1px 1px 3px 2px #968cad;">
Div content here</div>
This div box has shadow with color #968cad
Comments
No comments written yet.
Please login to write comment.