Color Hex Logo

#ccaa66 Color Hex

#CCAA66
(204,170,102)
2 Favorites   0 Comments

Color spaces of #ccaa66

RGB 204170102
HSL0.110.500.60
HSV40°50°80°
CMYK 0.000.170.50   0.20
XYZ41.674842.546118.5861
Yxy42.54610.40540.4138
Hunter Lab65.2274-0.101428.7649
CIE-Lab71.24583.793039.4792

#ccaa66 color RGB value is (204,170,102). This hex color code is also a web safe color which is equal to #CA6.

#ccaa66 hex color red value is 204, green value is 170 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ccaa66 hue: 0.11 , saturation: 0.50 and the lightness value of ccaa66 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01100110
Octal 314 252 146
Decimal 204 170 102
Hex CC AA 66

RGB Percentages of Color #ccaa66

%42.86
%35.71
%21.43

CMYK Percentages of Color #ccaa66

%0
%17
%50
%20

Triadic Colors of #ccaa66

#ccaa66 #66ccaa #aa66cc

Analogous Colors of #ccaa66

#ccaa66 #bbcc66 #cc7766

Monochromatic Colors of #ccaa66

#ccaa66

Complementary Color

#ccaa66 #6688cc

#ccaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa66 Color CSS Codes

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

#ccaa66 Text Font Color

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

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


#ccaa66 Background Color

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

This div background color is #ccaa66


#ccaa66 Border Color

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

This div border color is #ccaa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa66

#ccaa66 Color Palettes


Comments

No comments written yet.

Please login to write comment.