Color Hex Logo

#c9dced Color Hex

#C9DCED
(201,220,237)
0 Favorites   0 Comments

Color spaces of #c9dced

RGB 201220237
HSL0.580.500.86
HSV208°15°93°
CMYK 0.150.070.00   0.07
XYZ64.966769.718390.1536
Yxy69.71830.28890.3101
Hunter Lab83.4975-7.2355-5.5681
CIE-Lab86.8585-2.9149-10.4615

#c9dced color RGB value is (201,220,237).

#c9dced hex color red value is 201, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c9dced hue: 0.58 , saturation: 0.50 and the lightness value of c9dced is 0.86.

The process color (four color CMYK) of #c9dced color hex is 0.15, 0.07, 0.00, 0.07. Web safe color of #c9dced is #ccccff. Color #c9dced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011100 11101101
Octal 311 334 355
Decimal 201 220 237
Hex C9 DC ED

RGB Percentages of Color #c9dced

%30.55
%33.43
%36.02

CMYK Percentages of Color #c9dced

%15
%7
%0
%7

Triadic Colors of #c9dced

#c9dced #edc9dc #dcedc9

Analogous Colors of #c9dced

#c9dced #c9caed #c9edec

Monochromatic Colors of #c9dced

#c9dced

Complementary Color

#c9dced #eddac9

#c9dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dced Color CSS Codes

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

#c9dced Text Font Color

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

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


#c9dced Background Color

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

This div background color is #c9dced


#c9dced Border Color

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

This div border color is #c9dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dced


Comments

No comments written yet.

Please login to write comment.