Color Hex Logo

#c9cede Color Hex

#C9CEDE
(201,206,222)
0 Favorites   0 Comments

Color spaces of #c9cede

RGB 201206222
HSL0.630.240.83
HSV226°87°
CMYK 0.090.070.00   0.13
XYZ59.343561.834077.9147
Yxy61.83400.29810.3106
Hunter Lab78.6346-2.9012-3.7030
CIE-Lab82.82511.3778-8.5007

#c9cede color RGB value is (201,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11011110
Octal 311 316 336
Decimal 201 206 222
Hex C9 CE DE

RGB Percentages of Color #c9cede

%31.96
%32.75
%35.29

CMYK Percentages of Color #c9cede

%9
%7
%0
%13

Triadic Colors of #c9cede

#c9cede #dec9ce #cedec9

Analogous Colors of #c9cede

#c9cede #cfc9de #c9d9de

Monochromatic Colors of #c9cede

#c9cede

Complementary Color

#c9cede #ded9c9

#c9cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cede Color CSS Codes

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

#c9cede Text Font Color

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

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


#c9cede Background Color

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

This div background color is #c9cede


#c9cede Border Color

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

This div border color is #c9cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cede


Comments

No comments written yet.

Please login to write comment.