#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 of #1D6E8C | Value |
---|---|
RGB | 29, 110, 140 |
HSL | 0.55, 0.66, 0.33 |
HSV | 196°, 79°, 55° |
XYZ | 10.81, 13.31, 26.8 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101 | 1101110 | 10001100 |
Octal | 35 | 156 | 214 |
Decimal | 29 | 110 | 140 |
Hex | 1D | 6E | 8C |
Shades of #1D6E8C
Tints of #1D6E8C
.mybgColor {background-color: #1D6E8C;} .myforeColor {color: #1D6E8C;} .myborderColor {border:3px solid #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,
<div style="background-color:#1D6E8C">Div content here</div>
<div style="border:3px solid #1D6E8C">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(29, 110, 140, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #1D6E8C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>