Color Hex Logo

#c4baaf Color Hex

#C4BAAF
(196,186,175)
0 Favorites   0 Comments

Color spaces of #c4baaf

RGB 196186175
HSL0.090.150.73
HSV31°11°77°
CMYK 0.000.050.11   0.23
XYZ48.061749.948747.6654
Yxy49.94870.32990.3429
Hunter Lab70.6744-2.29239.4847
CIE-Lab76.03781.62826.8255

#c4baaf color RGB value is (196,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 10101111
Octal 304 272 257
Decimal 196 186 175
Hex C4 BA AF

RGB Percentages of Color #c4baaf

%35.19
%33.39
%31.42

CMYK Percentages of Color #c4baaf

%0
%5
%11
%23

Triadic Colors of #c4baaf

#c4baaf #afc4ba #baafc4

Analogous Colors of #c4baaf

#c4baaf #c4c4af #c4b0af

Monochromatic Colors of #c4baaf

#c4baaf

Complementary Color

#c4baaf #afb9c4

#c4baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4baaf Color CSS Codes

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

#c4baaf Text Font Color

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

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


#c4baaf Background Color

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

This div background color is #c4baaf


#c4baaf Border Color

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

This div border color is #c4baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4baaf


Comments

No comments written yet.

Please login to write comment.