Color Hex Logo

#cca03a Color Hex

#CCA03A
(204,160,58)
0 Favorites   0 Comments

Color spaces of #cca03a

RGB 20416058
HSL0.120.590.51
HSV42°72°80°
CMYK 0.000.220.72   0.20
XYZ38.236438.28459.3774
Yxy38.28450.44510.4457
Hunter Lab61.87452.026834.3264
CIE-Lab68.22986.045356.9014

#cca03a color RGB value is (204,160,58).

#cca03a hex color red value is 204, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cca03a hue: 0.12 , saturation: 0.59 and the lightness value of cca03a is 0.51.

The process color (four color CMYK) of #cca03a color hex is 0.00, 0.22, 0.72, 0.20. Web safe color of #cca03a is #cc9933. Color #cca03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 00111010
Octal 314 240 72
Decimal 204 160 58
Hex CC A0 3A

RGB Percentages of Color #cca03a

%48.34
%37.91
%13.74

CMYK Percentages of Color #cca03a

%0
%22
%72
%20

Triadic Colors of #cca03a

#cca03a #3acca0 #a03acc

Analogous Colors of #cca03a

#cca03a #afcc3a #cc573a

Monochromatic Colors of #cca03a

#cca03a

Complementary Color

#cca03a #3a66cc

#cca03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca03a Color CSS Codes

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

#cca03a Text Font Color

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

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


#cca03a Background Color

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

This div background color is #cca03a


#cca03a Border Color

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

This div border color is #cca03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca03a


Comments

No comments written yet.

Please login to write comment.