Color Hex Logo

#c9ada1 Color Hex

#C9ADA1
(201,173,161)
0 Favorites   0 Comments

Color spaces of #c9ada1

RGB 201173161
HSL0.050.270.71
HSV18°20°79°
CMYK 0.000.140.20   0.21
XYZ45.464044.877939.9843
Yxy44.87790.34880.3444
Hunter Lab66.99103.906411.5058
CIE-Lab72.81148.22489.9022

#c9ada1 color RGB value is (201,173,161).

#c9ada1 hex color red value is 201, green value is 173 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c9ada1 hue: 0.05 , saturation: 0.27 and the lightness value of c9ada1 is 0.71.

The process color (four color CMYK) of #c9ada1 color hex is 0.00, 0.14, 0.20, 0.21. Web safe color of #c9ada1 is #cc9999. Color #c9ada1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101101 10100001
Octal 311 255 241
Decimal 201 173 161
Hex C9 AD A1

RGB Percentages of Color #c9ada1

%37.57
%32.34
%30.09

CMYK Percentages of Color #c9ada1

%0
%14
%20
%21

Triadic Colors of #c9ada1

#c9ada1 #a1c9ad #ada1c9

Analogous Colors of #c9ada1

#c9ada1 #c9c1a1 #c9a1a9

Monochromatic Colors of #c9ada1

#c9ada1

Complementary Color

#c9ada1 #a1bdc9

#c9ada1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ada1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ada1 Color CSS Codes

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

#c9ada1 Text Font Color

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

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


#c9ada1 Background Color

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

This div background color is #c9ada1


#c9ada1 Border Color

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

This div border color is #c9ada1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ada1

#c9ada1 Color Palettes


Comments

No comments written yet.

Please login to write comment.