Color Hex Logo

#ccaa78 Color Hex

#CCAA78
(204,170,120)
0 Favorites   0 Comments

Color spaces of #ccaa78

RGB 204170120
HSL0.100.450.64
HSV36°41°80°
CMYK 0.000.170.41   0.20
XYZ42.666742.942923.8093
Yxy42.94290.38990.3925
Hunter Lab65.53081.541224.3298
CIE-Lab71.51625.617630.3978

#ccaa78 color RGB value is (204,170,120).

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

The process color (four color CMYK) of #ccaa78 color hex is 0.00, 0.17, 0.41, 0.20. Web safe color of #ccaa78 is #cc9966. Color #ccaa78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01111000
Octal 314 252 170
Decimal 204 170 120
Hex CC AA 78

RGB Percentages of Color #ccaa78

%41.30
%34.41
%24.29

CMYK Percentages of Color #ccaa78

%0
%17
%41
%20

Triadic Colors of #ccaa78

#ccaa78 #78ccaa #aa78cc

Analogous Colors of #ccaa78

#ccaa78 #c4cc78 #cc8078

Monochromatic Colors of #ccaa78

#ccaa78

Complementary Color

#ccaa78 #789acc

#ccaa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa78 Color CSS Codes

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

#ccaa78 Text Font Color

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

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


#ccaa78 Background Color

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

This div background color is #ccaa78


#ccaa78 Border Color

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

This div border color is #ccaa78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,170,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 #ccaa78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa78


Comments

No comments written yet.

Please login to write comment.