Color Hex Logo

#ccaa4a Color Hex

#CCAA4A
(204,170,74)
0 Favorites   0 Comments

Color spaces of #ccaa4a

RGB 20417074
HSL0.120.560.55
HSV44°64°80°
CMYK 0.000.170.64   0.20
XYZ40.512642.081212.4658
Yxy42.08120.42620.4427
Hunter Lab64.8700-2.045834.0155
CIE-Lab70.92691.603452.7596

#ccaa4a color RGB value is (204,170,74).

#ccaa4a hex color red value is 204, green value is 170 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ccaa4a hue: 0.12 , saturation: 0.56 and the lightness value of ccaa4a is 0.55.

The process color (four color CMYK) of #ccaa4a color hex is 0.00, 0.17, 0.64, 0.20. Web safe color of #ccaa4a is #cc9933. Color #ccaa4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01001010
Octal 314 252 112
Decimal 204 170 74
Hex CC AA 4A

RGB Percentages of Color #ccaa4a

%45.54
%37.95
%16.52

CMYK Percentages of Color #ccaa4a

%0
%17
%64
%20

Triadic Colors of #ccaa4a

#ccaa4a #4accaa #aa4acc

Analogous Colors of #ccaa4a

#ccaa4a #adcc4a #cc694a

Monochromatic Colors of #ccaa4a

#ccaa4a

Complementary Color

#ccaa4a #4a6ccc

#ccaa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa4a Color CSS Codes

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

#ccaa4a Text Font Color

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

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


#ccaa4a Background Color

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

This div background color is #ccaa4a


#ccaa4a Border Color

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

This div border color is #ccaa4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa4a


Comments

No comments written yet.

Please login to write comment.