Color Hex Logo

#c4c9ba Color Hex

#C4C9BA
(196,201,186)
0 Favorites   0 Comments

Color spaces of #c4c9ba

RGB 196201186
HSL0.220.120.76
HSV80°79°
CMYK 0.020.000.07   0.21
XYZ52.514557.054254.6991
Yxy57.05420.31970.3473
Hunter Lab75.5342-8.08449.9383
CIE-Lab80.2101-4.41556.8893

#c4c9ba color RGB value is (196,201,186).

#c4c9ba hex color red value is 196, green value is 201 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c4c9ba hue: 0.22 , saturation: 0.12 and the lightness value of c4c9ba is 0.76.

The process color (four color CMYK) of #c4c9ba color hex is 0.02, 0.00, 0.07, 0.21. Web safe color of #c4c9ba is #cccccc. Color #c4c9ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001001 10111010
Octal 304 311 272
Decimal 196 201 186
Hex C4 C9 BA

RGB Percentages of Color #c4c9ba

%33.62
%34.48
%31.90

CMYK Percentages of Color #c4c9ba

%2
%0
%7
%21

Triadic Colors of #c4c9ba

#c4c9ba #bac4c9 #c9bac4

Analogous Colors of #c4c9ba

#c4c9ba #bdc9ba #c9c7ba

Monochromatic Colors of #c4c9ba

#c4c9ba

Complementary Color

#c4c9ba #bfbac9

#c4c9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c9ba Color CSS Codes

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

#c4c9ba Text Font Color

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

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


#c4c9ba Background Color

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

This div background color is #c4c9ba


#c4c9ba Border Color

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

This div border color is #c4c9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c9ba

#c4c9ba Color Palettes


Comments

No comments written yet.

Please login to write comment.