Color spaces of #afa9cd
RGB | 175 | 169 | 205 |
---|---|---|---|
HSL | 0.69 | 0.26 | 0.73 |
HSV | 250° | 18° | 80° |
CMYK | 0.15 | 0.18 | 0.00 0.20 |
XYZ | 42.8866 | 41.8977 | 63.5843 |
Yxy | 41.8977 | 0.2891 | 0.2824 |
Hunter Lab | 64.7284 | 4.9926 | -12.9321 |
CIE-Lab | 70.8003 | 9.3598 | -17.5149 |
#afa9cd color RGB value is (175,169,205).
#afa9cd hex color red value is 175, green value is 169 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afa9cd hue: 0.69 , saturation: 0.26 and the lightness value of afa9cd is 0.73.
The process color (four color CMYK) of #afa9cd color hex is 0.15, 0.18, 0.00, 0.20. Web safe color of #afa9cd is #9999cc. Color #afa9cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101001 | 11001101 |
Octal | 257 | 251 | 315 |
Decimal | 175 | 169 | 205 |
Hex | AF | A9 | CD |
Shades of #afa9cd
Tints of #afa9cd
RGB Percentages of Color #afa9cd
CMYK Percentages of Color #afa9cd
Complementary Color
#afa9cd | #c7cda9 |
#afa9cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa9cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa9cd Color CSS Codes
.mybgcolor {background-color:#afa9cd; } .myforecolor {color:#afa9cd; } .mybordercolor {border:3px solid #afa9cd; }
#afa9cd Text Font Color
<p style="color:#afa9cd">Text here</p>
This sample text font color is #afa9cd
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.
#afa9cd Background Color
<div style="background-color:#afa9cd">
Div content here</div>
This div background color is #afa9cd
#afa9cd Border Color
<div style="border:3px solid #afa9cd">
Div here</div>
This div border color is #afa9cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,169,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa9cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa9cd; -webkit-box-shadow: 1px 1px 3px 2px #afa9cd; box-shadow: 1px 1px 3px 2px #afa9cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,169,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa9cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa9cd; -webkit-box-shadow: 1px 1px 3px 2px #afa9cd; box-shadow: 1px 1px 3px 2px #afa9cd;">
Div content here</div>
This div box has shadow with color #afa9cd
Comments
No comments written yet.
Please login to write comment.