Color spaces of #979abc
RGB | 151 | 154 | 188 |
---|---|---|---|
HSL | 0.65 | 0.22 | 0.66 |
HSV | 235° | 20° | 74° |
CMYK | 0.20 | 0.18 | 0.00 0.26 |
XYZ | 33.3952 | 33.3214 | 52.2485 |
Yxy | 33.3214 | 0.2807 | 0.2801 |
Hunter Lab | 57.7247 | 2.2486 | -13.2580 |
CIE-Lab | 64.4203 | 6.1797 | -17.9237 |
#979abc color RGB value is (151,154,188).
#979abc hex color red value is 151, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #979abc hue: 0.65 , saturation: 0.22 and the lightness value of 979abc is 0.66.
The process color (four color CMYK) of #979abc color hex is 0.20, 0.18, 0.00, 0.26. Web safe color of #979abc is #9999cc. Color #979abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10011010 | 10111100 |
Octal | 227 | 232 | 274 |
Decimal | 151 | 154 | 188 |
Hex | 97 | 9A | BC |
Shades of #979abc
Tints of #979abc
RGB Percentages of Color #979abc
CMYK Percentages of Color #979abc
Complementary Color
#979abc | #bcb997 |
#979abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#979abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#979abc Color CSS Codes
.mybgcolor {background-color:#979abc; } .myforecolor {color:#979abc; } .mybordercolor {border:3px solid #979abc; }
#979abc Text Font Color
<p style="color:#979abc">Text here</p>
This sample text font color is #979abc
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.
#979abc Background Color
<div style="background-color:#979abc">
Div content here</div>
This div background color is #979abc
#979abc Border Color
<div style="border:3px solid #979abc">
Div here</div>
This div border color is #979abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,154,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #979abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #979abc; -webkit-box-shadow: 1px 1px 3px 2px #979abc; box-shadow: 1px 1px 3px 2px #979abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,154,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #979abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #979abc; -webkit-box-shadow: 1px 1px 3px 2px #979abc; box-shadow: 1px 1px 3px 2px #979abc;">
Div content here</div>
This div box has shadow with color #979abc
Comments
No comments written yet.
Please login to write comment.