Color Hex Logo

#ccc0ab Color Hex

#CCC0AB
(204,192,171)
0 Favorites   0 Comments

Color spaces of #ccc0ab

RGB 204192171
HSL0.110.240.74
HSV38°16°80°
CMYK 0.000.060.16   0.20
XYZ51.102253.476946.1568
Yxy53.47690.33900.3548
Hunter Lab73.1279-3.237013.7669
CIE-Lab78.15570.728012.0964

#ccc0ab color RGB value is (204,192,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10101011
Octal 314 300 253
Decimal 204 192 171
Hex CC C0 AB

RGB Percentages of Color #ccc0ab

%35.98
%33.86
%30.16

CMYK Percentages of Color #ccc0ab

%0
%6
%16
%20

Triadic Colors of #ccc0ab

#ccc0ab #abccc0 #c0abcc

Analogous Colors of #ccc0ab

#ccc0ab #c8ccab #ccb0ab

Monochromatic Colors of #ccc0ab

#ccc0ab

Complementary Color

#ccc0ab #abb7cc

#ccc0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc0ab Color CSS Codes

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

#ccc0ab Text Font Color

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

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


#ccc0ab Background Color

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

This div background color is #ccc0ab


#ccc0ab Border Color

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

This div border color is #ccc0ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,192,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 #ccc0ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc0ab


Comments

No comments written yet.

Please login to write comment.