color details

Color Details
#aadabc Color Hex

#aadabc color RGB value is (10, 173, 171).
#aadabc hex color red value is 10, green value is 173, and blue value is 171.
Cylindrical-coordinate representations (HSL) of color #aadabc hue: 179.26, saturation: 0.89 and lightness: 0.36.

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

Color Spaces
Color spaces of #aadabcValue
RGB170, 218, 188
HSL0.4, 0.39, 0.76
HSV143°, 22°, 85°
XYZ50.72, 62.32, 56.92
Base Numbers
Base Red Green Blue
Binary 10101010 11011010 10111100
Octal 252 332 274
Decimal 170 218 188
Hex AA DA BC

RGB Percentages for Color #aadabc

29.51%
37.85%
32.64%

CMYK Percentages of the Color #aadabc

22.02%
13.76%
14.51%
CSS Codes for Color #aadabc
.mybgColor {background-color: #aadabc;}
.myforeColor {color: #aadabc;}
.myborderColor {border:3px solid #aadabc;}
Text Font Color #aadabc

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #aadabc
Scroll to Top