Color spaces of #acaaec
RGB | 172 | 170 | 236 |
---|---|---|---|
HSL | 0.67 | 0.63 | 0.80 |
HSV | 242° | 28° | 93° |
CMYK | 0.27 | 0.28 | 0.00 0.07 |
XYZ | 46.5283 | 43.5762 | 85.3156 |
Yxy | 43.5762 | 0.2652 | 0.2484 |
Hunter Lab | 66.0123 | 10.2930 | -30.4190 |
CIE-Lab | 71.9443 | 14.9902 | -32.7543 |
#acaaec color RGB value is (172,170,236).
#acaaec hex color red value is 172, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #acaaec hue: 0.67 , saturation: 0.63 and the lightness value of acaaec is 0.80.
The process color (four color CMYK) of #acaaec color hex is 0.27, 0.28, 0.00, 0.07. Web safe color of #acaaec is #9999ff. Color #acaaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101010 | 11101100 |
Octal | 254 | 252 | 354 |
Decimal | 172 | 170 | 236 |
Hex | AC | AA | EC |
Shades of #acaaec
Tints of #acaaec
RGB Percentages of Color #acaaec
CMYK Percentages of Color #acaaec
Complementary Color
#acaaec | #eaecaa |
#acaaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acaaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#acaaec Color CSS Codes
.mybgcolor {background-color:#acaaec; } .myforecolor {color:#acaaec; } .mybordercolor {border:3px solid #acaaec; }
#acaaec Text Font Color
<p style="color:#acaaec">Text here</p>
This sample text font color is #acaaec
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.
#acaaec Background Color
<div style="background-color:#acaaec">
Div content here</div>
This div background color is #acaaec
#acaaec Border Color
<div style="border:3px solid #acaaec">
Div here</div>
This div border color is #acaaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,170,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acaaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acaaec; -webkit-box-shadow: 1px 1px 3px 2px #acaaec; box-shadow: 1px 1px 3px 2px #acaaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,170,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acaaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acaaec; -webkit-box-shadow: 1px 1px 3px 2px #acaaec; box-shadow: 1px 1px 3px 2px #acaaec;">
Div content here</div>
This div box has shadow with color #acaaec
Comments
No comments written yet.
Please login to write comment.