color details

Color Details
#ceadca Color Hex

#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
Color spaces of #ceadcaValue
RGB206, 173, 202
HSL0.85, 0.25, 0.74
HSV307°, 16°, 81°
XYZ51.06, 47.27, 62.3
Base Numbers
Base Red Green Blue
Binary 11001110 10101101 11001010
Octal 316 255 312
Decimal 206 173 202
Hex CE AD CA

RGB Percentages for Color #ceadca

35.46%
29.78%
34.77%

CMYK Percentages of the Color #ceadca

16.02%
1.94%
19.22%
CSS Codes for Color #ceadca
.mybgColor {background-color: #ceadca;}
.myforeColor {color: #ceadca;}
.myborderColor {border:3px solid #ceadca;}
Text Font Color #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,

Background Color #ceadca

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

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

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

The border color of this div is #ceadca
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<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>

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

Scroll to Top