Color Hex Logo

#c9ada0 Color Hex

#C9ADA0
(201,173,160)
0 Favorites   0 Comments

Color spaces of #c9ada0

RGB 201173160
HSL0.050.280.71
HSV19°20°79°
CMYK 0.000.140.20   0.21
XYZ45.376144.842739.5216
Yxy44.84270.34970.3456
Hunter Lab66.96473.765611.8832
CIE-Lab72.78828.072810.4168

#c9ada0 color RGB value is (201,173,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101101 10100000
Octal 311 255 240
Decimal 201 173 160
Hex C9 AD A0

RGB Percentages of Color #c9ada0

%37.64
%32.40
%29.96

CMYK Percentages of Color #c9ada0

%0
%14
%20
%21

Triadic Colors of #c9ada0

#c9ada0 #a0c9ad #ada0c9

Analogous Colors of #c9ada0

#c9ada0 #c9c2a0 #c9a0a8

Monochromatic Colors of #c9ada0

#c9ada0

Complementary Color

#c9ada0 #a0bcc9

#c9ada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ada0 Color CSS Codes

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

#c9ada0 Text Font Color

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

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


#c9ada0 Background Color

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

This div background color is #c9ada0


#c9ada0 Border Color

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

This div border color is #c9ada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ada0


Comments

No comments written yet.

Please login to write comment.