Color Hex Logo

#c2baad Color Hex

#C2BAAD
(194,186,173)
0 Favorites   0 Comments

Color spaces of #c2baad

RGB 194186173
HSL0.100.150.72
HSV37°11°76°
CMYK 0.000.040.11   0.24
XYZ47.349949.604346.6141
Yxy49.60430.32980.3455
Hunter Lab70.4303-3.248510.0603
CIE-Lab75.82570.56597.5847

#c2baad color RGB value is (194,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 10101101
Octal 302 272 255
Decimal 194 186 173
Hex C2 BA AD

RGB Percentages of Color #c2baad

%35.08
%33.63
%31.28

CMYK Percentages of Color #c2baad

%0
%4
%11
%24

Triadic Colors of #c2baad

#c2baad #adc2ba #baadc2

Analogous Colors of #c2baad

#c2baad #c0c2ad #c2b0ad

Monochromatic Colors of #c2baad

#c2baad

Complementary Color

#c2baad #adb5c2

#c2baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2baad Color CSS Codes

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

#c2baad Text Font Color

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

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


#c2baad Background Color

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

This div background color is #c2baad


#c2baad Border Color

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

This div border color is #c2baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2baad


Comments

No comments written yet.

Please login to write comment.