Color Hex Logo

#cca44f Color Hex

#CCA44F
(204,164,79)
0 Favorites   0 Comments

Color spaces of #cca44f

RGB 20416479
HSL0.110.550.55
HSV41°61°80°
CMYK 0.000.200.61   0.20
XYZ39.588639.952813.0223
Yxy39.95280.42770.4316
Hunter Lab63.20821.183832.0307
CIE-Lab69.43595.147248.7648

#cca44f color RGB value is (204,164,79).

#cca44f hex color red value is 204, green value is 164 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cca44f hue: 0.11 , saturation: 0.55 and the lightness value of cca44f is 0.55.

The process color (four color CMYK) of #cca44f color hex is 0.00, 0.20, 0.61, 0.20. Web safe color of #cca44f is #cc9966. Color #cca44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01001111
Octal 314 244 117
Decimal 204 164 79
Hex CC A4 4F

RGB Percentages of Color #cca44f

%45.64
%36.69
%17.67

CMYK Percentages of Color #cca44f

%0
%20
%61
%20

Triadic Colors of #cca44f

#cca44f #4fcca4 #a44fcc

Analogous Colors of #cca44f

#cca44f #b6cc4f #cc664f

Monochromatic Colors of #cca44f

#cca44f

Complementary Color

#cca44f #4f77cc

#cca44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca44f Color CSS Codes

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

#cca44f Text Font Color

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

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


#cca44f Background Color

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

This div background color is #cca44f


#cca44f Border Color

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

This div border color is #cca44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca44f


Comments

No comments written yet.

Please login to write comment.