Color Hex Logo

#ccaa49 Color Hex

#CCAA49
(204,170,73)
0 Favorites   0 Comments

Color spaces of #ccaa49

RGB 20417073
HSL0.120.560.54
HSV44°64°80°
CMYK 0.000.170.64   0.20
XYZ40.479242.067912.2898
Yxy42.06790.42680.4436
Hunter Lab64.8598-2.102234.1674
CIE-Lab70.91771.539453.2030

#ccaa49 color RGB value is (204,170,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01001001
Octal 314 252 111
Decimal 204 170 73
Hex CC AA 49

RGB Percentages of Color #ccaa49

%45.64
%38.03
%16.33

CMYK Percentages of Color #ccaa49

%0
%17
%64
%20

Triadic Colors of #ccaa49

#ccaa49 #49ccaa #aa49cc

Analogous Colors of #ccaa49

#ccaa49 #adcc49 #cc6949

Monochromatic Colors of #ccaa49

#ccaa49

Complementary Color

#ccaa49 #496bcc

#ccaa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa49 Color CSS Codes

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

#ccaa49 Text Font Color

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

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


#ccaa49 Background Color

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

This div background color is #ccaa49


#ccaa49 Border Color

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

This div border color is #ccaa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa49


Comments

No comments written yet.

Please login to write comment.