Color spaces of #a9dccc
RGB | 169 | 220 | 204 |
---|---|---|---|
HSL | 0.45 | 0.42 | 0.76 |
HSV | 161° | 23° | 86° |
CMYK | 0.23 | 0.00 | 0.07 0.14 |
XYZ | 52.8545 | 63.9810 | 66.6906 |
Yxy | 63.9810 | 0.2880 | 0.3486 |
Hunter Lab | 79.9881 | -22.0301 | 6.5583 |
CIE-Lab | 83.9559 | -19.6777 | 2.4880 |
#a9dccc color RGB value is (169,220,204).
#a9dccc hex color red value is 169, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a9dccc hue: 0.45 , saturation: 0.42 and the lightness value of a9dccc is 0.76.
The process color (four color CMYK) of #a9dccc color hex is 0.23, 0.00, 0.07, 0.14. Web safe color of #a9dccc is #99cccc. Color #a9dccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 11011100 | 11001100 |
Octal | 251 | 334 | 314 |
Decimal | 169 | 220 | 204 |
Hex | A9 | DC | CC |
Shades of #a9dccc
Tints of #a9dccc
RGB Percentages of Color #a9dccc
CMYK Percentages of Color #a9dccc
Complementary Color
#a9dccc | #dca9b9 |
#a9dccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9dccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9dccc Color CSS Codes
.mybgcolor {background-color:#a9dccc; } .myforecolor {color:#a9dccc; } .mybordercolor {border:3px solid #a9dccc; }
#a9dccc Text Font Color
<p style="color:#a9dccc">Text here</p>
This sample text font color is #a9dccc
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.
#a9dccc Background Color
<div style="background-color:#a9dccc">
Div content here</div>
This div background color is #a9dccc
#a9dccc Border Color
<div style="border:3px solid #a9dccc">
Div here</div>
This div border color is #a9dccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,220,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9dccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9dccc; -webkit-box-shadow: 1px 1px 3px 2px #a9dccc; box-shadow: 1px 1px 3px 2px #a9dccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,220,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9dccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9dccc; -webkit-box-shadow: 1px 1px 3px 2px #a9dccc; box-shadow: 1px 1px 3px 2px #a9dccc;">
Div content here</div>
This div box has shadow with color #a9dccc
Comments
No comments written yet.
Please login to write comment.