color details

Color Details
#a9ddcf Color Hex

#a9ddcf color RGB value is (10, 157, 220).
#a9ddcf hex color red value is 10, green value is 157, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #a9ddcf hue: 198, saturation: 0.91 and lightness: 0.45.

The process color (four-color CMYK) of #a9ddcf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a9ddcf is #ff9999. Color #a9ddcf contains mainly RED.

Color Spaces
Color spaces of #a9ddcfValue
RGB169, 221, 207
HSL0.46, 0.43, 0.76
HSV164°, 24°, 87°
XYZ53.48, 64.65, 68.68
Base Numbers
Base Red Green Blue
Binary 10101001 11011101 11001111
Octal 251 335 317
Decimal 169 221 207
Hex A9 DD CF

RGB Percentages for Color #a9ddcf

28.31%
37.02%
34.67%

CMYK Percentages of the Color #a9ddcf

23.53%
6.33%
13.33%
CSS Codes for Color #a9ddcf
.mybgColor {background-color: #a9ddcf;}
.myforeColor {color: #a9ddcf;}
.myborderColor {border:3px solid #a9ddcf;}
Text Font Color #a9ddcf

<p style="color:#a9ddcf">Text here</p>

This sample text is styled with the font color #a9ddcf. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #a9ddcf

<div style="background-color:#a9ddcf">Div content here</div>

The background color of this div is #a9ddcf
Border Color #a9ddcf

<div style="border:3px solid #a9ddcf">Div here</div>

The border color of this div is #a9ddcf
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(169, 221, 207, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a9ddcf;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a9ddcf;
-webkit-box-shadow: 1px 1px 3px #a9ddcf;
box-shadow: 1px 1px 3px #a9ddcf;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169, 221, 207, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a9ddcf;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a9ddcf; -webkit-box-shadow: 1px 1px 3px #a9ddcf; box-shadow: 1px 1px 3px #a9ddcf;">Div content here</div>

This div box has a shadow with a specified color. #a9ddcf

Scroll to Top