Color spaces of #a7acbe
RGB | 167 | 172 | 190 |
---|---|---|---|
HSL | 0.63 | 0.15 | 0.70 |
HSV | 227° | 12° | 75° |
CMYK | 0.12 | 0.09 | 0.00 0.25 |
XYZ | 39.9831 | 41.4382 | 54.6062 |
Yxy | 41.4382 | 0.2939 | 0.3046 |
Hunter Lab | 64.3725 | -1.7818 | -5.2340 |
CIE-Lab | 70.4818 | 1.8750 | -9.7934 |
#a7acbe color RGB value is (167,172,190).
#a7acbe hex color red value is 167, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a7acbe hue: 0.63 , saturation: 0.15 and the lightness value of a7acbe is 0.70.
The process color (four color CMYK) of #a7acbe color hex is 0.12, 0.09, 0.00, 0.25. Web safe color of #a7acbe is #9999cc. Color #a7acbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10101100 | 10111110 |
Octal | 247 | 254 | 276 |
Decimal | 167 | 172 | 190 |
Hex | A7 | AC | BE |
Shades of #a7acbe
Tints of #a7acbe
RGB Percentages of Color #a7acbe
CMYK Percentages of Color #a7acbe
Complementary Color
#a7acbe | #beb9a7 |
#a7acbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7acbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7acbe Color CSS Codes
.mybgcolor {background-color:#a7acbe; } .myforecolor {color:#a7acbe; } .mybordercolor {border:3px solid #a7acbe; }
#a7acbe Text Font Color
<p style="color:#a7acbe">Text here</p>
This sample text font color is #a7acbe
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.
#a7acbe Background Color
<div style="background-color:#a7acbe">
Div content here</div>
This div background color is #a7acbe
#a7acbe Border Color
<div style="border:3px solid #a7acbe">
Div here</div>
This div border color is #a7acbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,172,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7acbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7acbe; -webkit-box-shadow: 1px 1px 3px 2px #a7acbe; box-shadow: 1px 1px 3px 2px #a7acbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,172,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7acbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7acbe; -webkit-box-shadow: 1px 1px 3px 2px #a7acbe; box-shadow: 1px 1px 3px 2px #a7acbe;">
Div content here</div>
This div box has shadow with color #a7acbe
Comments
No comments written yet.
Please login to write comment.