Color Hex Logo

#caccc7 Color Hex

#CACCC7
(202,204,199)
0 Favorites   0 Comments

Color spaces of #caccc7

RGB 202204199
HSL0.230.050.79
HSV84°80°
CMYK 0.010.000.02   0.20
XYZ56.258859.865862.6229
Yxy59.86580.31470.3349
Hunter Lab77.3730-5.61336.1739
CIE-Lab81.7652-1.59052.2369

#caccc7 color RGB value is (202,204,199).

#caccc7 hex color red value is 202, green value is 204 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #caccc7 hue: 0.23 , saturation: 0.05 and the lightness value of caccc7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11000111
Octal 312 314 307
Decimal 202 204 199
Hex CA CC C7

RGB Percentages of Color #caccc7

%33.39
%33.72
%32.89

CMYK Percentages of Color #caccc7

%1
%0
%2
%20

Triadic Colors of #caccc7

#caccc7 #c7cacc #ccc7ca

Analogous Colors of #caccc7

#caccc7 #c8ccc7 #ccccc7

Monochromatic Colors of #caccc7

#caccc7

Complementary Color

#caccc7 #c9c7cc

#caccc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccc7 Color CSS Codes

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

#caccc7 Text Font Color

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

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


#caccc7 Background Color

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

This div background color is #caccc7


#caccc7 Border Color

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

This div border color is #caccc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccc7


Comments

No comments written yet.

Please login to write comment.