Color Hex Logo

#ccbbac Color Hex

#CCBBAC
(204,187,172)
0 Favorites   0 Comments

Color spaces of #ccbbac

RGB 204187172
HSL0.080.240.74
HSV28°16°80°
CMYK 0.000.080.16   0.20
XYZ50.118651.356646.3010
Yxy51.35660.33920.3475
Hunter Lab71.6635-0.575411.8579
CIE-Lab76.89453.53889.7656

#ccbbac color RGB value is (204,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10101100
Octal 314 273 254
Decimal 204 187 172
Hex CC BB AC

RGB Percentages of Color #ccbbac

%36.23
%33.21
%30.55

CMYK Percentages of Color #ccbbac

%0
%8
%16
%20

Triadic Colors of #ccbbac

#ccbbac #acccbb #bbaccc

Analogous Colors of #ccbbac

#ccbbac #cccbac #ccacad

Monochromatic Colors of #ccbbac

#ccbbac

Complementary Color

#ccbbac #acbdcc

#ccbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbac Color CSS Codes

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

#ccbbac Text Font Color

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

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


#ccbbac Background Color

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

This div background color is #ccbbac


#ccbbac Border Color

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

This div border color is #ccbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbac

#ccbbac Color Palettes


Comments

No comments written yet.

Please login to write comment.