#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 of #adbdcb | Value |
---|---|
RGB | 173, 189, 203 |
HSL | 0.58, 0.22, 0.74 |
HSV | 208°, 15°, 80° |
XYZ | 46.21, 49.59, 63.63 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111101 | 11001011 |
Octal | 255 | 275 | 313 |
Decimal | 173 | 189 | 203 |
Hex | AD | BD | CB |
Shades of #adbdcb
Tints of #adbdcb
.mybgColor {background-color: #adbdcb;} .myforeColor {color: #adbdcb;} .myborderColor {border:3px solid #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,
<div style="background-color:#adbdcb">Div content here</div>
<div style="border:3px solid #adbdcb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(173, 189, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #adbdcb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>