Color Hex Logo

#ada46e Color Hex

#ADA46E
(173,164,110)
0 Favorites   0 Comments

Color spaces of #ada46e

RGB 173164110
HSL0.140.280.55
HSV51°36°68°
CMYK 0.000.050.36   0.32
XYZ33.323536.560920.0525
Yxy36.56090.37050.4065
Hunter Lab60.4656-7.440822.6633
CIE-Lab66.9463-4.960829.2220

#ada46e color RGB value is (173,164,110).

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

The process color (four color CMYK) of #ada46e color hex is 0.00, 0.05, 0.36, 0.32. Web safe color of #ada46e is #999966. Color #ada46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01101110
Octal 255 244 156
Decimal 173 164 110
Hex AD A4 6E

RGB Percentages of Color #ada46e

%38.70
%36.69
%24.61

CMYK Percentages of Color #ada46e

%0
%5
%36
%32

Triadic Colors of #ada46e

#ada46e #6eada4 #a46ead

Analogous Colors of #ada46e

#ada46e #97ad6e #ad856e

Monochromatic Colors of #ada46e

#ada46e

Complementary Color

#ada46e #6e77ad

#ada46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada46e Color CSS Codes

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

#ada46e Text Font Color

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

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


#ada46e Background Color

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

This div background color is #ada46e


#ada46e Border Color

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

This div border color is #ada46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada46e


Comments

No comments written yet.

Please login to write comment.