Color Hex Logo

#ccccc7 Color Hex

#CCCCC7
(204,204,199)
0 Favorites   0 Comments

Color spaces of #ccccc7

RGB 204204199
HSL0.170.050.79
HSV60°80°
CMYK 0.000.000.02   0.20
XYZ56.803560.146662.6484
Yxy60.14660.31630.3349
Hunter Lab77.5542-4.98016.3934
CIE-Lab81.9178-0.89782.4774

#ccccc7 color RGB value is (204,204,199).

#ccccc7 hex color red value is 204, green value is 204 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ccccc7 hue: 0.17 , saturation: 0.05 and the lightness value of ccccc7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11000111
Octal 314 314 307
Decimal 204 204 199
Hex CC CC C7

RGB Percentages of Color #ccccc7

%33.61
%33.61
%32.78

CMYK Percentages of Color #ccccc7

%0
%0
%2
%20

Triadic Colors of #ccccc7

#ccccc7 #c7cccc #ccc7cc

Analogous Colors of #ccccc7

#ccccc7 #caccc7 #cccac7

Monochromatic Colors of #ccccc7

#ccccc7

Complementary Color

#ccccc7 #c7c7cc

#ccccc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccc7 Color CSS Codes

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

#ccccc7 Text Font Color

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

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


#ccccc7 Background Color

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

This div background color is #ccccc7


#ccccc7 Border Color

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

This div border color is #ccccc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccc7

#ccccc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.