Color Hex Logo

#cca22f Color Hex

#CCA22F
(204,162,47)
0 Favorites   0 Comments

Color spaces of #cca22f

RGB 20416247
HSL0.120.630.49
HSV44°77°80°
CMYK 0.000.210.77   0.20
XYZ38.335338.88338.1741
Yxy38.88330.44890.4553
Hunter Lab62.35650.613835.8774
CIE-Lab68.66664.480261.6066

#cca22f color RGB value is (204,162,47).

#cca22f hex color red value is 204, green value is 162 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cca22f hue: 0.12 , saturation: 0.63 and the lightness value of cca22f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 00101111
Octal 314 242 57
Decimal 204 162 47
Hex CC A2 2F

RGB Percentages of Color #cca22f

%49.39
%39.23
%11.38

CMYK Percentages of Color #cca22f

%0
%21
%77
%20

Triadic Colors of #cca22f

#cca22f #2fcca2 #a22fcc

Analogous Colors of #cca22f

#cca22f #a8cc2f #cc542f

Monochromatic Colors of #cca22f

#cca22f

Complementary Color

#cca22f #2f59cc

#cca22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca22f Color CSS Codes

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

#cca22f Text Font Color

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

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


#cca22f Background Color

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

This div background color is #cca22f


#cca22f Border Color

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

This div border color is #cca22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca22f


Comments

No comments written yet.

Please login to write comment.