color details

Color Details
#cac5ae Color Hex

#cac5ae color RGB value is (12, 172, 90).
#cac5ae hex color red value is 12, green value is 172, and blue value is 90.
Cylindrical-coordinate representations (HSL) of color #cac5ae hue: 149.25, saturation: 0.87 and lightness: 0.36.

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

Color Spaces
Color spaces of #cac5aeValue
RGB202, 197, 174
HSL0.14, 0.21, 0.74
HSV49°, 14°, 79°
XYZ51.96, 55.55, 48.02
Base Numbers
Base Red Green Blue
Binary 11001010 11000101 10101110
Octal 312 305 256
Decimal 202 197 174
Hex CA C5 AE

RGB Percentages for Color #cac5ae

35.25%
34.38%
30.37%

CMYK Percentages of the Color #cac5ae

2.48%
13.86%
20.78%
CSS Codes for Color #cac5ae
.mybgColor {background-color: #cac5ae;}
.myforeColor {color: #cac5ae;}
.myborderColor {border:3px solid #cac5ae;}
Text Font Color #cac5ae

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(202, 197, 174, 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 #cac5ae;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top