color details

Color Details
#c5baae Color Hex

#c5baae color RGB value is (12, 91, 170).
#c5baae hex color red value is 12, green value is 91, and blue value is 170.
Cylindrical-coordinate representations (HSL) of color #c5baae hue: 210, saturation: 0.87 and lightness: 0.36.

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

Color Spaces
Color spaces of #c5baaeValue
RGB197, 186, 174
HSL0.09, 0.17, 0.73
HSV31°, 12°, 77°
XYZ48.22, 50.04, 47.16
Base Numbers
Base Red Green Blue
Binary 11000101 10111010 10101110
Octal 305 272 256
Decimal 197 186 174
Hex C5 BA AE

RGB Percentages for Color #c5baae

35.37%
33.39%
31.24%

CMYK Percentages of the Color #c5baae

5.58%
11.68%
22.75%
CSS Codes for Color #c5baae
.mybgColor {background-color: #c5baae;}
.myforeColor {color: #c5baae;}
.myborderColor {border:3px solid #c5baae;}
Text Font Color #c5baae

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top