Color Hex Logo

#ada195 Color Hex

#ADA195
(173,161,149)
0 Favorites   0 Comments

Color spaces of #ada195

RGB 173161149
HSL0.080.130.63
HSV30°14°68°
CMYK 0.000.070.14   0.32
XYZ35.403336.543933.6215
Yxy36.54390.33540.3462
Hunter Lab60.4516-1.25219.3406
CIE-Lab66.93342.28197.8077

#ada195 color RGB value is (173,161,149).

#ada195 hex color red value is 173, green value is 161 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ada195 hue: 0.08 , saturation: 0.13 and the lightness value of ada195 is 0.63.

The process color (four color CMYK) of #ada195 color hex is 0.00, 0.07, 0.14, 0.32. Web safe color of #ada195 is #999999. Color #ada195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10010101
Octal 255 241 225
Decimal 173 161 149
Hex AD A1 95

RGB Percentages of Color #ada195

%35.82
%33.33
%30.85

CMYK Percentages of Color #ada195

%0
%7
%14
%32

Triadic Colors of #ada195

#ada195 #95ada1 #a195ad

Analogous Colors of #ada195

#ada195 #adad95 #ad9595

Monochromatic Colors of #ada195

#ada195

Complementary Color

#ada195 #95a1ad

#ada195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada195 Color CSS Codes

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

#ada195 Text Font Color

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

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


#ada195 Background Color

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

This div background color is #ada195


#ada195 Border Color

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

This div border color is #ada195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada195

#ada195 Color Palettes


Comments

No comments written yet.

Please login to write comment.