Color Hex Logo

#cacca7 Color Hex

#CACCA7
(202,204,167)
0 Favorites   0 Comments

Color spaces of #cacca7

RGB 202204167
HSL0.180.270.73
HSV63°18°80°
CMYK 0.010.000.18   0.20
XYZ52.925058.532345.0676
Yxy58.53230.33810.3739
Hunter Lab76.5064-10.404918.6285
CIE-Lab81.0338-6.899918.2499

#cacca7 color RGB value is (202,204,167).

#cacca7 hex color red value is 202, green value is 204 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #cacca7 hue: 0.18 , saturation: 0.27 and the lightness value of cacca7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 10100111
Octal 312 314 247
Decimal 202 204 167
Hex CA CC A7

RGB Percentages of Color #cacca7

%35.25
%35.60
%29.14

CMYK Percentages of Color #cacca7

%1
%0
%18
%20

Triadic Colors of #cacca7

#cacca7 #a7cacc #cca7ca

Analogous Colors of #cacca7

#cacca7 #b8cca7 #ccbca7

Monochromatic Colors of #cacca7

#cacca7

Complementary Color

#cacca7 #a9a7cc

#cacca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacca7 Color CSS Codes

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

#cacca7 Text Font Color

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

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


#cacca7 Background Color

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

This div background color is #cacca7


#cacca7 Border Color

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

This div border color is #cacca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacca7


Comments

No comments written yet.

Please login to write comment.