Color Hex Logo

#c9cadd Color Hex

#C9CADD
(201,202,221)
0 Favorites   0 Comments

Color spaces of #c9cadd

RGB 201202221
HSL0.660.230.83
HSV237°87°
CMYK 0.090.090.00   0.13
XYZ58.259159.879076.8938
Yxy59.87900.29870.3070
Hunter Lab77.3815-1.0284-4.7492
CIE-Lab81.77243.2962-9.5310

#c9cadd color RGB value is (201,202,221).

#c9cadd hex color red value is 201, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c9cadd hue: 0.66 , saturation: 0.23 and the lightness value of c9cadd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11011101
Octal 311 312 335
Decimal 201 202 221
Hex C9 CA DD

RGB Percentages of Color #c9cadd

%32.21
%32.37
%35.42

CMYK Percentages of Color #c9cadd

%9
%9
%0
%13

Triadic Colors of #c9cadd

#c9cadd #ddc9ca #caddc9

Analogous Colors of #c9cadd

#c9cadd #d2c9dd #c9d4dd

Monochromatic Colors of #c9cadd

#c9cadd

Complementary Color

#c9cadd #dddcc9

#c9cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cadd Color CSS Codes

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

#c9cadd Text Font Color

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

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


#c9cadd Background Color

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

This div background color is #c9cadd


#c9cadd Border Color

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

This div border color is #c9cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cadd

#c9cadd Color Palettes


Comments

No comments written yet.

Please login to write comment.