Color Hex Logo

#c9cccc Color Hex

#C9CCCC
(201,204,204)
0 Favorites   0 Comments

Color spaces of #c9cccc

RGB 201204204
HSL0.500.030.79
HSV180°80°
CMYK 0.010.000.00   0.20
XYZ56.579359.962965.7187
Yxy59.96290.31040.3290
Hunter Lab77.4357-5.08943.8863
CIE-Lab81.8180-1.0225-0.3688

#c9cccc color RGB value is (201,204,204).

#c9cccc hex color red value is 201, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c9cccc hue: 0.50 , saturation: 0.03 and the lightness value of c9cccc is 0.79.

The process color (four color CMYK) of #c9cccc color hex is 0.01, 0.00, 0.00, 0.20. Web safe color of #c9cccc is #cccccc. Color #c9cccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001100 11001100
Octal 311 314 314
Decimal 201 204 204
Hex C9 CC CC

RGB Percentages of Color #c9cccc

%33.00
%33.50
%33.50

CMYK Percentages of Color #c9cccc

%1
%0
%0
%20

Triadic Colors of #c9cccc

#c9cccc #ccc9cc #ccccc9

Analogous Colors of #c9cccc

#c9cccc #c9cbcc #c9cccb

Monochromatic Colors of #c9cccc

#c9cccc

Complementary Color

#c9cccc #ccc9c9

#c9cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cccc Color CSS Codes

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

#c9cccc Text Font Color

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

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


#c9cccc Background Color

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

This div background color is #c9cccc


#c9cccc Border Color

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

This div border color is #c9cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cccc


Comments

No comments written yet.

Please login to write comment.