Color spaces of #949fac
RGB | 148 | 159 | 172 |
---|---|---|---|
HSL | 0.59 | 0.13 | 0.63 |
HSV | 213° | 14° | 67° |
CMYK | 0.14 | 0.08 | 0.00 0.33 |
XYZ | 32.0573 | 34.0707 | 43.9164 |
Yxy | 34.0707 | 0.2913 | 0.3096 |
Hunter Lab | 58.3701 | -4.1142 | -3.7494 |
CIE-Lab | 65.0187 | -1.1754 | -8.0824 |
#949fac color RGB value is (148,159,172).
#949fac hex color red value is 148, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #949fac hue: 0.59 , saturation: 0.13 and the lightness value of 949fac is 0.63.
The process color (four color CMYK) of #949fac color hex is 0.14, 0.08, 0.00, 0.33. Web safe color of #949fac is #999999. Color #949fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10011111 | 10101100 |
Octal | 224 | 237 | 254 |
Decimal | 148 | 159 | 172 |
Hex | 94 | 9F | AC |
Shades of #949fac
Tints of #949fac
RGB Percentages of Color #949fac
CMYK Percentages of Color #949fac
Complementary Color
#949fac | #aca194 |
#949fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#949fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#949fac Color CSS Codes
.mybgcolor {background-color:#949fac; } .myforecolor {color:#949fac; } .mybordercolor {border:3px solid #949fac; }
#949fac Text Font Color
<p style="color:#949fac">Text here</p>
This sample text font color is #949fac
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.
#949fac Background Color
<div style="background-color:#949fac">
Div content here</div>
This div background color is #949fac
#949fac Border Color
<div style="border:3px solid #949fac">
Div here</div>
This div border color is #949fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,159,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #949fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #949fac; -webkit-box-shadow: 1px 1px 3px 2px #949fac; box-shadow: 1px 1px 3px 2px #949fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,159,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 #949fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #949fac; -webkit-box-shadow: 1px 1px 3px 2px #949fac; box-shadow: 1px 1px 3px 2px #949fac;">
Div content here</div>
This div box has shadow with color #949fac
Comments
No comments written yet.
Please login to write comment.