Color spaces of #a9cddc
RGB | 169 | 205 | 220 |
---|---|---|---|
HSL | 0.55 | 0.42 | 0.76 |
HSV | 198° | 23° | 86° |
CMYK | 0.23 | 0.07 | 0.00 0.14 |
XYZ | 51.1118 | 57.2650 | 76.0695 |
Yxy | 57.2650 | 0.2771 | 0.3105 |
Hunter Lab | 75.6736 | -11.8657 | -6.6286 |
CIE-Lab | 80.3284 | -8.6116 | -11.3818 |
#a9cddc color RGB value is (169,205,220).
#a9cddc hex color red value is 169, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a9cddc hue: 0.55 , saturation: 0.42 and the lightness value of a9cddc is 0.76.
The process color (four color CMYK) of #a9cddc color hex is 0.23, 0.07, 0.00, 0.14. Web safe color of #a9cddc is #99cccc. Color #a9cddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 11001101 | 11011100 |
Octal | 251 | 315 | 334 |
Decimal | 169 | 205 | 220 |
Hex | A9 | CD | DC |
Shades of #a9cddc
Tints of #a9cddc
RGB Percentages of Color #a9cddc
CMYK Percentages of Color #a9cddc
Complementary Color
#a9cddc | #dcb8a9 |
#a9cddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9cddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9cddc Color CSS Codes
.mybgcolor {background-color:#a9cddc; } .myforecolor {color:#a9cddc; } .mybordercolor {border:3px solid #a9cddc; }
#a9cddc Text Font Color
<p style="color:#a9cddc">Text here</p>
This sample text font color is #a9cddc
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.
#a9cddc Background Color
<div style="background-color:#a9cddc">
Div content here</div>
This div background color is #a9cddc
#a9cddc Border Color
<div style="border:3px solid #a9cddc">
Div here</div>
This div border color is #a9cddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,205,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9cddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9cddc; -webkit-box-shadow: 1px 1px 3px 2px #a9cddc; box-shadow: 1px 1px 3px 2px #a9cddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,205,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9cddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9cddc; -webkit-box-shadow: 1px 1px 3px 2px #a9cddc; box-shadow: 1px 1px 3px 2px #a9cddc;">
Div content here</div>
This div box has shadow with color #a9cddc
Comments
No comments written yet.
Please login to write comment.