Color spaces of #aadacd
RGB | 170 | 218 | 205 |
---|---|---|---|
HSL | 0.45 | 0.39 | 0.76 |
HSV | 164° | 22° | 85° |
CMYK | 0.22 | 0.00 | 0.06 0.15 |
XYZ | 52.6684 | 63.0966 | 67.1606 |
Yxy | 63.0966 | 0.2879 | 0.3449 |
Hunter Lab | 79.4334 | -20.6537 | 5.4739 |
CIE-Lab | 83.4932 | -18.1664 | 1.2922 |
#aadacd color RGB value is (170,218,205).
#aadacd hex color red value is 170, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aadacd hue: 0.45 , saturation: 0.39 and the lightness value of aadacd is 0.76.
The process color (four color CMYK) of #aadacd color hex is 0.22, 0.00, 0.06, 0.15. Web safe color of #aadacd is #99cccc. Color #aadacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011010 | 11001101 |
Octal | 252 | 332 | 315 |
Decimal | 170 | 218 | 205 |
Hex | AA | DA | CD |
Shades of #aadacd
Tints of #aadacd
RGB Percentages of Color #aadacd
CMYK Percentages of Color #aadacd
Complementary Color
#aadacd | #daaab7 |
#aadacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadacd Color CSS Codes
.mybgcolor {background-color:#aadacd; } .myforecolor {color:#aadacd; } .mybordercolor {border:3px solid #aadacd; }
#aadacd Text Font Color
<p style="color:#aadacd">Text here</p>
This sample text font color is #aadacd
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.
#aadacd Background Color
<div style="background-color:#aadacd">
Div content here</div>
This div background color is #aadacd
#aadacd Border Color
<div style="border:3px solid #aadacd">
Div here</div>
This div border color is #aadacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,218,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadacd; -webkit-box-shadow: 1px 1px 3px 2px #aadacd; box-shadow: 1px 1px 3px 2px #aadacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,218,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 #aadacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadacd; -webkit-box-shadow: 1px 1px 3px 2px #aadacd; box-shadow: 1px 1px 3px 2px #aadacd;">
Div content here</div>
This div box has shadow with color #aadacd
Comments
No comments written yet.
Please login to write comment.