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