color details

Color Details
#abbdcf Color Hex

#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
Color spaces of #abbdcfValue
RGB171, 189, 207
HSL0.58, 0.27, 0.74
HSV210°, 17°, 81°
XYZ46.25, 49.56, 66.15
Base Numbers
Base Red Green Blue
Binary 10101011 10111101 11001111
Octal 253 275 317
Decimal 171 189 207
Hex AB BD CF

RGB Percentages for Color #abbdcf

30.16%
33.33%
36.51%

CMYK Percentages of the Color #abbdcf

17.39%
8.7%
18.82%
CSS Codes for Color #abbdcf
.mybgColor {background-color: #abbdcf;}
.myforeColor {color: #abbdcf;}
.myborderColor {border:3px solid #abbdcf;}
Text Font Color #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,

Background Color #abbdcf

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

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

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

The border color of this div is #abbdcf
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<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>

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

Scroll to Top