Color Hex Logo

#c4bbaf Color Hex

#C4BBAF
(196,187,175)
0 Favorites   0 Comments

Color spaces of #c4bbaf

RGB 196187175
HSL0.100.150.73
HSV34°11°77°
CMYK 0.000.050.11   0.23
XYZ48.273150.371647.7359
Yxy50.37160.32980.3441
Hunter Lab70.9730-2.79389.8030
CIE-Lab76.29681.09507.1972

#c4bbaf color RGB value is (196,187,175).

#c4bbaf hex color red value is 196, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c4bbaf hue: 0.10 , saturation: 0.15 and the lightness value of c4bbaf is 0.73.

The process color (four color CMYK) of #c4bbaf color hex is 0.00, 0.05, 0.11, 0.23. Web safe color of #c4bbaf is #cccc99. Color #c4bbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 10101111
Octal 304 273 257
Decimal 196 187 175
Hex C4 BB AF

RGB Percentages of Color #c4bbaf

%35.13
%33.51
%31.36

CMYK Percentages of Color #c4bbaf

%0
%5
%11
%23

Triadic Colors of #c4bbaf

#c4bbaf #afc4bb #bbafc4

Analogous Colors of #c4bbaf

#c4bbaf #c3c4af #c4b1af

Monochromatic Colors of #c4bbaf

#c4bbaf

Complementary Color

#c4bbaf #afb8c4

#c4bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbaf Color CSS Codes

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

#c4bbaf Text Font Color

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

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


#c4bbaf Background Color

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

This div background color is #c4bbaf


#c4bbaf Border Color

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

This div border color is #c4bbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,187,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbaf

#c4bbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.