Color Hex Logo

#c4bcaf Color Hex

#C4BCAF
(196,188,175)
0 Favorites   0 Comments

Color spaces of #c4bcaf

RGB 196188175
HSL0.100.150.73
HSV37°11°77°
CMYK 0.000.040.11   0.23
XYZ48.486050.797347.8068
Yxy50.79730.32960.3453
Hunter Lab71.2722-3.294110.1210
CIE-Lab76.55610.56307.5691

#c4bcaf color RGB value is (196,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111100 10101111
Octal 304 274 257
Decimal 196 188 175
Hex C4 BC AF

RGB Percentages of Color #c4bcaf

%35.06
%33.63
%31.31

CMYK Percentages of Color #c4bcaf

%0
%4
%11
%23

Triadic Colors of #c4bcaf

#c4bcaf #afc4bc #bcafc4

Analogous Colors of #c4bcaf

#c4bcaf #c2c4af #c4b2af

Monochromatic Colors of #c4bcaf

#c4bcaf

Complementary Color

#c4bcaf #afb7c4

#c4bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bcaf Color CSS Codes

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

#c4bcaf Text Font Color

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

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


#c4bcaf Background Color

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

This div background color is #c4bcaf


#c4bcaf Border Color

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

This div border color is #c4bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bcaf


Comments

No comments written yet.

Please login to write comment.