Color spaces of #a2acce
RGB | 162 | 172 | 206 |
---|---|---|---|
HSL | 0.63 | 0.31 | 0.72 |
HSV | 226° | 21° | 81° |
CMYK | 0.21 | 0.17 | 0.00 0.19 |
XYZ | 40.7934 | 41.6427 | 64.2803 |
Yxy | 41.6427 | 0.2780 | 0.2838 |
Hunter Lab | 64.5312 | -0.0907 | -13.8877 |
CIE-Lab | 70.6239 | 3.7768 | -18.4268 |
#a2acce color RGB value is (162,172,206).
#a2acce hex color red value is 162, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a2acce hue: 0.63 , saturation: 0.31 and the lightness value of a2acce is 0.72.
The process color (four color CMYK) of #a2acce color hex is 0.21, 0.17, 0.00, 0.19. Web safe color of #a2acce is #9999cc. Color #a2acce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10101100 | 11001110 |
Octal | 242 | 254 | 316 |
Decimal | 162 | 172 | 206 |
Hex | A2 | AC | CE |
Shades of #a2acce
Tints of #a2acce
RGB Percentages of Color #a2acce
CMYK Percentages of Color #a2acce
Complementary Color
#a2acce | #cec4a2 |
#a2acce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2acce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2acce Color CSS Codes
.mybgcolor {background-color:#a2acce; } .myforecolor {color:#a2acce; } .mybordercolor {border:3px solid #a2acce; }
#a2acce Text Font Color
<p style="color:#a2acce">Text here</p>
This sample text font color is #a2acce
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.
#a2acce Background Color
<div style="background-color:#a2acce">
Div content here</div>
This div background color is #a2acce
#a2acce Border Color
<div style="border:3px solid #a2acce">
Div here</div>
This div border color is #a2acce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,172,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2acce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2acce; -webkit-box-shadow: 1px 1px 3px 2px #a2acce; box-shadow: 1px 1px 3px 2px #a2acce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,172,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2acce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2acce; -webkit-box-shadow: 1px 1px 3px 2px #a2acce; box-shadow: 1px 1px 3px 2px #a2acce;">
Div content here</div>
This div box has shadow with color #a2acce
Comments
No comments written yet.
Please login to write comment.