Color Hex Logo

#c1cadd Color Hex

#C1CADD
(193,202,221)
0 Favorites   0 Comments

Color spaces of #c1cadd

RGB 193202221
HSL0.610.290.81
HSV221°13°87°
CMYK 0.130.090.00   0.13
XYZ56.164058.799076.7958
Yxy58.79900.29290.3066
Hunter Lab76.6805-3.4500-5.7028
CIE-Lab81.18100.6917-10.4749

#c1cadd color RGB value is (193,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001010 11011101
Octal 301 312 335
Decimal 193 202 221
Hex C1 CA DD

RGB Percentages of Color #c1cadd

%31.33
%32.79
%35.88

CMYK Percentages of Color #c1cadd

%13
%9
%0
%13

Triadic Colors of #c1cadd

#c1cadd #ddc1ca #caddc1

Analogous Colors of #c1cadd

#c1cadd #c6c1dd #c1d8dd

Monochromatic Colors of #c1cadd

#c1cadd

Complementary Color

#c1cadd #ddd4c1

#c1cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cadd Color CSS Codes

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

#c1cadd Text Font Color

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

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


#c1cadd Background Color

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

This div background color is #c1cadd


#c1cadd Border Color

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

This div border color is #c1cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cadd


Comments

No comments written yet.

Please login to write comment.