Color Hex Logo

#c2cadd Color Hex

#C2CADD
(194,202,221)
0 Favorites   0 Comments

Color spaces of #c2cadd

RGB 194202221
HSL0.620.280.81
HSV222°12°87°
CMYK 0.120.090.00   0.13
XYZ56.419858.930976.8078
Yxy58.93090.29360.3067
Hunter Lab76.7665-3.1521-5.5854
CIE-Lab81.25361.0147-10.3590

#c2cadd color RGB value is (194,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001010 11011101
Octal 302 312 335
Decimal 194 202 221
Hex C2 CA DD

RGB Percentages of Color #c2cadd

%31.44
%32.74
%35.82

CMYK Percentages of Color #c2cadd

%12
%9
%0
%13

Triadic Colors of #c2cadd

#c2cadd #ddc2ca #caddc2

Analogous Colors of #c2cadd

#c2cadd #c8c2dd #c2d8dd

Monochromatic Colors of #c2cadd

#c2cadd

Complementary Color

#c2cadd #ddd5c2

#c2cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cadd Color CSS Codes

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

#c2cadd Text Font Color

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

This sample text font color is #c2cadd
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.


#c2cadd Background Color

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

This div background color is #c2cadd


#c2cadd Border Color

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

This div border color is #c2cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cadd


Comments

No comments written yet.

Please login to write comment.