color details

Color Details
#CD8E3C Color Hex

#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
Color spaces of #CD8E3CValue
RGB205, 142, 60
HSL0.09, 0.59, 0.52
HSV34°, 71°, 80°
XYZ35.67, 32.65, 8.7
Base Numbers
Base Red Green Blue
Binary 11001101 10001110 111100
Octal 315 216 74
Decimal 205 142 60
Hex CD 8E 3C

RGB Percentages for Color #CD8E3C

50.37%
34.89%
14.74%

CMYK Percentages of the Color #CD8E3C

30.73%
70.73%
19.61%
CSS Codes for Color #CD8E3C
.mybgColor {background-color: #CD8E3C;}
.myforeColor {color: #CD8E3C;}
.myborderColor {border:3px solid #CD8E3C;}
Text Font Color #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,

Background Color #CD8E3C

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(205, 142, 60, 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 #CD8E3C;">Text here</p>

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

Shadow Div Box

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

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