Color Hex Logo

#ccaa3e Color Hex

#CCAA3E
(204,170,62)
0 Favorites   0 Comments

Color spaces of #ccaa3e

RGB 20417062
HSL0.130.580.52
HSV46°70°80°
CMYK 0.000.170.70   0.20
XYZ40.146141.934610.5357
Yxy41.93460.43350.4528
Hunter Lab64.7569-2.663435.6836
CIE-Lab70.82580.900957.8810

#ccaa3e color RGB value is (204,170,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00111110
Octal 314 252 76
Decimal 204 170 62
Hex CC AA 3E

RGB Percentages of Color #ccaa3e

%46.79
%38.99
%14.22

CMYK Percentages of Color #ccaa3e

%0
%17
%70
%20

Triadic Colors of #ccaa3e

#ccaa3e #3eccaa #aa3ecc

Analogous Colors of #ccaa3e

#ccaa3e #a7cc3e #cc633e

Monochromatic Colors of #ccaa3e

#ccaa3e

Complementary Color

#ccaa3e #3e60cc

#ccaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa3e Color CSS Codes

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

#ccaa3e Text Font Color

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

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


#ccaa3e Background Color

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

This div background color is #ccaa3e


#ccaa3e Border Color

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

This div border color is #ccaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa3e


Comments

No comments written yet.

Please login to write comment.