Color Hex Logo

#cca34e Color Hex

#CCA34E
(204,163,78)
0 Favorites   0 Comments

Color spaces of #cca34e

RGB 20416378
HSL0.110.550.55
HSV40°62°80°
CMYK 0.000.200.62   0.20
XYZ39.374239.581812.7725
Yxy39.58180.42920.4315
Hunter Lab62.91411.613032.0031
CIE-Lab69.17065.615348.9416

#cca34e color RGB value is (204,163,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 01001110
Octal 314 243 116
Decimal 204 163 78
Hex CC A3 4E

RGB Percentages of Color #cca34e

%45.84
%36.63
%17.53

CMYK Percentages of Color #cca34e

%0
%20
%62
%20

Triadic Colors of #cca34e

#cca34e #4ecca3 #a34ecc

Analogous Colors of #cca34e

#cca34e #b6cc4e #cc644e

Monochromatic Colors of #cca34e

#cca34e

Complementary Color

#cca34e #4e77cc

#cca34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca34e Color CSS Codes

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

#cca34e Text Font Color

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

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


#cca34e Background Color

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

This div background color is #cca34e


#cca34e Border Color

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

This div border color is #cca34e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,163,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 #cca34e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca34e


Comments

No comments written yet.

Please login to write comment.