#CD8E3C color RGB value is (12, 216, 227).
#CD8E3C hex color red value is 12, green value is 216, and blue value is 227.
Cylindrical-coordinate representations (HSL) of color #CD8E3C
hue: 183.07,
saturation: 0.9 and lightness: 0.47.
The process color (four-color CMYK) of #CD8E3C color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #CD8E3C is #ff9999. Color #CD8E3C contains mainly RED.
Color spaces of #CD8E3C | Value |
---|---|
RGB | 205, 142, 60 |
HSL | 0.09, 0.59, 0.52 |
HSV | 34°, 71°, 80° |
XYZ | 35.67, 32.65, 8.7 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10001110 | 111100 |
Octal | 315 | 216 | 74 |
Decimal | 205 | 142 | 60 |
Hex | CD | 8E | 3C |
Shades of #CD8E3C
Tints of #CD8E3C
.mybgColor {background-color: #CD8E3C;} .myforeColor {color: #CD8E3C;} .myborderColor {border:3px solid #CD8E3C;}
<p style="color:#CD8E3C">Text here</p>
This sample text is styled with the font color #CD8E3C. 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:#CD8E3C">Div content here</div>
<div style="border:3px solid #CD8E3C">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205, 142, 60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #CD8E3C; } .divShadow { -moz-box-shadow: 1px 1px 3px #CD8E3C; -webkit-box-shadow: 1px 1px 3px #CD8E3C; box-shadow: 1px 1px 3px #CD8E3C; }
<p style="text-shadow: 4px 4px 2px rgba(205, 142, 60, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #CD8E3C;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #CD8E3C;
-webkit-box-shadow: 1px 1px 3px #CD8E3C;
box-shadow: 1px 1px 3px #CD8E3C;">Div content here</div>