Color Hex Logo

#ccba9c Color Hex

#CCBA9C
(204,186,156)
0 Favorites   0 Comments

Color spaces of #ccba9c

RGB 204186156
HSL0.100.320.71
HSV38°24°80°
CMYK 0.000.090.24   0.20
XYZ48.461550.355538.6179
Yxy50.35550.35260.3664
Hunter Lab70.9616-2.280617.4070
CIE-Lab76.28701.655717.5449

#ccba9c color RGB value is (204,186,156).

#ccba9c hex color red value is 204, green value is 186 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ccba9c hue: 0.10 , saturation: 0.32 and the lightness value of ccba9c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10011100
Octal 314 272 234
Decimal 204 186 156
Hex CC BA 9C

RGB Percentages of Color #ccba9c

%37.36
%34.07
%28.57

CMYK Percentages of Color #ccba9c

%0
%9
%24
%20

Triadic Colors of #ccba9c

#ccba9c #9cccba #ba9ccc

Analogous Colors of #ccba9c

#ccba9c #c6cc9c #cca29c

Monochromatic Colors of #ccba9c

#ccba9c

Complementary Color

#ccba9c #9caecc

#ccba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba9c Color CSS Codes

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

#ccba9c Text Font Color

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

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


#ccba9c Background Color

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

This div background color is #ccba9c


#ccba9c Border Color

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

This div border color is #ccba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba9c


Comments

No comments written yet.

Please login to write comment.