Color Hex Logo

#ccaa3c Color Hex

#CCAA3C
(204,170,60)
0 Favorites   0 Comments

Color spaces of #ccaa3c

RGB 20417060
HSL0.130.590.52
HSV46°71°80°
CMYK 0.000.170.71   0.20
XYZ40.092241.913110.2519
Yxy41.91310.43460.4543
Hunter Lab64.7403-2.754635.9294
CIE-Lab70.81100.796958.6873

#ccaa3c color RGB value is (204,170,60).

#ccaa3c hex color red value is 204, green value is 170 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ccaa3c hue: 0.13 , saturation: 0.59 and the lightness value of ccaa3c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00111100
Octal 314 252 74
Decimal 204 170 60
Hex CC AA 3C

RGB Percentages of Color #ccaa3c

%47.00
%39.17
%13.82

CMYK Percentages of Color #ccaa3c

%0
%17
%71
%20

Triadic Colors of #ccaa3c

#ccaa3c #3cccaa #aa3ccc

Analogous Colors of #ccaa3c

#ccaa3c #a6cc3c #cc623c

Monochromatic Colors of #ccaa3c

#ccaa3c

Complementary Color

#ccaa3c #3c5ecc

#ccaa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa3c Color CSS Codes

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

#ccaa3c Text Font Color

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

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


#ccaa3c Background Color

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

This div background color is #ccaa3c


#ccaa3c Border Color

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

This div border color is #ccaa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa3c


Comments

No comments written yet.

Please login to write comment.