color details

Color Details
#c0cedb Color Hex

#c0cedb color RGB value is (12, 12, 237).
#c0cedb hex color red value is 12, green value is 12, and blue value is 237.
Cylindrical-coordinate representations (HSL) of color #c0cedb hue: 240, saturation: 0.9 and lightness: 0.49.

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

Color Spaces
Color spaces of #c0cedbValue
RGB192, 206, 219
HSL0.58, 0.27, 0.81
HSV209°, 12°, 86°
XYZ56.59, 60.46, 75.69
Base Numbers
Base Red Green Blue
Binary 11000000 11001110 11011011
Octal 300 316 333
Decimal 192 206 219
Hex C0 CE DB

RGB Percentages for Color #c0cedb

31.12%
33.39%
35.49%

CMYK Percentages of the Color #c0cedb

12.33%
5.94%
14.12%
CSS Codes for Color #c0cedb
.mybgColor {background-color: #c0cedb;}
.myforeColor {color: #c0cedb;}
.myborderColor {border:3px solid #c0cedb;}
Text Font Color #c0cedb

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top