Color spaces of #a49dae
RGB | 164 | 157 | 174 |
---|---|---|---|
HSL | 0.74 | 0.09 | 0.65 |
HSV | 265° | 10° | 68° |
CMYK | 0.06 | 0.10 | 0.00 0.32 |
XYZ | 35.0068 | 35.0624 | 44.9671 |
Yxy | 35.0624 | 0.3043 | 0.3048 |
Hunter Lab | 59.2135 | 1.9049 | -3.5757 |
CIE-Lab | 65.7972 | 5.8313 | -7.9093 |
#a49dae color RGB value is (164,157,174).
#a49dae hex color red value is 164, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a49dae hue: 0.74 , saturation: 0.09 and the lightness value of a49dae is 0.65.
The process color (four color CMYK) of #a49dae color hex is 0.06, 0.10, 0.00, 0.32. Web safe color of #a49dae is #999999. Color #a49dae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10011101 | 10101110 |
Octal | 244 | 235 | 256 |
Decimal | 164 | 157 | 174 |
Hex | A4 | 9D | AE |
Shades of #a49dae
Tints of #a49dae
RGB Percentages of Color #a49dae
CMYK Percentages of Color #a49dae
Complementary Color
#a49dae | #a7ae9d |
#a49dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a49dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a49dae Color CSS Codes
.mybgcolor {background-color:#a49dae; } .myforecolor {color:#a49dae; } .mybordercolor {border:3px solid #a49dae; }
#a49dae Text Font Color
<p style="color:#a49dae">Text here</p>
This sample text font color is #a49dae
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.
#a49dae Background Color
<div style="background-color:#a49dae">
Div content here</div>
This div background color is #a49dae
#a49dae Border Color
<div style="border:3px solid #a49dae">
Div here</div>
This div border color is #a49dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,157,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a49dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a49dae; -webkit-box-shadow: 1px 1px 3px 2px #a49dae; box-shadow: 1px 1px 3px 2px #a49dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,157,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a49dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a49dae; -webkit-box-shadow: 1px 1px 3px 2px #a49dae; box-shadow: 1px 1px 3px 2px #a49dae;">
Div content here</div>
This div box has shadow with color #a49dae
Comments
No comments written yet.
Please login to write comment.