color details

Color Details
#1D6E8C Color Hex

#1D6E8C color RGB value is (1, 214, 232).
#1D6E8C hex color red value is 1, green value is 214, and blue value is 232.
Cylindrical-coordinate representations (HSL) of color #1D6E8C hue: 184.68, saturation: 0.99 and lightness: 0.46.

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

Color Spaces
Color spaces of #1D6E8CValue
RGB29, 110, 140
HSL0.55, 0.66, 0.33
HSV196°, 79°, 55°
XYZ10.81, 13.31, 26.8
Base Numbers
Base Red Green Blue
Binary 11101 1101110 10001100
Octal 35 156 214
Decimal 29 110 140
Hex 1D 6E 8C

RGB Percentages for Color #1D6E8C

10.39%
39.43%
50.18%

CMYK Percentages of the Color #1D6E8C

79.29%
21.43%
45.1%
CSS Codes for Color #1D6E8C
.mybgColor {background-color: #1D6E8C;}
.myforeColor {color: #1D6E8C;}
.myborderColor {border:3px solid #1D6E8C;}
Text Font Color #1D6E8C

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

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

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

The background color of this div is #1D6E8C
Border Color #1D6E8C

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

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

<p style="text-shadow: 4px 4px 2px rgba(29, 110, 140, 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 #1D6E8C;">Text here</p>

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

Shadow Div Box

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

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