Color Hex Logo

#c4baad Color Hex

#C4BAAD
(196,186,173)
0 Favorites   0 Comments

Color spaces of #c4baad

RGB 196186173
HSL0.090.160.72
HSV34°12°77°
CMYK 0.000.050.12   0.23
XYZ47.866749.870746.6383
Yxy49.87070.33150.3454
Hunter Lab70.6192-2.593710.2772
CIE-Lab75.98981.29547.8415

#c4baad color RGB value is (196,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 10101101
Octal 304 272 255
Decimal 196 186 173
Hex C4 BA AD

RGB Percentages of Color #c4baad

%35.32
%33.51
%31.17

CMYK Percentages of Color #c4baad

%0
%5
%12
%23

Triadic Colors of #c4baad

#c4baad #adc4ba #baadc4

Analogous Colors of #c4baad

#c4baad #c3c4ad #c4afad

Monochromatic Colors of #c4baad

#c4baad

Complementary Color

#c4baad #adb7c4

#c4baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4baad Color CSS Codes

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

#c4baad Text Font Color

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

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


#c4baad Background Color

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

This div background color is #c4baad


#c4baad Border Color

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

This div border color is #c4baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4baad

#c4baad Color Palettes


Comments

No comments written yet.

Please login to write comment.