Color Hex Logo

#ccbaac Color Hex

#CCBAAC
(204,186,172)
0 Favorites   0 Comments

Color spaces of #ccbaac

RGB 204186172
HSL0.070.240.74
HSV26°16°80°
CMYK 0.000.090.16   0.20
XYZ49.907150.933746.2305
Yxy50.93370.33930.3463
Hunter Lab71.3678-0.069811.5508
CIE-Lab76.63884.07199.4012

#ccbaac color RGB value is (204,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10101100
Octal 314 272 254
Decimal 204 186 172
Hex CC BA AC

RGB Percentages of Color #ccbaac

%36.30
%33.10
%30.60

CMYK Percentages of Color #ccbaac

%0
%9
%16
%20

Triadic Colors of #ccbaac

#ccbaac #acccba #baaccc

Analogous Colors of #ccbaac

#ccbaac #cccaac #ccacae

Monochromatic Colors of #ccbaac

#ccbaac

Complementary Color

#ccbaac #acbecc

#ccbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaac Color CSS Codes

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

#ccbaac Text Font Color

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

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


#ccbaac Background Color

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

This div background color is #ccbaac


#ccbaac Border Color

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

This div border color is #ccbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaac

#ccbaac Color Palettes


Comments

No comments written yet.

Please login to write comment.