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