Color spaces of #a2accf
RGB | 162 | 172 | 207 |
---|---|---|---|
HSL | 0.63 | 0.32 | 0.72 |
HSV | 227° | 22° | 81° |
CMYK | 0.22 | 0.17 | 0.00 0.19 |
XYZ | 40.9153 | 41.6914 | 64.9223 |
Yxy | 41.6914 | 0.2773 | 0.2826 |
Hunter Lab | 64.5689 | 0.1144 | -14.4163 |
CIE-Lab | 70.6576 | 4.0066 | -18.9254 |
#a2accf color RGB value is (162,172,207).
#a2accf hex color red value is 162, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a2accf hue: 0.63 , saturation: 0.32 and the lightness value of a2accf is 0.72.
The process color (four color CMYK) of #a2accf color hex is 0.22, 0.17, 0.00, 0.19. Web safe color of #a2accf is #9999cc. Color #a2accf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10101100 | 11001111 |
Octal | 242 | 254 | 317 |
Decimal | 162 | 172 | 207 |
Hex | A2 | AC | CF |
Shades of #a2accf
Tints of #a2accf
RGB Percentages of Color #a2accf
CMYK Percentages of Color #a2accf
Complementary Color
#a2accf | #cfc5a2 |
#a2accf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2accf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2accf Color CSS Codes
.mybgcolor {background-color:#a2accf; } .myforecolor {color:#a2accf; } .mybordercolor {border:3px solid #a2accf; }
#a2accf Text Font Color
<p style="color:#a2accf">Text here</p>
This sample text font color is #a2accf
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.
#a2accf Background Color
<div style="background-color:#a2accf">
Div content here</div>
This div background color is #a2accf
#a2accf Border Color
<div style="border:3px solid #a2accf">
Div here</div>
This div border color is #a2accf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,172,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2accf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2accf; -webkit-box-shadow: 1px 1px 3px 2px #a2accf; box-shadow: 1px 1px 3px 2px #a2accf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,172,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2accf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2accf; -webkit-box-shadow: 1px 1px 3px 2px #a2accf; box-shadow: 1px 1px 3px 2px #a2accf;">
Div content here</div>
This div box has shadow with color #a2accf
Comments
No comments written yet.
Please login to write comment.