#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 of #c5cdad | Value |
|---|---|
| RGB | 197, 205, 173 |
| HSL | 0.21, 0.24, 0.74 |
| HSV | 75°, 16°, 80° |
| XYZ | 52.4, 58.55, 48.07 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000101 | 11001101 | 10101101 |
| Octal | 305 | 315 | 255 |
| Decimal | 197 | 205 | 173 |
| Hex | C5 | CD | AD |
Shades of #c5cdad
Tints of #c5cdad
.mybgColor {background-color: #c5cdad;}
.myforeColor {color: #c5cdad;}
.myborderColor {border:3px solid #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,
<div style="background-color:#c5cdad">Div content here</div>
<div style="border:3px solid #c5cdad">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(197, 205, 173, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c5cdad;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
