Color Hex Logo

#ccba9f Color Hex

#CCBA9F
(204,186,159)
0 Favorites   0 Comments

Color spaces of #ccba9f

RGB 204186159
HSL0.100.310.71
HSV36°22°80°
CMYK 0.000.090.22   0.20
XYZ48.718850.458439.9726
Yxy50.45840.35010.3626
Hunter Lab71.0341-1.885216.3599
CIE-Lab76.34982.090616.0168

#ccba9f color RGB value is (204,186,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10011111
Octal 314 272 237
Decimal 204 186 159
Hex CC BA 9F

RGB Percentages of Color #ccba9f

%37.16
%33.88
%28.96

CMYK Percentages of Color #ccba9f

%0
%9
%22
%20

Triadic Colors of #ccba9f

#ccba9f #9fccba #ba9fcc

Analogous Colors of #ccba9f

#ccba9f #c8cc9f #cca49f

Monochromatic Colors of #ccba9f

#ccba9f

Complementary Color

#ccba9f #9fb1cc

#ccba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba9f Color CSS Codes

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

#ccba9f Text Font Color

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

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


#ccba9f Background Color

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

This div background color is #ccba9f


#ccba9f Border Color

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

This div border color is #ccba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba9f


Comments

No comments written yet.

Please login to write comment.