Color Hex Logo

#ada493 Color Hex

#ADA493
(173,164,147)
0 Favorites   0 Comments

Color spaces of #ada493

RGB 173164147
HSL0.110.140.63
HSV39°15°68°
CMYK 0.000.050.15   0.32
XYZ35.775537.541732.9645
Yxy37.54170.33660.3532
Hunter Lab61.2713-3.000910.9913
CIE-Lab67.68150.31399.9837

#ada493 color RGB value is (173,164,147).

#ada493 hex color red value is 173, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ada493 hue: 0.11 , saturation: 0.14 and the lightness value of ada493 is 0.63.

The process color (four color CMYK) of #ada493 color hex is 0.00, 0.05, 0.15, 0.32. Web safe color of #ada493 is #999999. Color #ada493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10010011
Octal 255 244 223
Decimal 173 164 147
Hex AD A4 93

RGB Percentages of Color #ada493

%35.74
%33.88
%30.37

CMYK Percentages of Color #ada493

%0
%5
%15
%32

Triadic Colors of #ada493

#ada493 #93ada4 #a493ad

Analogous Colors of #ada493

#ada493 #a9ad93 #ad9793

Monochromatic Colors of #ada493

#ada493

Complementary Color

#ada493 #939cad

#ada493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada493 Color CSS Codes

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

#ada493 Text Font Color

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

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


#ada493 Background Color

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

This div background color is #ada493


#ada493 Border Color

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

This div border color is #ada493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada493


Comments

No comments written yet.

Please login to write comment.