Color Hex Logo

#c9adaa Color Hex

#C9ADAA
(201,173,170)
0 Favorites   0 Comments

Color spaces of #c9adaa

RGB 201173170
HSL0.020.220.73
HSV15°79°
CMYK 0.000.140.15   0.21
XYZ46.286745.206944.3164
Yxy45.20690.34080.3329
Hunter Lab67.23615.21997.9862
CIE-Lab73.02799.63625.2794

#c9adaa color RGB value is (201,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101101 10101010
Octal 311 255 252
Decimal 201 173 170
Hex C9 AD AA

RGB Percentages of Color #c9adaa

%36.95
%31.80
%31.25

CMYK Percentages of Color #c9adaa

%0
%14
%15
%21

Triadic Colors of #c9adaa

#c9adaa #aac9ad #adaac9

Analogous Colors of #c9adaa

#c9adaa #c9bdaa #c9aab7

Monochromatic Colors of #c9adaa

#c9adaa

Complementary Color

#c9adaa #aac6c9

#c9adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9adaa Color CSS Codes

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

#c9adaa Text Font Color

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

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


#c9adaa Background Color

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

This div background color is #c9adaa


#c9adaa Border Color

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

This div border color is #c9adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9adaa


Comments

No comments written yet.

Please login to write comment.