color details

Color Details
#cccce0 Color Hex

#cccce0 color RGB value is (12, 204, 206).
#cccce0 hex color red value is 12, green value is 204, and blue value is 206.
Cylindrical-coordinate representations (HSL) of color #cccce0 hue: 180.62, saturation: 0.89 and lightness: 0.43.

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

Color Spaces
Color spaces of #cccce0Value
RGB204, 204, 224
HSL0.67, 0.24, 0.84
HSV240°, 9°, 88°
XYZ59.95, 61.4, 79.2
Base Numbers
Base Red Green Blue
Binary 11001100 11001100 11100000
Octal 314 314 340
Decimal 204 204 224
Hex CC CC E0

RGB Percentages for Color #cccce0

32.28%
32.28%
35.44%

CMYK Percentages of the Color #cccce0

8.93%
8.93%
12.16%
CSS Codes for Color #cccce0
.mybgColor {background-color: #cccce0;}
.myforeColor {color: #cccce0;}
.myborderColor {border:3px solid #cccce0;}
Text Font Color #cccce0

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top