Color Hex Logo

#caccc9 Color Hex

#CACCC9
(202,204,201)
0 Favorites   0 Comments

Color spaces of #caccc9

RGB 202204201
HSL0.280.030.79
HSV100°80°
CMYK 0.010.000.01   0.20
XYZ56.492659.959363.8542
Yxy59.95930.31330.3325
Hunter Lab77.4334-5.28135.3108
CIE-Lab81.8161-1.22901.2416

#caccc9 color RGB value is (202,204,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11001001
Octal 312 314 311
Decimal 202 204 201
Hex CA CC C9

RGB Percentages of Color #caccc9

%33.28
%33.61
%33.11

CMYK Percentages of Color #caccc9

%1
%0
%1
%20

Triadic Colors of #caccc9

#caccc9 #c9cacc #ccc9ca

Analogous Colors of #caccc9

#caccc9 #c9ccca #ccccc9

Monochromatic Colors of #caccc9

#caccc9

Complementary Color

#caccc9 #cbc9cc

#caccc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccc9 Color CSS Codes

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

#caccc9 Text Font Color

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

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


#caccc9 Background Color

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

This div background color is #caccc9


#caccc9 Border Color

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

This div border color is #caccc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccc9

#caccc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.