Color Hex Logo

#c3cccc Color Hex

#C3CCCC
(195,204,204)
0 Favorites   0 Comments

Color spaces of #c3cccc

RGB 195204204
HSL0.500.080.78
HSV180°80°
CMYK 0.040.000.00   0.20
XYZ54.997659.147565.6447
Yxy59.14750.30590.3290
Hunter Lab76.9074-6.94003.2279
CIE-Lab81.3726-3.0591-1.0733

#c3cccc color RGB value is (195,204,204).

#c3cccc hex color red value is 195, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c3cccc hue: 0.50 , saturation: 0.08 and the lightness value of c3cccc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001100 11001100
Octal 303 314 314
Decimal 195 204 204
Hex C3 CC CC

RGB Percentages of Color #c3cccc

%32.34
%33.83
%33.83

CMYK Percentages of Color #c3cccc

%4
%0
%0
%20

Triadic Colors of #c3cccc

#c3cccc #ccc3cc #ccccc3

Analogous Colors of #c3cccc

#c3cccc #c3c8cc #c3ccc8

Monochromatic Colors of #c3cccc

#c3cccc

Complementary Color

#c3cccc #ccc3c3

#c3cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cccc Color CSS Codes

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

#c3cccc Text Font Color

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

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


#c3cccc Background Color

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

This div background color is #c3cccc


#c3cccc Border Color

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

This div border color is #c3cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cccc


Comments

No comments written yet.

Please login to write comment.