Color Hex Logo

#cca012 Color Hex

#CCA012
(204,160,18)
0 Favorites   0 Comments

Color spaces of #cca012

RGB 20416018
HSL0.130.840.44
HSV46°91°80°
CMYK 0.000.220.91   0.20
XYZ37.581838.02275.9306
Yxy38.02270.46090.4663
Hunter Lab61.66250.881937.4614
CIE-Lab68.03734.756369.0791

#cca012 color RGB value is (204,160,18).

#cca012 hex color red value is 204, green value is 160 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cca012 hue: 0.13 , saturation: 0.84 and the lightness value of cca012 is 0.44.

The process color (four color CMYK) of #cca012 color hex is 0.00, 0.22, 0.91, 0.20. Web safe color of #cca012 is #cc9900. Color #cca012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 00010010
Octal 314 240 22
Decimal 204 160 18
Hex CC A0 12

RGB Percentages of Color #cca012

%53.40
%41.88
%4.71

CMYK Percentages of Color #cca012

%0
%22
%91
%20

Triadic Colors of #cca012

#cca012 #12cca0 #a012cc

Analogous Colors of #cca012

#cca012 #9bcc12 #cc4312

Monochromatic Colors of #cca012

#cca012

Complementary Color

#cca012 #123ecc

#cca012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca012 Color CSS Codes

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

#cca012 Text Font Color

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

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


#cca012 Background Color

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

This div background color is #cca012


#cca012 Border Color

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

This div border color is #cca012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca012


Comments

No comments written yet.

Please login to write comment.