Color spaces of #aca6dc
RGB | 172 | 166 | 220 |
---|---|---|---|
HSL | 0.69 | 0.44 | 0.76 |
HSV | 247° | 25° | 86° |
CMYK | 0.22 | 0.25 | 0.00 0.14 |
XYZ | 43.5677 | 41.2104 | 73.3683 |
Yxy | 41.2104 | 0.2755 | 0.2606 |
Hunter Lab | 64.1953 | 8.8015 | -22.8253 |
CIE-Lab | 70.3231 | 13.4364 | -26.5065 |
#aca6dc color RGB value is (172,166,220).
#aca6dc hex color red value is 172, green value is 166 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aca6dc hue: 0.69 , saturation: 0.44 and the lightness value of aca6dc is 0.76.
The process color (four color CMYK) of #aca6dc color hex is 0.22, 0.25, 0.00, 0.14. Web safe color of #aca6dc is #9999cc. Color #aca6dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10100110 | 11011100 |
Octal | 254 | 246 | 334 |
Decimal | 172 | 166 | 220 |
Hex | AC | A6 | DC |
Shades of #aca6dc
Tints of #aca6dc
RGB Percentages of Color #aca6dc
CMYK Percentages of Color #aca6dc
Complementary Color
#aca6dc | #d6dca6 |
#aca6dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aca6dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aca6dc Color CSS Codes
.mybgcolor {background-color:#aca6dc; } .myforecolor {color:#aca6dc; } .mybordercolor {border:3px solid #aca6dc; }
#aca6dc Text Font Color
<p style="color:#aca6dc">Text here</p>
This sample text font color is #aca6dc
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.
#aca6dc Background Color
<div style="background-color:#aca6dc">
Div content here</div>
This div background color is #aca6dc
#aca6dc Border Color
<div style="border:3px solid #aca6dc">
Div here</div>
This div border color is #aca6dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,166,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aca6dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aca6dc; -webkit-box-shadow: 1px 1px 3px 2px #aca6dc; box-shadow: 1px 1px 3px 2px #aca6dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,166,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aca6dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aca6dc; -webkit-box-shadow: 1px 1px 3px 2px #aca6dc; box-shadow: 1px 1px 3px 2px #aca6dc;">
Div content here</div>
This div box has shadow with color #aca6dc
Comments
No comments written yet.
Please login to write comment.