Color Hex Logo

#cca940 Color Hex

#CCA940
(204,169,64)
0 Favorites   0 Comments

Color spaces of #cca940

RGB 20416964
HSL0.130.580.53
HSV45°69°80°
CMYK 0.000.170.69   0.20
XYZ40.015241.583510.7679
Yxy41.58350.43320.4502
Hunter Lab64.4853-2.084235.2393
CIE-Lab70.58281.540156.7924

#cca940 color RGB value is (204,169,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 01000000
Octal 314 251 100
Decimal 204 169 64
Hex CC A9 40

RGB Percentages of Color #cca940

%46.68
%38.67
%14.65

CMYK Percentages of Color #cca940

%0
%17
%69
%20

Triadic Colors of #cca940

#cca940 #40cca9 #a940cc

Analogous Colors of #cca940

#cca940 #a9cc40 #cc6340

Monochromatic Colors of #cca940

#cca940

Complementary Color

#cca940 #4063cc

#cca940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca940 Color CSS Codes

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

#cca940 Text Font Color

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

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


#cca940 Background Color

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

This div background color is #cca940


#cca940 Border Color

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

This div border color is #cca940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca940


Comments

No comments written yet.

Please login to write comment.