Color spaces of #a6acca
RGB | 166 | 172 | 202 |
---|---|---|---|
HSL | 0.64 | 0.25 | 0.72 |
HSV | 230° | 18° | 79° |
CMYK | 0.18 | 0.15 | 0.00 0.21 |
XYZ | 41.1391 | 41.8763 | 61.7918 |
Yxy | 41.8763 | 0.2841 | 0.2892 |
Hunter Lab | 64.7119 | 0.2314 | -11.3162 |
CIE-Lab | 70.7856 | 4.1423 | -15.9545 |
#a6acca color RGB value is (166,172,202).
#a6acca hex color red value is 166, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a6acca hue: 0.64 , saturation: 0.25 and the lightness value of a6acca is 0.72.
The process color (four color CMYK) of #a6acca color hex is 0.18, 0.15, 0.00, 0.21. Web safe color of #a6acca is #9999cc. Color #a6acca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10101100 | 11001010 |
Octal | 246 | 254 | 312 |
Decimal | 166 | 172 | 202 |
Hex | A6 | AC | CA |
Shades of #a6acca
Tints of #a6acca
RGB Percentages of Color #a6acca
CMYK Percentages of Color #a6acca
Complementary Color
#a6acca | #cac4a6 |
#a6acca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a6acca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a6acca Color CSS Codes
.mybgcolor {background-color:#a6acca; } .myforecolor {color:#a6acca; } .mybordercolor {border:3px solid #a6acca; }
#a6acca Text Font Color
<p style="color:#a6acca">Text here</p>
This sample text font color is #a6acca
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.
#a6acca Background Color
<div style="background-color:#a6acca">
Div content here</div>
This div background color is #a6acca
#a6acca Border Color
<div style="border:3px solid #a6acca">
Div here</div>
This div border color is #a6acca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a6acca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a6acca; -webkit-box-shadow: 1px 1px 3px 2px #a6acca; box-shadow: 1px 1px 3px 2px #a6acca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a6acca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a6acca; -webkit-box-shadow: 1px 1px 3px 2px #a6acca; box-shadow: 1px 1px 3px 2px #a6acca;">
Div content here</div>
This div box has shadow with color #a6acca
Comments
No comments written yet.
Please login to write comment.