Color Hex Logo

#ccccc0 Color Hex

#CCCCC0
(204,204,192)
2 Favorites   0 Comments

Color spaces of #ccccc0

RGB 204204192
HSL0.170.110.78
HSV60°80°
CMYK 0.000.000.06   0.20
XYZ56.009159.828958.4653
Yxy59.82890.32130.3432
Hunter Lab77.3491-6.10789.3293
CIE-Lab81.7451-2.12595.9677

#ccccc0 color RGB value is (204,204,192).

#ccccc0 hex color red value is 204, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ccccc0 hue: 0.17 , saturation: 0.11 and the lightness value of ccccc0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11000000
Octal 314 314 300
Decimal 204 204 192
Hex CC CC C0

RGB Percentages of Color #ccccc0

%34.00
%34.00
%32.00

CMYK Percentages of Color #ccccc0

%0
%0
%6
%20

Triadic Colors of #ccccc0

#ccccc0 #c0cccc #ccc0cc

Analogous Colors of #ccccc0

#ccccc0 #c6ccc0 #ccc6c0

Monochromatic Colors of #ccccc0

#ccccc0

Complementary Color

#ccccc0 #c0c0cc

#ccccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccc0 Color CSS Codes

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

#ccccc0 Text Font Color

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

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


#ccccc0 Background Color

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

This div background color is #ccccc0


#ccccc0 Border Color

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

This div border color is #ccccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccc0


Comments

No comments written yet.

Please login to write comment.