Color spaces of #a7accd
RGB | 167 | 172 | 205 |
---|---|---|---|
HSL | 0.64 | 0.28 | 0.73 |
HSV | 232° | 19° | 80° |
CMYK | 0.19 | 0.16 | 0.00 0.20 |
XYZ | 41.7083 | 42.1283 | 63.6909 |
Yxy | 42.1283 | 0.2827 | 0.2856 |
Hunter Lab | 64.9063 | 1.1167 | -12.7453 |
CIE-Lab | 70.9593 | 5.1298 | -17.3342 |
#a7accd color RGB value is (167,172,205).
#a7accd hex color red value is 167, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a7accd hue: 0.64 , saturation: 0.28 and the lightness value of a7accd is 0.73.
The process color (four color CMYK) of #a7accd color hex is 0.19, 0.16, 0.00, 0.20. Web safe color of #a7accd is #9999cc. Color #a7accd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10101100 | 11001101 |
Octal | 247 | 254 | 315 |
Decimal | 167 | 172 | 205 |
Hex | A7 | AC | CD |
Shades of #a7accd
Tints of #a7accd
RGB Percentages of Color #a7accd
CMYK Percentages of Color #a7accd
Complementary Color
#a7accd | #cdc8a7 |
#a7accd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7accd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7accd Color CSS Codes
.mybgcolor {background-color:#a7accd; } .myforecolor {color:#a7accd; } .mybordercolor {border:3px solid #a7accd; }
#a7accd Text Font Color
<p style="color:#a7accd">Text here</p>
This sample text font color is #a7accd
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.
#a7accd Background Color
<div style="background-color:#a7accd">
Div content here</div>
This div background color is #a7accd
#a7accd Border Color
<div style="border:3px solid #a7accd">
Div here</div>
This div border color is #a7accd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,172,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7accd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7accd; -webkit-box-shadow: 1px 1px 3px 2px #a7accd; box-shadow: 1px 1px 3px 2px #a7accd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,172,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7accd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7accd; -webkit-box-shadow: 1px 1px 3px 2px #a7accd; box-shadow: 1px 1px 3px 2px #a7accd;">
Div content here</div>
This div box has shadow with color #a7accd
Comments
No comments written yet.
Please login to write comment.