Color spaces of #ada3cd
RGB | 173 | 163 | 205 |
---|---|---|---|
HSL | 0.71 | 0.30 | 0.72 |
HSV | 254° | 20° | 80° |
CMYK | 0.16 | 0.20 | 0.00 0.20 |
XYZ | 41.3502 | 39.4864 | 63.1999 |
Yxy | 39.4864 | 0.2871 | 0.2741 |
Hunter Lab | 62.8382 | 7.4937 | -15.6445 |
CIE-Lab | 69.1021 | 12.0442 | -20.1052 |
#ada3cd color RGB value is (173,163,205).
#ada3cd hex color red value is 173, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ada3cd hue: 0.71 , saturation: 0.30 and the lightness value of ada3cd is 0.72.
The process color (four color CMYK) of #ada3cd color hex is 0.16, 0.20, 0.00, 0.20. Web safe color of #ada3cd is #9999cc. Color #ada3cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100011 | 11001101 |
Octal | 255 | 243 | 315 |
Decimal | 173 | 163 | 205 |
Hex | AD | A3 | CD |
Shades of #ada3cd
Tints of #ada3cd
RGB Percentages of Color #ada3cd
CMYK Percentages of Color #ada3cd
Complementary Color
#ada3cd | #c3cda3 |
#ada3cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada3cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada3cd Color CSS Codes
.mybgcolor {background-color:#ada3cd; } .myforecolor {color:#ada3cd; } .mybordercolor {border:3px solid #ada3cd; }
#ada3cd Text Font Color
<p style="color:#ada3cd">Text here</p>
This sample text font color is #ada3cd
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.
#ada3cd Background Color
<div style="background-color:#ada3cd">
Div content here</div>
This div background color is #ada3cd
#ada3cd Border Color
<div style="border:3px solid #ada3cd">
Div here</div>
This div border color is #ada3cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,163,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada3cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada3cd; -webkit-box-shadow: 1px 1px 3px 2px #ada3cd; box-shadow: 1px 1px 3px 2px #ada3cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,163,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 #ada3cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada3cd; -webkit-box-shadow: 1px 1px 3px 2px #ada3cd; box-shadow: 1px 1px 3px 2px #ada3cd;">
Div content here</div>
This div box has shadow with color #ada3cd
Comments
No comments written yet.
Please login to write comment.