Color Hex Logo

#ada990 Color Hex

#ADA990
(173,169,144)
0 Favorites   0 Comments

Color spaces of #ada990

RGB 173169144
HSL0.140.150.62
HSV52°17°68°
CMYK 0.000.020.17   0.32
XYZ36.455639.273832.0447
Yxy39.27380.33830.3644
Hunter Lab62.6688-5.833713.5512
CIE-Lab68.9491-2.876913.4302

#ada990 color RGB value is (173,169,144).

#ada990 hex color red value is 173, green value is 169 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ada990 hue: 0.14 , saturation: 0.15 and the lightness value of ada990 is 0.62.

The process color (four color CMYK) of #ada990 color hex is 0.00, 0.02, 0.17, 0.32. Web safe color of #ada990 is #999999. Color #ada990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10010000
Octal 255 251 220
Decimal 173 169 144
Hex AD A9 90

RGB Percentages of Color #ada990

%35.60
%34.77
%29.63

CMYK Percentages of Color #ada990

%0
%2
%17
%32

Triadic Colors of #ada990

#ada990 #90ada9 #a990ad

Analogous Colors of #ada990

#ada990 #a3ad90 #ad9b90

Monochromatic Colors of #ada990

#ada990

Complementary Color

#ada990 #9094ad

#ada990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada990 Color CSS Codes

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

#ada990 Text Font Color

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

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


#ada990 Background Color

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

This div background color is #ada990


#ada990 Border Color

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

This div border color is #ada990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada990


Comments

No comments written yet.

Please login to write comment.