Color Hex Logo

#cca443 Color Hex

#CCA443
(204,164,67)
0 Favorites   0 Comments

Color spaces of #cca443

RGB 20416467
HSL0.120.570.53
HSV42°67°80°
CMYK 0.000.200.67   0.20
XYZ39.190439.793510.9256
Yxy39.79350.43590.4426
Hunter Lab63.08210.501333.8886
CIE-Lab69.32224.381154.1696

#cca443 color RGB value is (204,164,67).

#cca443 hex color red value is 204, green value is 164 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #cca443 hue: 0.12 , saturation: 0.57 and the lightness value of cca443 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01000011
Octal 314 244 103
Decimal 204 164 67
Hex CC A4 43

RGB Percentages of Color #cca443

%46.90
%37.70
%15.40

CMYK Percentages of Color #cca443

%0
%20
%67
%20

Triadic Colors of #cca443

#cca443 #43cca4 #a443cc

Analogous Colors of #cca443

#cca443 #b0cc43 #cc5f43

Monochromatic Colors of #cca443

#cca443

Complementary Color

#cca443 #436bcc

#cca443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca443 Color CSS Codes

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

#cca443 Text Font Color

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

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


#cca443 Background Color

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

This div background color is #cca443


#cca443 Border Color

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

This div border color is #cca443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca443


Comments

No comments written yet.

Please login to write comment.