Color Hex Logo

#ccac74 Color Hex

#CCAC74
(204,172,116)
0 Favorites   0 Comments

Color spaces of #ccac74

RGB 204172116
HSL0.110.460.63
HSV38°43°80°
CMYK 0.000.160.43   0.20
XYZ42.806743.603422.6831
Yxy43.60340.39240.3997
Hunter Lab66.03290.157525.8562
CIE-Lab71.96264.111733.0981

#ccac74 color RGB value is (204,172,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 01110100
Octal 314 254 164
Decimal 204 172 116
Hex CC AC 74

RGB Percentages of Color #ccac74

%41.46
%34.96
%23.58

CMYK Percentages of Color #ccac74

%0
%16
%43
%20

Triadic Colors of #ccac74

#ccac74 #74ccac #ac74cc

Analogous Colors of #ccac74

#ccac74 #c0cc74 #cc8074

Monochromatic Colors of #ccac74

#ccac74

Complementary Color

#ccac74 #7494cc

#ccac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac74 Color CSS Codes

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

#ccac74 Text Font Color

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

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


#ccac74 Background Color

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

This div background color is #ccac74


#ccac74 Border Color

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

This div border color is #ccac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac74


Comments

No comments written yet.

Please login to write comment.