Color Hex Logo

#cca44e Color Hex

#CCA44E
(204,164,78)
0 Favorites   0 Comments

Color spaces of #cca44e

RGB 20416478
HSL0.110.550.55
HSV41°62°80°
CMYK 0.000.200.62   0.20
XYZ39.552439.938312.8320
Yxy39.93830.42840.4326
Hunter Lab63.19681.121932.1990
CIE-Lab69.42565.077949.2293

#cca44e color RGB value is (204,164,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01001110
Octal 314 244 116
Decimal 204 164 78
Hex CC A4 4E

RGB Percentages of Color #cca44e

%45.74
%36.77
%17.49

CMYK Percentages of Color #cca44e

%0
%20
%62
%20

Triadic Colors of #cca44e

#cca44e #4ecca4 #a44ecc

Analogous Colors of #cca44e

#cca44e #b5cc4e #cc654e

Monochromatic Colors of #cca44e

#cca44e

Complementary Color

#cca44e #4e76cc

#cca44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca44e Color CSS Codes

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

#cca44e Text Font Color

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

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


#cca44e Background Color

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

This div background color is #cca44e


#cca44e Border Color

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

This div border color is #cca44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca44e


Comments

No comments written yet.

Please login to write comment.