Color spaces of #aadfce
RGB | 170 | 223 | 206 |
---|---|---|---|
HSL | 0.45 | 0.45 | 0.77 |
HSV | 161° | 24° | 87° |
CMYK | 0.24 | 0.00 | 0.08 0.13 |
XYZ | 54.1058 | 65.7776 | 68.2372 |
Yxy | 65.7776 | 0.2876 | 0.3497 |
Hunter Lab | 81.1034 | -22.8498 | 6.8881 |
CIE-Lab | 84.8828 | -20.4538 | 2.7833 |
#aadfce color RGB value is (170,223,206).
#aadfce hex color red value is 170, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aadfce hue: 0.45 , saturation: 0.45 and the lightness value of aadfce is 0.77.
The process color (four color CMYK) of #aadfce color hex is 0.24, 0.00, 0.08, 0.13. Web safe color of #aadfce is #99cccc. Color #aadfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011111 | 11001110 |
Octal | 252 | 337 | 316 |
Decimal | 170 | 223 | 206 |
Hex | AA | DF | CE |
Shades of #aadfce
Tints of #aadfce
RGB Percentages of Color #aadfce
CMYK Percentages of Color #aadfce
Complementary Color
#aadfce | #dfaabb |
#aadfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadfce Color CSS Codes
.mybgcolor {background-color:#aadfce; } .myforecolor {color:#aadfce; } .mybordercolor {border:3px solid #aadfce; }
#aadfce Text Font Color
<p style="color:#aadfce">Text here</p>
This sample text font color is #aadfce
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.
#aadfce Background Color
<div style="background-color:#aadfce">
Div content here</div>
This div background color is #aadfce
#aadfce Border Color
<div style="border:3px solid #aadfce">
Div here</div>
This div border color is #aadfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadfce; -webkit-box-shadow: 1px 1px 3px 2px #aadfce; box-shadow: 1px 1px 3px 2px #aadfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,223,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 #aadfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadfce; -webkit-box-shadow: 1px 1px 3px 2px #aadfce; box-shadow: 1px 1px 3px 2px #aadfce;">
Div content here</div>
This div box has shadow with color #aadfce
Comments
No comments written yet.
Please login to write comment.