Color Hex Logo

#ccc3ca Color Hex

#CCC3CA
(204,195,202)
0 Favorites   0 Comments

Color spaces of #ccc3ca

RGB 204195202
HSL0.870.080.78
HSV313°80°
CMYK 0.000.040.01   0.20
XYZ55.077656.131963.8087
Yxy56.13190.31470.3207
Hunter Lab74.92120.11041.9489
CIE-Lab79.68884.4005-2.3863

#ccc3ca color RGB value is (204,195,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 11001010
Octal 314 303 312
Decimal 204 195 202
Hex CC C3 CA

RGB Percentages of Color #ccc3ca

%33.94
%32.45
%33.61

CMYK Percentages of Color #ccc3ca

%0
%4
%1
%20

Triadic Colors of #ccc3ca

#ccc3ca #caccc3 #c3cacc

Analogous Colors of #ccc3ca

#ccc3ca #ccc3c6 #cac3cc

Monochromatic Colors of #ccc3ca

#ccc3ca

Complementary Color

#ccc3ca #c3ccc5

#ccc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc3ca Color CSS Codes

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

#ccc3ca Text Font Color

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

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


#ccc3ca Background Color

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

This div background color is #ccc3ca


#ccc3ca Border Color

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

This div border color is #ccc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc3ca

#ccc3ca Color Palettes


Comments

No comments written yet.

Please login to write comment.