color details

Color Details
#c5cdad Color Hex

#c5cdad color RGB value is (12, 92, 218).
#c5cdad hex color red value is 12, green value is 92, and blue value is 218.
Cylindrical-coordinate representations (HSL) of color #c5cdad hue: 216.7, saturation: 0.9 and lightness: 0.45.

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

Color Spaces
Color spaces of #c5cdadValue
RGB197, 205, 173
HSL0.21, 0.24, 0.74
HSV75°, 16°, 80°
XYZ52.4, 58.55, 48.07
Base Numbers
Base Red Green Blue
Binary 11000101 11001101 10101101
Octal 305 315 255
Decimal 197 205 173
Hex C5 CD AD

RGB Percentages for Color #c5cdad

34.26%
35.65%
30.09%

CMYK Percentages of the Color #c5cdad

3.9%
15.61%
19.61%
CSS Codes for Color #c5cdad
.mybgColor {background-color: #c5cdad;}
.myforeColor {color: #c5cdad;}
.myborderColor {border:3px solid #c5cdad;}
Text Font Color #c5cdad

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top