Color Hex Logo

#ccccab Color Hex

#CCCCAB
(204,204,171)
0 Favorites   0 Comments

Color spaces of #ccccab

RGB 204204171
HSL0.170.240.74
HSV60°16°80°
CMYK 0.000.000.16   0.20
XYZ53.845458.963447.0712
Yxy58.96340.33680.3688
Hunter Lab76.7876-9.209717.4063
CIE-Lab81.2715-5.553416.4828

#ccccab color RGB value is (204,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 10101011
Octal 314 314 253
Decimal 204 204 171
Hex CC CC AB

RGB Percentages of Color #ccccab

%35.23
%35.23
%29.53

CMYK Percentages of Color #ccccab

%0
%0
%16
%20

Triadic Colors of #ccccab

#ccccab #abcccc #ccabcc

Analogous Colors of #ccccab

#ccccab #bcccab #ccbcab

Monochromatic Colors of #ccccab

#ccccab

Complementary Color

#ccccab #ababcc

#ccccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccab Color CSS Codes

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

#ccccab Text Font Color

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

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


#ccccab Background Color

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

This div background color is #ccccab


#ccccab Border Color

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

This div border color is #ccccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccab

#ccccab Color Palettes


Comments

No comments written yet.

Please login to write comment.