Color Hex Logo

#c9ccce Color Hex

#C9CCCE
(201,204,206)
0 Favorites   0 Comments

Color spaces of #c9ccce

RGB 201204206
HSL0.570.050.80
HSV204°81°
CMYK 0.020.010.00   0.19
XYZ56.820860.059566.9904
Yxy60.05950.30900.3266
Hunter Lab77.4981-4.74722.9975
CIE-Lab81.8705-0.6512-1.3616

#c9ccce color RGB value is (201,204,206).

#c9ccce hex color red value is 201, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c9ccce hue: 0.57 , saturation: 0.05 and the lightness value of c9ccce is 0.80.

The process color (four color CMYK) of #c9ccce color hex is 0.02, 0.01, 0.00, 0.19. Web safe color of #c9ccce is #cccccc. Color #c9ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001100 11001110
Octal 311 314 316
Decimal 201 204 206
Hex C9 CC CE

RGB Percentages of Color #c9ccce

%32.90
%33.39
%33.72

CMYK Percentages of Color #c9ccce

%2
%1
%0
%19

Triadic Colors of #c9ccce

#c9ccce #cec9cc #cccec9

Analogous Colors of #c9ccce

#c9ccce #c9cace #c9cece

Monochromatic Colors of #c9ccce

#c9ccce

Complementary Color

#c9ccce #cecbc9

#c9ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ccce Color CSS Codes

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

#c9ccce Text Font Color

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

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


#c9ccce Background Color

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

This div background color is #c9ccce


#c9ccce Border Color

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

This div border color is #c9ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ccce


Comments

No comments written yet.

Please login to write comment.