color details

Color Details
#adadad Color Hex

#adadad color RGB value is (10, 218, 218).
#adadad hex color red value is 10, green value is 218, and blue value is 218.
Cylindrical-coordinate representations (HSL) of color #adadad hue: 180, saturation: 0.91 and lightness: 0.45.

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

Color Spaces
Color spaces of #adadadValue
RGB173, 173, 173
HSL0, 0, 0.68
HSV0°, 0°, 68°
XYZ39.72, 41.79, 45.5
Base Numbers
Base Red Green Blue
Binary 10101101 10101101 10101101
Octal 255 255 255
Decimal 173 173 173
Hex AD AD AD

RGB Percentages for Color #adadad

33.33%
33.33%
33.33%

CMYK Percentages of the Color #adadad

32.16%
CSS Codes for Color #adadad
.mybgColor {background-color: #adadad;}
.myforeColor {color: #adadad;}
.myborderColor {border:3px solid #adadad;}
Text Font Color #adadad

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top