Color Hex Logo

#cca034 Color Hex

#CCA034
(204,160,52)
0 Favorites   0 Comments

Color spaces of #cca034

RGB 20416052
HSL0.120.600.50
HSV43°75°80°
CMYK 0.000.220.75   0.20
XYZ38.092538.22698.6197
Yxy38.22690.44850.4501
Hunter Lab61.82791.776035.0137
CIE-Lab68.18755.763859.2744

#cca034 color RGB value is (204,160,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 00110100
Octal 314 240 64
Decimal 204 160 52
Hex CC A0 34

RGB Percentages of Color #cca034

%49.04
%38.46
%12.50

CMYK Percentages of Color #cca034

%0
%22
%75
%20

Triadic Colors of #cca034

#cca034 #34cca0 #a034cc

Analogous Colors of #cca034

#cca034 #accc34 #cc5434

Monochromatic Colors of #cca034

#cca034

Complementary Color

#cca034 #3460cc

#cca034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca034 Color CSS Codes

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

#cca034 Text Font Color

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

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


#cca034 Background Color

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

This div background color is #cca034


#cca034 Border Color

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

This div border color is #cca034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca034


Comments

No comments written yet.

Please login to write comment.