Color spaces of #a894af
RGB | 168 | 148 | 175 |
---|---|---|---|
HSL | 0.79 | 0.14 | 0.63 |
HSV | 284° | 15° | 69° |
CMYK | 0.04 | 0.15 | 0.00 0.31 |
XYZ | 34.4762 | 32.5998 | 45.0327 |
Yxy | 32.5998 | 0.3075 | 0.2908 |
Hunter Lab | 57.0962 | 7.8646 | -6.7956 |
CIE-Lab | 63.8355 | 12.4668 | -11.3638 |
#a894af color RGB value is (168,148,175).
#a894af hex color red value is 168, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a894af hue: 0.79 , saturation: 0.14 and the lightness value of a894af is 0.63.
The process color (four color CMYK) of #a894af color hex is 0.04, 0.15, 0.00, 0.31. Web safe color of #a894af is #999999. Color #a894af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10010100 | 10101111 |
Octal | 250 | 224 | 257 |
Decimal | 168 | 148 | 175 |
Hex | A8 | 94 | AF |
Shades of #a894af
Tints of #a894af
RGB Percentages of Color #a894af
CMYK Percentages of Color #a894af
Complementary Color
#a894af | #9baf94 |
#a894af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a894af Color Preview on White Background
Lorem ipsum dolor sit amet.
#a894af Color CSS Codes
.mybgcolor {background-color:#a894af; } .myforecolor {color:#a894af; } .mybordercolor {border:3px solid #a894af; }
#a894af Text Font Color
<p style="color:#a894af">Text here</p>
This sample text font color is #a894af
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.
#a894af Background Color
<div style="background-color:#a894af">
Div content here</div>
This div background color is #a894af
#a894af Border Color
<div style="border:3px solid #a894af">
Div here</div>
This div border color is #a894af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,148,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a894af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a894af; -webkit-box-shadow: 1px 1px 3px 2px #a894af; box-shadow: 1px 1px 3px 2px #a894af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,148,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a894af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a894af; -webkit-box-shadow: 1px 1px 3px 2px #a894af; box-shadow: 1px 1px 3px 2px #a894af;">
Div content here</div>
This div box has shadow with color #a894af
Comments
No comments written yet.
Please login to write comment.