Color spaces of #aadacb
RGB | 170 | 218 | 203 |
---|---|---|---|
HSL | 0.45 | 0.39 | 0.76 |
HSV | 161° | 22° | 85° |
CMYK | 0.22 | 0.00 | 0.07 0.15 |
XYZ | 52.4285 | 63.0007 | 65.8970 |
Yxy | 63.0007 | 0.2891 | 0.3474 |
Hunter Lab | 79.3730 | -20.9975 | 6.3374 |
CIE-Lab | 83.4427 | -18.5735 | 2.2797 |
#aadacb color RGB value is (170,218,203).
#aadacb hex color red value is 170, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aadacb hue: 0.45 , saturation: 0.39 and the lightness value of aadacb is 0.76.
The process color (four color CMYK) of #aadacb color hex is 0.22, 0.00, 0.07, 0.15. Web safe color of #aadacb is #99cccc. Color #aadacb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011010 | 11001011 |
Octal | 252 | 332 | 313 |
Decimal | 170 | 218 | 203 |
Hex | AA | DA | CB |
Shades of #aadacb
Tints of #aadacb
RGB Percentages of Color #aadacb
CMYK Percentages of Color #aadacb
Complementary Color
#aadacb | #daaab9 |
#aadacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadacb Color CSS Codes
.mybgcolor {background-color:#aadacb; } .myforecolor {color:#aadacb; } .mybordercolor {border:3px solid #aadacb; }
#aadacb Text Font Color
<p style="color:#aadacb">Text here</p>
This sample text font color is #aadacb
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.
#aadacb Background Color
<div style="background-color:#aadacb">
Div content here</div>
This div background color is #aadacb
#aadacb Border Color
<div style="border:3px solid #aadacb">
Div here</div>
This div border color is #aadacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,218,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadacb; -webkit-box-shadow: 1px 1px 3px 2px #aadacb; box-shadow: 1px 1px 3px 2px #aadacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,218,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadacb; -webkit-box-shadow: 1px 1px 3px 2px #aadacb; box-shadow: 1px 1px 3px 2px #aadacb;">
Div content here</div>
This div box has shadow with color #aadacb
Comments
No comments written yet.
Please login to write comment.