Color Hex Logo

#cca531 Color Hex

#CCA531
(204,165,49)
0 Favorites   0 Comments

Color spaces of #cca531

RGB 20416549
HSL0.120.610.50
HSV45°76°80°
CMYK 0.000.190.76   0.20
XYZ38.911439.96948.5697
Yxy39.96940.44500.4571
Hunter Lab63.2214-0.774436.2181
CIE-Lab69.44772.954861.6136

#cca531 color RGB value is (204,165,49).

#cca531 hex color red value is 204, green value is 165 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cca531 hue: 0.12 , saturation: 0.61 and the lightness value of cca531 is 0.50.

The process color (four color CMYK) of #cca531 color hex is 0.00, 0.19, 0.76, 0.20. Web safe color of #cca531 is #cc9933. Color #cca531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 00110001
Octal 314 245 61
Decimal 204 165 49
Hex CC A5 31

RGB Percentages of Color #cca531

%48.80
%39.47
%11.72

CMYK Percentages of Color #cca531

%0
%19
%76
%20

Triadic Colors of #cca531

#cca531 #31cca5 #a531cc

Analogous Colors of #cca531

#cca531 #a6cc31 #cc5831

Monochromatic Colors of #cca531

#cca531

Complementary Color

#cca531 #3158cc

#cca531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca531 Color CSS Codes

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

#cca531 Text Font Color

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

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


#cca531 Background Color

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

This div background color is #cca531


#cca531 Border Color

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

This div border color is #cca531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca531


Comments

No comments written yet.

Please login to write comment.