Color Hex Logo

#caccc0 Color Hex

#CACCC0
(202,204,192)
0 Favorites   0 Comments

Color spaces of #caccc0

RGB 202204192
HSL0.190.110.78
HSV70°80°
CMYK 0.010.000.06   0.20
XYZ55.464459.548158.4398
Yxy59.54810.31980.3433
Hunter Lab77.1674-6.74549.1162
CIE-Lab81.5919-2.82915.7272

#caccc0 color RGB value is (202,204,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11000000
Octal 312 314 300
Decimal 202 204 192
Hex CA CC C0

RGB Percentages of Color #caccc0

%33.78
%34.11
%32.11

CMYK Percentages of Color #caccc0

%1
%0
%6
%20

Triadic Colors of #caccc0

#caccc0 #c0cacc #ccc0ca

Analogous Colors of #caccc0

#caccc0 #c4ccc0 #ccc8c0

Monochromatic Colors of #caccc0

#caccc0

Complementary Color

#caccc0 #c2c0cc

#caccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccc0 Color CSS Codes

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

#caccc0 Text Font Color

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

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


#caccc0 Background Color

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

This div background color is #caccc0


#caccc0 Border Color

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

This div border color is #caccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccc0


Comments

No comments written yet.

Please login to write comment.