Color Hex Logo

#cca500 Color Hex

#CCA500
(204,165,0)
0 Favorites   0 Comments

Color spaces of #cca500

RGB 2041650
HSL0.131.000.40
HSV49°100°80°
CMYK 0.000.191.00   0.20
XYZ38.357039.74765.6504
Yxy39.74760.45800.4746
Hunter Lab63.0457-1.730638.8182
CIE-Lab69.28941.865772.4511

#cca500 color RGB value is (204,165,0).

#cca500 hex color red value is 204, green value is 165 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cca500 hue: 0.13 , saturation: 1.00 and the lightness value of cca500 is 0.40.

The process color (four color CMYK) of #cca500 color hex is 0.00, 0.19, 1.00, 0.20. Web safe color of #cca500 is #cc9900. Color #cca500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 00000000
Octal 314 245 0
Decimal 204 165 0
Hex CC A5 0

RGB Percentages of Color #cca500

%55.28
%44.72
%0.00

CMYK Percentages of Color #cca500

%0
%19
%100
%20

Triadic Colors of #cca500

#cca500 #00cca5 #a500cc

Analogous Colors of #cca500

#cca500 #8dcc00 #cc3f00

Monochromatic Colors of #cca500

#cca500

Complementary Color

#cca500 #0027cc

#cca500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca500 Color CSS Codes

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

#cca500 Text Font Color

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

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


#cca500 Background Color

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

This div background color is #cca500


#cca500 Border Color

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

This div border color is #cca500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca500

#cca500 Color Palettes


Comments

No comments written yet.

Please login to write comment.