Color Hex Logo

#ccaa68 Color Hex

#CCAA68
(204,170,104)
0 Favorites   0 Comments

Color spaces of #ccaa68

RGB 204170104
HSL0.110.500.60
HSV40°49°80°
CMYK 0.000.170.49   0.20
XYZ41.775342.586319.1149
Yxy42.58630.40370.4116
Hunter Lab65.25820.065728.3140
CIE-Lab71.27333.979738.4842

#ccaa68 color RGB value is (204,170,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01101000
Octal 314 252 150
Decimal 204 170 104
Hex CC AA 68

RGB Percentages of Color #ccaa68

%42.68
%35.56
%21.76

CMYK Percentages of Color #ccaa68

%0
%17
%49
%20

Triadic Colors of #ccaa68

#ccaa68 #68ccaa #aa68cc

Analogous Colors of #ccaa68

#ccaa68 #bccc68 #cc7868

Monochromatic Colors of #ccaa68

#ccaa68

Complementary Color

#ccaa68 #688acc

#ccaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa68 Color CSS Codes

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

#ccaa68 Text Font Color

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

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


#ccaa68 Background Color

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

This div background color is #ccaa68


#ccaa68 Border Color

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

This div border color is #ccaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa68


Comments

No comments written yet.

Please login to write comment.