color details

Color Details
#adbdcb Color Hex

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

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

Color Spaces
Color spaces of #adbdcbValue
RGB173, 189, 203
HSL0.58, 0.22, 0.74
HSV208°, 15°, 80°
XYZ46.21, 49.59, 63.63
Base Numbers
Base Red Green Blue
Binary 10101101 10111101 11001011
Octal 255 275 313
Decimal 173 189 203
Hex AD BD CB

RGB Percentages for Color #adbdcb

30.62%
33.45%
35.93%

CMYK Percentages of the Color #adbdcb

14.78%
6.9%
20.39%
CSS Codes for Color #adbdcb
.mybgColor {background-color: #adbdcb;}
.myforeColor {color: #adbdcb;}
.myborderColor {border:3px solid #adbdcb;}
Text Font Color #adbdcb

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

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

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

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

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

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

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

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

Shadow Div Box

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

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