Color Hex Logo

#c9bcad Color Hex

#C9BCAD
(201,188,173)
0 Favorites   0 Comments

Color spaces of #c9bcad

RGB 201188173
HSL0.090.210.73
HSV32°14°79°
CMYK 0.000.060.14   0.21
XYZ49.613451.401146.8417
Yxy51.40110.33560.3476
Hunter Lab71.6946-1.941611.4490
CIE-Lab76.92132.06139.2287

#c9bcad color RGB value is (201,188,173).

#c9bcad hex color red value is 201, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c9bcad hue: 0.09 , saturation: 0.21 and the lightness value of c9bcad is 0.73.

The process color (four color CMYK) of #c9bcad color hex is 0.00, 0.06, 0.14, 0.21. Web safe color of #c9bcad is #cccc99. Color #c9bcad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111100 10101101
Octal 311 274 255
Decimal 201 188 173
Hex C9 BC AD

RGB Percentages of Color #c9bcad

%35.77
%33.45
%30.78

CMYK Percentages of Color #c9bcad

%0
%6
%14
%21

Triadic Colors of #c9bcad

#c9bcad #adc9bc #bcadc9

Analogous Colors of #c9bcad

#c9bcad #c8c9ad #c9aead

Monochromatic Colors of #c9bcad

#c9bcad

Complementary Color

#c9bcad #adbac9

#c9bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bcad Color CSS Codes

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

#c9bcad Text Font Color

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

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


#c9bcad Background Color

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

This div background color is #c9bcad


#c9bcad Border Color

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

This div border color is #c9bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bcad


Comments

No comments written yet.

Please login to write comment.