Color Hex Logo

#cca324 Color Hex

#CCA324
(204,163,36)
0 Favorites   0 Comments

Color spaces of #cca324

RGB 20416336
HSL0.130.700.47
HSV45°82°80°
CMYK 0.000.200.82   0.20
XYZ38.317539.15917.2080
Yxy39.15910.45250.4624
Hunter Lab62.5772-0.210436.9747
CIE-Lab68.86643.562265.4151

#cca324 color RGB value is (204,163,36).

#cca324 hex color red value is 204, green value is 163 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cca324 hue: 0.13 , saturation: 0.70 and the lightness value of cca324 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 00100100
Octal 314 243 44
Decimal 204 163 36
Hex CC A3 24

RGB Percentages of Color #cca324

%50.62
%40.45
%8.93

CMYK Percentages of Color #cca324

%0
%20
%82
%20

Triadic Colors of #cca324

#cca324 #24cca3 #a324cc

Analogous Colors of #cca324

#cca324 #a1cc24 #cc4f24

Monochromatic Colors of #cca324

#cca324

Complementary Color

#cca324 #244dcc

#cca324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca324 Color CSS Codes

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

#cca324 Text Font Color

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

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


#cca324 Background Color

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

This div background color is #cca324


#cca324 Border Color

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

This div border color is #cca324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca324


Comments

No comments written yet.

Please login to write comment.