Color spaces of #ad9bcc
RGB | 173 | 155 | 204 |
---|---|---|---|
HSL | 0.73 | 0.32 | 0.70 |
HSV | 262° | 24° | 80° |
CMYK | 0.15 | 0.24 | 0.00 0.20 |
XYZ | 39.8540 | 36.6866 | 62.1074 |
Yxy | 36.6866 | 0.2874 | 0.2646 |
Hunter Lab | 60.5695 | 11.4544 | -18.3968 |
CIE-Lab | 67.0412 | 16.3016 | -22.6916 |
#ad9bcc color RGB value is (173,155,204).
#ad9bcc hex color red value is 173, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad9bcc hue: 0.73 , saturation: 0.32 and the lightness value of ad9bcc is 0.70.
The process color (four color CMYK) of #ad9bcc color hex is 0.15, 0.24, 0.00, 0.20. Web safe color of #ad9bcc is #9999cc. Color #ad9bcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10011011 | 11001100 |
Octal | 255 | 233 | 314 |
Decimal | 173 | 155 | 204 |
Hex | AD | 9B | CC |
Shades of #ad9bcc
Tints of #ad9bcc
RGB Percentages of Color #ad9bcc
CMYK Percentages of Color #ad9bcc
Complementary Color
#ad9bcc | #bacc9b |
#ad9bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad9bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad9bcc Color CSS Codes
.mybgcolor {background-color:#ad9bcc; } .myforecolor {color:#ad9bcc; } .mybordercolor {border:3px solid #ad9bcc; }
#ad9bcc Text Font Color
<p style="color:#ad9bcc">Text here</p>
This sample text font color is #ad9bcc
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.
#ad9bcc Background Color
<div style="background-color:#ad9bcc">
Div content here</div>
This div background color is #ad9bcc
#ad9bcc Border Color
<div style="border:3px solid #ad9bcc">
Div here</div>
This div border color is #ad9bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,155,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad9bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad9bcc; -webkit-box-shadow: 1px 1px 3px 2px #ad9bcc; box-shadow: 1px 1px 3px 2px #ad9bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,155,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad9bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad9bcc; -webkit-box-shadow: 1px 1px 3px 2px #ad9bcc; box-shadow: 1px 1px 3px 2px #ad9bcc;">
Div content here</div>
This div box has shadow with color #ad9bcc
Comments
No comments written yet.
Please login to write comment.