Color Hex Logo

#cca507 Color Hex

#CCA507
(204,165,7)
0 Favorites   0 Comments

Color spaces of #cca507

RGB 2041657
HSL0.130.930.41
HSV48°97°80°
CMYK 0.000.190.97   0.20
XYZ38.395339.76305.8524
Yxy39.76300.45700.4733
Hunter Lab63.0579-1.664638.6378
CIE-Lab69.30041.941171.5915

#cca507 color RGB value is (204,165,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 00000111
Octal 314 245 7
Decimal 204 165 7
Hex CC A5 7

RGB Percentages of Color #cca507

%54.26
%43.88
%1.86

CMYK Percentages of Color #cca507

%0
%19
%97
%20

Triadic Colors of #cca507

#cca507 #07cca5 #a507cc

Analogous Colors of #cca507

#cca507 #91cc07 #cc4307

Monochromatic Colors of #cca507

#cca507

Complementary Color

#cca507 #072ecc

#cca507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca507 Color CSS Codes

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

#cca507 Text Font Color

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

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


#cca507 Background Color

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

This div background color is #cca507


#cca507 Border Color

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

This div border color is #cca507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca507


Comments

No comments written yet.

Please login to write comment.