Color Hex Logo

#caccc5 Color Hex

#CACCC5
(202,204,197)
0 Favorites   0 Comments

Color spaces of #caccc5

RGB 202204197
HSL0.210.060.79
HSV77°80°
CMYK 0.010.000.03   0.20
XYZ56.028059.773561.4078
Yxy59.77350.31620.3373
Hunter Lab77.3133-5.94167.0269
CIE-Lab81.7149-1.94873.2330

#caccc5 color RGB value is (202,204,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11000101
Octal 312 314 305
Decimal 202 204 197
Hex CA CC C5

RGB Percentages of Color #caccc5

%33.50
%33.83
%32.67

CMYK Percentages of Color #caccc5

%1
%0
%3
%20

Triadic Colors of #caccc5

#caccc5 #c5cacc #ccc5ca

Analogous Colors of #caccc5

#caccc5 #c7ccc5 #cccbc5

Monochromatic Colors of #caccc5

#caccc5

Complementary Color

#caccc5 #c7c5cc

#caccc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccc5 Color CSS Codes

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

#caccc5 Text Font Color

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

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


#caccc5 Background Color

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

This div background color is #caccc5


#caccc5 Border Color

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

This div border color is #caccc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccc5


Comments

No comments written yet.

Please login to write comment.