Color Hex Logo

#cacc78 Color Hex

#CACC78
(202,204,120)
0 Favorites   0 Comments

Color spaces of #cacc78

RGB 202204120
HSL0.170.450.64
HSV61°41°80°
CMYK 0.010.000.41   0.20
XYZ49.340257.098426.1899
Yxy57.09840.37200.4305
Hunter Lab75.5635-15.682132.3448
CIE-Lab80.2349-12.961641.5411

#cacc78 color RGB value is (202,204,120).

#cacc78 hex color red value is 202, green value is 204 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cacc78 hue: 0.17 , saturation: 0.45 and the lightness value of cacc78 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 01111000
Octal 312 314 170
Decimal 202 204 120
Hex CA CC 78

RGB Percentages of Color #cacc78

%38.40
%38.78
%22.81

CMYK Percentages of Color #cacc78

%1
%0
%41
%20

Triadic Colors of #cacc78

#cacc78 #78cacc #cc78ca

Analogous Colors of #cacc78

#cacc78 #a0cc78 #cca478

Monochromatic Colors of #cacc78

#cacc78

Complementary Color

#cacc78 #7a78cc

#cacc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacc78 Color CSS Codes

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

#cacc78 Text Font Color

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

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


#cacc78 Background Color

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

This div background color is #cacc78


#cacc78 Border Color

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

This div border color is #cacc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacc78


Comments

No comments written yet.

Please login to write comment.