Color Hex Logo

#ccac67 Color Hex

#CCAC67
(204,172,103)
0 Favorites   0 Comments

Color spaces of #ccac67

RGB 204172103
HSL0.110.500.60
HSV41°50°80°
CMYK 0.000.160.50   0.20
XYZ42.102543.321718.9748
Yxy43.32170.40330.4150
Hunter Lab65.8192-1.002828.9809
CIE-Lab71.77282.816739.6197

#ccac67 color RGB value is (204,172,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 01100111
Octal 314 254 147
Decimal 204 172 103
Hex CC AC 67

RGB Percentages of Color #ccac67

%42.59
%35.91
%21.50

CMYK Percentages of Color #ccac67

%0
%16
%50
%20

Triadic Colors of #ccac67

#ccac67 #67ccac #ac67cc

Analogous Colors of #ccac67

#ccac67 #bacc67 #cc7a67

Monochromatic Colors of #ccac67

#ccac67

Complementary Color

#ccac67 #6787cc

#ccac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac67 Color CSS Codes

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

#ccac67 Text Font Color

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

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


#ccac67 Background Color

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

This div background color is #ccac67


#ccac67 Border Color

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

This div border color is #ccac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac67


Comments

No comments written yet.

Please login to write comment.