Color spaces of #acaaca
RGB | 172 | 170 | 202 |
---|---|---|---|
HSL | 0.68 | 0.23 | 0.73 |
HSV | 244° | 16° | 79° |
CMYK | 0.15 | 0.16 | 0.00 0.21 |
XYZ | 42.0487 | 41.7844 | 61.7261 |
Yxy | 41.7844 | 0.2889 | 0.2871 |
Hunter Lab | 64.6409 | 2.9923 | -11.3679 |
CIE-Lab | 70.7220 | 7.1834 | -16.0053 |
#acaaca color RGB value is (172,170,202).
#acaaca hex color red value is 172, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acaaca hue: 0.68 , saturation: 0.23 and the lightness value of acaaca is 0.73.
The process color (four color CMYK) of #acaaca color hex is 0.15, 0.16, 0.00, 0.21. Web safe color of #acaaca is #9999cc. Color #acaaca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101010 | 11001010 |
Octal | 254 | 252 | 312 |
Decimal | 172 | 170 | 202 |
Hex | AC | AA | CA |
Shades of #acaaca
Tints of #acaaca
RGB Percentages of Color #acaaca
CMYK Percentages of Color #acaaca
Complementary Color
#acaaca | #c8caaa |
#acaaca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaaca Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaaca Color CSS Codes
.mybgcolor {background-color:#acaaca; } .myforecolor {color:#acaaca; } .mybordercolor {border:3px solid #acaaca; }
#acaaca Text Font Color
<p style="color:#acaaca">Text here</p>
This sample text font color is #acaaca
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.
#acaaca Background Color
<div style="background-color:#acaaca">
Div content here</div>
This div background color is #acaaca
#acaaca Border Color
<div style="border:3px solid #acaaca">
Div here</div>
This div border color is #acaaca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,170,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaaca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaaca; -webkit-box-shadow: 1px 1px 3px 2px #acaaca; box-shadow: 1px 1px 3px 2px #acaaca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,170,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 #acaaca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaaca; -webkit-box-shadow: 1px 1px 3px 2px #acaaca; box-shadow: 1px 1px 3px 2px #acaaca;">
Div content here</div>
This div box has shadow with color #acaaca
Comments
No comments written yet.
Please login to write comment.