Color Hex Logo

#c2adab Color Hex

#C2ADAB
(194,173,171)
0 Favorites   0 Comments

Color spaces of #c2adab

RGB 194173171
HSL0.010.160.72
HSV12°76°
CMYK 0.000.110.12   0.24
XYZ44.542444.296744.7306
Yxy44.29670.33350.3316
Hunter Lab66.55582.98846.7416
CIE-Lab72.42647.22433.7819

#c2adab color RGB value is (194,173,171).

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

The process color (four color CMYK) of #c2adab color hex is 0.00, 0.11, 0.12, 0.24. Web safe color of #c2adab is #cc9999. Color #c2adab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 10101011
Octal 302 255 253
Decimal 194 173 171
Hex C2 AD AB

RGB Percentages of Color #c2adab

%36.06
%32.16
%31.78

CMYK Percentages of Color #c2adab

%0
%11
%12
%24

Triadic Colors of #c2adab

#c2adab #abc2ad #adabc2

Analogous Colors of #c2adab

#c2adab #c2b9ab #c2abb5

Monochromatic Colors of #c2adab

#c2adab

Complementary Color

#c2adab #abc0c2

#c2adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adab Color CSS Codes

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

#c2adab Text Font Color

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

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


#c2adab Background Color

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

This div background color is #c2adab


#c2adab Border Color

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

This div border color is #c2adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adab


Comments

No comments written yet.

Please login to write comment.