Color Hex Logo

#ccaa7c Color Hex

#CCAA7C
(204,170,124)
0 Favorites   0 Comments

Color spaces of #ccaa7c

RGB 204170124
HSL0.100.440.64
HSV35°39°80°
CMYK 0.000.170.39   0.20
XYZ42.914743.042125.1149
Yxy43.04210.38640.3875
Hunter Lab65.60651.949623.2277
CIE-Lab71.58356.067628.3506

#ccaa7c color RGB value is (204,170,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01111100
Octal 314 252 174
Decimal 204 170 124
Hex CC AA 7C

RGB Percentages of Color #ccaa7c

%40.96
%34.14
%24.90

CMYK Percentages of Color #ccaa7c

%0
%17
%39
%20

Triadic Colors of #ccaa7c

#ccaa7c #7cccaa #aa7ccc

Analogous Colors of #ccaa7c

#ccaa7c #c6cc7c #cc827c

Monochromatic Colors of #ccaa7c

#ccaa7c

Complementary Color

#ccaa7c #7c9ecc

#ccaa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa7c Color CSS Codes

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

#ccaa7c Text Font Color

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

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


#ccaa7c Background Color

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

This div background color is #ccaa7c


#ccaa7c Border Color

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

This div border color is #ccaa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa7c


Comments

No comments written yet.

Please login to write comment.