Color Hex Logo

#c0cadd Color Hex

#C0CADD
(192,202,221)
0 Favorites   0 Comments

Color spaces of #c0cadd

RGB 192202221
HSL0.610.300.81
HSV219°13°87°
CMYK 0.130.090.00   0.13
XYZ55.909958.668076.7839
Yxy58.66800.29220.3066
Hunter Lab76.5950-3.7468-5.8197
CIE-Lab81.10880.3693-10.5902

#c0cadd color RGB value is (192,202,221).

#c0cadd hex color red value is 192, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c0cadd hue: 0.61 , saturation: 0.30 and the lightness value of c0cadd is 0.81.

The process color (four color CMYK) of #c0cadd color hex is 0.13, 0.09, 0.00, 0.13. Web safe color of #c0cadd is #cccccc. Color #c0cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001010 11011101
Octal 300 312 335
Decimal 192 202 221
Hex C0 CA DD

RGB Percentages of Color #c0cadd

%31.22
%32.85
%35.93

CMYK Percentages of Color #c0cadd

%13
%9
%0
%13

Triadic Colors of #c0cadd

#c0cadd #ddc0ca #caddc0

Analogous Colors of #c0cadd

#c0cadd #c5c0dd #c0d9dd

Monochromatic Colors of #c0cadd

#c0cadd

Complementary Color

#c0cadd #ddd3c0

#c0cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cadd Color CSS Codes

.mybgcolor {background-color:#c0cadd; } 
.myforecolor {color:#c0cadd; }
.mybordercolor {border:3px solid #c0cadd; }

#c0cadd Text Font Color

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

This sample text font color is #c0cadd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0cadd Background Color

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

This div background color is #c0cadd


#c0cadd Border Color

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

This div border color is #c0cadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,202,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0cadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0cadd;
  -webkit-box-shadow: 1px 1px 3px 2px #c0cadd;
  box-shadow:         1px 1px 3px 2px #c0cadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,202,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0cadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cadd


Comments

No comments written yet.

Please login to write comment.