Color Hex Logo

#ada894 Color Hex

#ADA894
(173,168,148)
0 Favorites   0 Comments

Color spaces of #ada894

RGB 173168148
HSL0.130.130.63
HSV48°14°68°
CMYK 0.000.030.14   0.32
XYZ36.581539.027633.6220
Yxy39.02760.33490.3573
Hunter Lab62.4721-4.802711.8210
CIE-Lab68.7713-1.692410.9757

#ada894 color RGB value is (173,168,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10010100
Octal 255 250 224
Decimal 173 168 148
Hex AD A8 94

RGB Percentages of Color #ada894

%35.38
%34.36
%30.27

CMYK Percentages of Color #ada894

%0
%3
%14
%32

Triadic Colors of #ada894

#ada894 #94ada8 #a894ad

Analogous Colors of #ada894

#ada894 #a6ad94 #ad9c94

Monochromatic Colors of #ada894

#ada894

Complementary Color

#ada894 #9499ad

#ada894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada894 Color CSS Codes

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

#ada894 Text Font Color

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

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


#ada894 Background Color

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

This div background color is #ada894


#ada894 Border Color

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

This div border color is #ada894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada894


Comments

No comments written yet.

Please login to write comment.