Color Hex Logo

#c9bdab Color Hex

#C9BDAB
(201,189,171)
0 Favorites   0 Comments

Color spaces of #c9bdab

RGB 201189171
HSL0.100.220.73
HSV36°15°79°
CMYK 0.000.060.15   0.21
XYZ49.635751.753045.9013
Yxy51.75300.33700.3514
Hunter Lab71.9396-2.735712.5275
CIE-Lab77.13291.209710.6107

#c9bdab color RGB value is (201,189,171).

#c9bdab hex color red value is 201, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c9bdab hue: 0.10 , saturation: 0.22 and the lightness value of c9bdab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 10101011
Octal 311 275 253
Decimal 201 189 171
Hex C9 BD AB

RGB Percentages of Color #c9bdab

%35.83
%33.69
%30.48

CMYK Percentages of Color #c9bdab

%0
%6
%15
%21

Triadic Colors of #c9bdab

#c9bdab #abc9bd #bdabc9

Analogous Colors of #c9bdab

#c9bdab #c6c9ab #c9aeab

Monochromatic Colors of #c9bdab

#c9bdab

Complementary Color

#c9bdab #abb7c9

#c9bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bdab Color CSS Codes

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

#c9bdab Text Font Color

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

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


#c9bdab Background Color

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

This div background color is #c9bdab


#c9bdab Border Color

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

This div border color is #c9bdab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,189,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bdab


Comments

No comments written yet.

Please login to write comment.