#ceadca color RGB value is (12, 234, 220).
#ceadca hex color red value is 12, green value is 234, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #ceadca
hue: 176.22,
saturation: 0.9 and lightness: 0.48.
The process color (four-color CMYK) of #ceadca color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ceadca is #ff9999. Color #ceadca contains mainly RED.
| Color spaces of #ceadca | Value |
|---|---|
| RGB | 206, 173, 202 |
| HSL | 0.85, 0.25, 0.74 |
| HSV | 307°, 16°, 81° |
| XYZ | 51.06, 47.27, 62.3 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001110 | 10101101 | 11001010 |
| Octal | 316 | 255 | 312 |
| Decimal | 206 | 173 | 202 |
| Hex | CE | AD | CA |
Shades of #ceadca
Tints of #ceadca
.mybgColor {background-color: #ceadca;}
.myforeColor {color: #ceadca;}
.myborderColor {border:3px solid #ceadca;}
<p style="color:#ceadca">Text here</p>
This sample text is styled with the font color #ceadca. 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:#ceadca">Div content here</div>
<div style="border:3px solid #ceadca">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(206, 173, 202, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ceadca; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ceadca;
-webkit-box-shadow: 1px 1px 3px #ceadca;
box-shadow: 1px 1px 3px #ceadca; }
<p style="text-shadow: 4px 4px 2px rgba(206, 173, 202, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ceadca;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ceadca;
-webkit-box-shadow: 1px 1px 3px #ceadca;
box-shadow: 1px 1px 3px #ceadca;">Div content here</div>
