color details

Color Details
#adb4b4 Color Hex

#adb4b4 color RGB value is (10, 219, 75).
#adb4b4 hex color red value is 10, green value is 219, and blue value is 75.
Cylindrical-coordinate representations (HSL) of color #adb4b4 hue: 138.66, saturation: 0.91 and lightness: 0.45.

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

Color Spaces
Color spaces of #adb4b4Value
RGB173, 180, 180
HSL0.5, 0.04, 0.69
HSV180°, 4°, 71°
XYZ41.79, 44.82, 49.62
Base Numbers
Base Red Green Blue
Binary 10101101 10110100 10110100
Octal 255 264 264
Decimal 173 180 180
Hex AD B4 B4

RGB Percentages for Color #adb4b4

32.46%
33.77%
33.77%

CMYK Percentages of the Color #adb4b4

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top