Color Hex Logo

#ccac85 Color Hex

#CCAC85
(204,172,133)
0 Favorites   0 Comments

Color spaces of #ccac85

RGB 204172133
HSL0.090.410.66
HSV33°35°80°
CMYK 0.000.160.35   0.20
XYZ43.888044.035928.3769
Yxy44.03590.37740.3786
Hunter Lab66.35961.924721.0979
CIE-Lab72.25256.062524.4083

#ccac85 color RGB value is (204,172,133).

#ccac85 hex color red value is 204, green value is 172 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ccac85 hue: 0.09 , saturation: 0.41 and the lightness value of ccac85 is 0.66.

The process color (four color CMYK) of #ccac85 color hex is 0.00, 0.16, 0.35, 0.20. Web safe color of #ccac85 is #cc9999. Color #ccac85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 10000101
Octal 314 254 205
Decimal 204 172 133
Hex CC AC 85

RGB Percentages of Color #ccac85

%40.08
%33.79
%26.13

CMYK Percentages of Color #ccac85

%0
%16
%35
%20

Triadic Colors of #ccac85

#ccac85 #85ccac #ac85cc

Analogous Colors of #ccac85

#ccac85 #c9cc85 #cc8985

Monochromatic Colors of #ccac85

#ccac85

Complementary Color

#ccac85 #85a5cc

#ccac85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac85 Color CSS Codes

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

#ccac85 Text Font Color

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

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


#ccac85 Background Color

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

This div background color is #ccac85


#ccac85 Border Color

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

This div border color is #ccac85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac85


Comments

No comments written yet.

Please login to write comment.