Color Hex Logo

#ccc9cc Color Hex

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

Color spaces of #ccc9cc

RGB 204201204
HSL0.830.030.79
HSV300°80°
CMYK 0.000.010.00   0.20
XYZ56.687658.970365.5214
Yxy58.97030.31290.3255
Hunter Lab76.7921-2.61833.1664
CIE-Lab81.27531.5851-1.1353

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

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

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

Base Numbers

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

RGB Percentages of Color #ccc9cc

%33.50
%33.00
%33.50

CMYK Percentages of Color #ccc9cc

%0
%1
%0
%20

Triadic Colors of #ccc9cc

#ccc9cc #ccccc9 #c9cccc

Analogous Colors of #ccc9cc

#ccc9cc #ccc9cb #cbc9cc

Monochromatic Colors of #ccc9cc

#ccc9cc

Complementary Color

#ccc9cc #c9ccc9

#ccc9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc9cc Color CSS Codes

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

#ccc9cc Text Font Color

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

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


#ccc9cc Background Color

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

This div background color is #ccc9cc


#ccc9cc Border Color

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

This div border color is #ccc9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc9cc


Comments

No comments written yet.

Please login to write comment.