Color Hex Logo

#c9adab Color Hex

#C9ADAB
(201,173,171)
0 Favorites   0 Comments

Color spaces of #c9adab

RGB 201173171
HSL0.010.220.73
HSV15°79°
CMYK 0.000.140.15   0.21
XYZ46.381645.244944.8166
Yxy45.24490.33990.3316
Hunter Lab67.26435.37077.5815
CIE-Lab73.05299.79744.7668

#c9adab color RGB value is (201,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101101 10101011
Octal 311 255 253
Decimal 201 173 171
Hex C9 AD AB

RGB Percentages of Color #c9adab

%36.88
%31.74
%31.38

CMYK Percentages of Color #c9adab

%0
%14
%15
%21

Triadic Colors of #c9adab

#c9adab #abc9ad #adabc9

Analogous Colors of #c9adab

#c9adab #c9bcab #c9abb8

Monochromatic Colors of #c9adab

#c9adab

Complementary Color

#c9adab #abc7c9

#c9adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9adab Color CSS Codes

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

#c9adab Text Font Color

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

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


#c9adab Background Color

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

This div background color is #c9adab


#c9adab Border Color

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

This div border color is #c9adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9adab


Comments

No comments written yet.

Please login to write comment.