Color Hex Logo

#c3baad Color Hex

#C3BAAD
(195,186,173)
0 Favorites   0 Comments

Color spaces of #c3baad

RGB 195186173
HSL0.100.150.72
HSV35°11°76°
CMYK 0.000.050.11   0.24
XYZ47.607449.737046.6262
Yxy49.73700.33070.3455
Hunter Lab70.5245-2.921710.1684
CIE-Lab75.90750.93047.7127

#c3baad color RGB value is (195,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111010 10101101
Octal 303 272 255
Decimal 195 186 173
Hex C3 BA AD

RGB Percentages of Color #c3baad

%35.20
%33.57
%31.23

CMYK Percentages of Color #c3baad

%0
%5
%11
%24

Triadic Colors of #c3baad

#c3baad #adc3ba #baadc3

Analogous Colors of #c3baad

#c3baad #c1c3ad #c3afad

Monochromatic Colors of #c3baad

#c3baad

Complementary Color

#c3baad #adb6c3

#c3baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3baad Color CSS Codes

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

#c3baad Text Font Color

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

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


#c3baad Background Color

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

This div background color is #c3baad


#c3baad Border Color

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

This div border color is #c3baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3baad


Comments

No comments written yet.

Please login to write comment.