Color Hex Logo

#caccc2 Color Hex

#CACCC2
(202,204,194)
0 Favorites   0 Comments

Color spaces of #caccc2

RGB 202204194
HSL0.200.090.78
HSV72°80°
CMYK 0.010.000.05   0.20
XYZ55.687659.637359.6150
Yxy59.63730.31830.3409
Hunter Lab77.2252-6.42658.2879
CIE-Lab81.6406-2.47934.7289

#caccc2 color RGB value is (202,204,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11000010
Octal 312 314 302
Decimal 202 204 194
Hex CA CC C2

RGB Percentages of Color #caccc2

%33.67
%34.00
%32.33

CMYK Percentages of Color #caccc2

%1
%0
%5
%20

Triadic Colors of #caccc2

#caccc2 #c2cacc #ccc2ca

Analogous Colors of #caccc2

#caccc2 #c5ccc2 #ccc9c2

Monochromatic Colors of #caccc2

#caccc2

Complementary Color

#caccc2 #c4c2cc

#caccc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccc2 Color CSS Codes

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

#caccc2 Text Font Color

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

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


#caccc2 Background Color

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

This div background color is #caccc2


#caccc2 Border Color

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

This div border color is #caccc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccc2

#caccc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.