Color Hex Logo

#ccc5ba Color Hex

#CCC5BA
(204,197,186)
0 Favorites   0 Comments

Color spaces of #ccc5ba

RGB 204197186
HSL0.100.150.76
HSV37°80°
CMYK 0.000.030.09   0.20
XYZ53.731056.315054.4923
Yxy56.31500.32660.3423
Hunter Lab75.0433-3.51999.4772
CIE-Lab79.79280.52726.3705

#ccc5ba color RGB value is (204,197,186).

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

The process color (four color CMYK) of #ccc5ba color hex is 0.00, 0.03, 0.09, 0.20. Web safe color of #ccc5ba is #cccccc. Color #ccc5ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 10111010
Octal 314 305 272
Decimal 204 197 186
Hex CC C5 BA

RGB Percentages of Color #ccc5ba

%34.75
%33.56
%31.69

CMYK Percentages of Color #ccc5ba

%0
%3
%9
%20

Triadic Colors of #ccc5ba

#ccc5ba #baccc5 #c5bacc

Analogous Colors of #ccc5ba

#ccc5ba #caccba #ccbcba

Monochromatic Colors of #ccc5ba

#ccc5ba

Complementary Color

#ccc5ba #bac1cc

#ccc5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5ba Color CSS Codes

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

#ccc5ba Text Font Color

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

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


#ccc5ba Background Color

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

This div background color is #ccc5ba


#ccc5ba Border Color

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

This div border color is #ccc5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5ba

#ccc5ba Color Palettes


Comments

No comments written yet.

Please login to write comment.