Color Hex Logo

#cca922 Color Hex

#CCA922
(204,169,34)
0 Favorites   0 Comments

Color spaces of #cca922

RGB 20416934
HSL0.130.710.47
HSV48°83°80°
CMYK 0.000.170.83   0.20
XYZ39.378541.32887.4152
Yxy41.32880.44690.4690
Hunter Lab64.2875-3.165138.1625
CIE-Lab70.40570.305467.3012

#cca922 color RGB value is (204,169,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 00100010
Octal 314 251 42
Decimal 204 169 34
Hex CC A9 22

RGB Percentages of Color #cca922

%50.12
%41.52
%8.35

CMYK Percentages of Color #cca922

%0
%17
%83
%20

Triadic Colors of #cca922

#cca922 #22cca9 #a922cc

Analogous Colors of #cca922

#cca922 #9acc22 #cc5422

Monochromatic Colors of #cca922

#cca922

Complementary Color

#cca922 #2245cc

#cca922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca922 Color CSS Codes

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

#cca922 Text Font Color

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

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


#cca922 Background Color

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

This div background color is #cca922


#cca922 Border Color

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

This div border color is #cca922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca922


Comments

No comments written yet.

Please login to write comment.