Color spaces of #acacdc
RGB | 172 | 172 | 220 |
---|---|---|---|
HSL | 0.67 | 0.41 | 0.77 |
HSV | 240° | 22° | 86° |
CMYK | 0.22 | 0.22 | 0.00 0.14 |
XYZ | 44.6840 | 43.4430 | 73.7404 |
Yxy | 43.4430 | 0.2761 | 0.2684 |
Hunter Lab | 65.9113 | 5.6678 | -20.1947 |
CIE-Lab | 71.8546 | 10.0999 | -24.1618 |
#acacdc color RGB value is (172,172,220).
#acacdc hex color red value is 172, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #acacdc hue: 0.67 , saturation: 0.41 and the lightness value of acacdc is 0.77.
The process color (four color CMYK) of #acacdc color hex is 0.22, 0.22, 0.00, 0.14. Web safe color of #acacdc is #9999cc. Color #acacdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101100 | 11011100 |
Octal | 254 | 254 | 334 |
Decimal | 172 | 172 | 220 |
Hex | AC | AC | DC |
Shades of #acacdc
Tints of #acacdc
RGB Percentages of Color #acacdc
CMYK Percentages of Color #acacdc
Complementary Color
#acacdc | #dcdcac |
#acacdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acacdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#acacdc Color CSS Codes
.mybgcolor {background-color:#acacdc; } .myforecolor {color:#acacdc; } .mybordercolor {border:3px solid #acacdc; }
#acacdc Text Font Color
<p style="color:#acacdc">Text here</p>
This sample text font color is #acacdc
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.
#acacdc Background Color
<div style="background-color:#acacdc">
Div content here</div>
This div background color is #acacdc
#acacdc Border Color
<div style="border:3px solid #acacdc">
Div here</div>
This div border color is #acacdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acacdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acacdc; -webkit-box-shadow: 1px 1px 3px 2px #acacdc; box-shadow: 1px 1px 3px 2px #acacdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,172,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 #acacdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acacdc; -webkit-box-shadow: 1px 1px 3px 2px #acacdc; box-shadow: 1px 1px 3px 2px #acacdc;">
Div content here</div>
This div box has shadow with color #acacdc
Comments
No comments written yet.
Please login to write comment.