Color Hex Logo

#cca66e Color Hex

#CCA66E
(204,166,110)
0 Favorites   0 Comments

Color spaces of #cca66e

RGB 204166110
HSL0.100.480.62
HSV36°46°80°
CMYK 0.000.190.46   0.20
XYZ41.352541.235620.5316
Yxy41.23560.40100.3999
Hunter Lab64.21502.572525.9935
CIE-Lab70.34076.712734.1753

#cca66e color RGB value is (204,166,110).

#cca66e hex color red value is 204, green value is 166 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cca66e hue: 0.10 , saturation: 0.48 and the lightness value of cca66e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 01101110
Octal 314 246 156
Decimal 204 166 110
Hex CC A6 6E

RGB Percentages of Color #cca66e

%42.50
%34.58
%22.92

CMYK Percentages of Color #cca66e

%0
%19
%46
%20

Triadic Colors of #cca66e

#cca66e #6ecca6 #a66ecc

Analogous Colors of #cca66e

#cca66e #c3cc6e #cc776e

Monochromatic Colors of #cca66e

#cca66e

Complementary Color

#cca66e #6e94cc

#cca66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca66e Color CSS Codes

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

#cca66e Text Font Color

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

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


#cca66e Background Color

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

This div background color is #cca66e


#cca66e Border Color

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

This div border color is #cca66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca66e


Comments

No comments written yet.

Please login to write comment.