Color spaces of #aadbce
RGB | 170 | 219 | 206 |
---|---|---|---|
HSL | 0.46 | 0.40 | 0.76 |
HSV | 164° | 22° | 86° |
CMYK | 0.22 | 0.00 | 0.06 0.14 |
XYZ | 53.0497 | 63.6653 | 67.8851 |
Yxy | 63.6653 | 0.2874 | 0.3449 |
Hunter Lab | 79.7905 | -20.9556 | 5.4100 |
CIE-Lab | 83.7912 | -18.4623 | 1.1960 |
#aadbce color RGB value is (170,219,206).
#aadbce hex color red value is 170, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aadbce hue: 0.46 , saturation: 0.40 and the lightness value of aadbce is 0.76.
The process color (four color CMYK) of #aadbce color hex is 0.22, 0.00, 0.06, 0.14. Web safe color of #aadbce is #99cccc. Color #aadbce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011011 | 11001110 |
Octal | 252 | 333 | 316 |
Decimal | 170 | 219 | 206 |
Hex | AA | DB | CE |
Shades of #aadbce
Tints of #aadbce
RGB Percentages of Color #aadbce
CMYK Percentages of Color #aadbce
Complementary Color
#aadbce | #dbaab7 |
#aadbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadbce Color CSS Codes
.mybgcolor {background-color:#aadbce; } .myforecolor {color:#aadbce; } .mybordercolor {border:3px solid #aadbce; }
#aadbce Text Font Color
<p style="color:#aadbce">Text here</p>
This sample text font color is #aadbce
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.
#aadbce Background Color
<div style="background-color:#aadbce">
Div content here</div>
This div background color is #aadbce
#aadbce Border Color
<div style="border:3px solid #aadbce">
Div here</div>
This div border color is #aadbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,219,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadbce; -webkit-box-shadow: 1px 1px 3px 2px #aadbce; box-shadow: 1px 1px 3px 2px #aadbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,219,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadbce; -webkit-box-shadow: 1px 1px 3px 2px #aadbce; box-shadow: 1px 1px 3px 2px #aadbce;">
Div content here</div>
This div box has shadow with color #aadbce
Comments
No comments written yet.
Please login to write comment.