Color Hex Logo

#ccc3cc Color Hex

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

Color spaces of #ccc3cc

RGB 204195204
HSL0.830.080.78
HSV300°80°
CMYK 0.000.040.00   0.20
XYZ55.316056.227265.0642
Yxy56.22720.31320.3184
Hunter Lab74.98480.45541.0435
CIE-Lab79.74304.7677-3.3836

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

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

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

Base Numbers

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

RGB Percentages of Color #ccc3cc

%33.83
%32.34
%33.83

CMYK Percentages of Color #ccc3cc

%0
%4
%0
%20

Triadic Colors of #ccc3cc

#ccc3cc #ccccc3 #c3cccc

Analogous Colors of #ccc3cc

#ccc3cc #ccc3c8 #c8c3cc

Monochromatic Colors of #ccc3cc

#ccc3cc

Complementary Color

#ccc3cc #c3ccc3

#ccc3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc3cc Color CSS Codes

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

#ccc3cc Text Font Color

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

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


#ccc3cc Background Color

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

This div background color is #ccc3cc


#ccc3cc Border Color

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

This div border color is #ccc3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc3cc

#ccc3cc Color Palettes


Comments

No comments written yet.

Please login to write comment.