Color Hex Logo

#cca821 Color Hex

#CCA821
(204,168,33)
0 Favorites   0 Comments

Color spaces of #cca821

RGB 20416833
HSL0.130.720.46
HSV47°84°80°
CMYK 0.000.180.84   0.20
XYZ39.179040.95247.2785
Yxy40.95240.44820.4685
Hunter Lab63.9941-2.706838.0524
CIE-Lab70.14260.809067.3526

#cca821 color RGB value is (204,168,33).

#cca821 hex color red value is 204, green value is 168 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cca821 hue: 0.13 , saturation: 0.72 and the lightness value of cca821 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 00100001
Octal 314 250 41
Decimal 204 168 33
Hex CC A8 21

RGB Percentages of Color #cca821

%50.37
%41.48
%8.15

CMYK Percentages of Color #cca821

%0
%18
%84
%20

Triadic Colors of #cca821

#cca821 #21cca8 #a821cc

Analogous Colors of #cca821

#cca821 #9bcc21 #cc5321

Monochromatic Colors of #cca821

#cca821

Complementary Color

#cca821 #2145cc

#cca821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca821 Color CSS Codes

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

#cca821 Text Font Color

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

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


#cca821 Background Color

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

This div background color is #cca821


#cca821 Border Color

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

This div border color is #cca821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca821

#cca821 Color Palettes


Comments

No comments written yet.

Please login to write comment.