Color Hex Logo

#ccccac Color Hex

#CCCCAC
(204,204,172)
0 Favorites   0 Comments

Color spaces of #ccccac

RGB 204204172
HSL0.170.240.74
HSV60°16°80°
CMYK 0.000.000.16   0.20
XYZ53.941159.001747.5752
Yxy59.00170.33600.3676
Hunter Lab76.8126-9.071617.0465
CIE-Lab81.2925-5.399215.9812

#ccccac color RGB value is (204,204,172).

#ccccac hex color red value is 204, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccccac hue: 0.17 , saturation: 0.24 and the lightness value of ccccac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 10101100
Octal 314 314 254
Decimal 204 204 172
Hex CC CC AC

RGB Percentages of Color #ccccac

%35.17
%35.17
%29.66

CMYK Percentages of Color #ccccac

%0
%0
%16
%20

Triadic Colors of #ccccac

#ccccac #accccc #ccaccc

Analogous Colors of #ccccac

#ccccac #bcccac #ccbcac

Monochromatic Colors of #ccccac

#ccccac

Complementary Color

#ccccac #acaccc

#ccccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccac Color CSS Codes

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

#ccccac Text Font Color

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

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


#ccccac Background Color

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

This div background color is #ccccac


#ccccac Border Color

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

This div border color is #ccccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccac


Comments

No comments written yet.

Please login to write comment.