Color Hex Logo

#c9dcde Color Hex

#C9DCDE
(201,220,222)
0 Favorites   0 Comments

Color spaces of #c9dcde

RGB 201220222
HSL0.520.240.83
HSV186°87°
CMYK 0.090.010.00   0.13
XYZ62.865468.877879.0886
Yxy68.87780.29820.3267
Hunter Lab82.9927-10.02671.5939
CIE-Lab86.4435-5.9268-3.1560

#c9dcde color RGB value is (201,220,222).

#c9dcde hex color red value is 201, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c9dcde hue: 0.52 , saturation: 0.24 and the lightness value of c9dcde is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011100 11011110
Octal 311 334 336
Decimal 201 220 222
Hex C9 DC DE

RGB Percentages of Color #c9dcde

%31.26
%34.21
%34.53

CMYK Percentages of Color #c9dcde

%9
%1
%0
%13

Triadic Colors of #c9dcde

#c9dcde #dec9dc #dcdec9

Analogous Colors of #c9dcde

#c9dcde #c9d2de #c9ded6

Monochromatic Colors of #c9dcde

#c9dcde

Complementary Color

#c9dcde #decbc9

#c9dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dcde Color CSS Codes

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

#c9dcde Text Font Color

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

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


#c9dcde Background Color

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

This div background color is #c9dcde


#c9dcde Border Color

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

This div border color is #c9dcde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,220,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dcde


Comments

No comments written yet.

Please login to write comment.