color details

Color Details
#adc1aa Color Hex

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

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

Color Spaces
Color spaces of #adc1aaValue
RGB173, 193, 170
HSL0.31, 0.16, 0.71
HSV112°, 12°, 76°
XYZ43.56, 49.93, 45.36
Base Numbers
Base Red Green Blue
Binary 10101101 11000001 10101010
Octal 255 301 252
Decimal 173 193 170
Hex AD C1 AA

RGB Percentages for Color #adc1aa

32.28%
36.01%
31.72%

CMYK Percentages of the Color #adc1aa

10.36%
11.92%
24.31%
CSS Codes for Color #adc1aa
.mybgColor {background-color: #adc1aa;}
.myforeColor {color: #adc1aa;}
.myborderColor {border:3px solid #adc1aa;}
Text Font Color #adc1aa

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

This sample text is styled with the font color #adc1aa. 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 #adc1aa

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(173, 193, 170, 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 #adc1aa;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top