Color Hex Logo

#caccc6 Color Hex

#CACCC6
(202,204,198)
0 Favorites   0 Comments

Color spaces of #caccc6

RGB 202204198
HSL0.220.060.79
HSV80°80°
CMYK 0.010.000.03   0.20
XYZ56.143059.819562.0133
Yxy59.81950.31550.3361
Hunter Lab77.3431-5.77806.6017
CIE-Lab81.7400-1.77012.7349

#caccc6 color RGB value is (202,204,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11000110
Octal 312 314 306
Decimal 202 204 198
Hex CA CC C6

RGB Percentages of Color #caccc6

%33.44
%33.77
%32.78

CMYK Percentages of Color #caccc6

%1
%0
%3
%20

Triadic Colors of #caccc6

#caccc6 #c6cacc #ccc6ca

Analogous Colors of #caccc6

#caccc6 #c7ccc6 #cccbc6

Monochromatic Colors of #caccc6

#caccc6

Complementary Color

#caccc6 #c8c6cc

#caccc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccc6 Color CSS Codes

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

#caccc6 Text Font Color

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

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


#caccc6 Background Color

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

This div background color is #caccc6


#caccc6 Border Color

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

This div border color is #caccc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccc6


Comments

No comments written yet.

Please login to write comment.