#abbdcf color RGB value is (10, 187, 220).
#abbdcf hex color red value is 10, green value is 187, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #abbdcf
hue: 189.43,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #abbdcf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #abbdcf is #ff9999. Color #abbdcf contains mainly RED.
| Color spaces of #abbdcf | Value |
|---|---|
| RGB | 171, 189, 207 |
| HSL | 0.58, 0.27, 0.74 |
| HSV | 210°, 17°, 81° |
| XYZ | 46.25, 49.56, 66.15 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101011 | 10111101 | 11001111 |
| Octal | 253 | 275 | 317 |
| Decimal | 171 | 189 | 207 |
| Hex | AB | BD | CF |
Shades of #abbdcf
Tints of #abbdcf
.mybgColor {background-color: #abbdcf;}
.myforeColor {color: #abbdcf;}
.myborderColor {border:3px solid #abbdcf;}
<p style="color:#abbdcf">Text here</p>
This sample text is styled with the font color #abbdcf. 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:#abbdcf">Div content here</div>
<div style="border:3px solid #abbdcf">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(171, 189, 207, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #abbdcf; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #abbdcf;
-webkit-box-shadow: 1px 1px 3px #abbdcf;
box-shadow: 1px 1px 3px #abbdcf; }
<p style="text-shadow: 4px 4px 2px rgba(171, 189, 207, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #abbdcf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #abbdcf;
-webkit-box-shadow: 1px 1px 3px #abbdcf;
box-shadow: 1px 1px 3px #abbdcf;">Div content here</div>
