Color Hex Logo

#ada46d Color Hex

#ADA46D
(173,164,109)
0 Favorites   0 Comments

Color spaces of #ada46d

RGB 173164109
HSL0.140.280.55
HSV52°37°68°
CMYK 0.000.050.37   0.32
XYZ33.269436.539319.7673
Yxy36.53930.37140.4079
Hunter Lab60.4477-7.540222.9247
CIE-Lab66.9299-5.081329.7359

#ada46d color RGB value is (173,164,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01101101
Octal 255 244 155
Decimal 173 164 109
Hex AD A4 6D

RGB Percentages of Color #ada46d

%38.79
%36.77
%24.44

CMYK Percentages of Color #ada46d

%0
%5
%37
%32

Triadic Colors of #ada46d

#ada46d #6dada4 #a46dad

Analogous Colors of #ada46d

#ada46d #96ad6d #ad846d

Monochromatic Colors of #ada46d

#ada46d

Complementary Color

#ada46d #6d76ad

#ada46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada46d Color CSS Codes

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

#ada46d Text Font Color

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

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


#ada46d Background Color

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

This div background color is #ada46d


#ada46d Border Color

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

This div border color is #ada46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada46d


Comments

No comments written yet.

Please login to write comment.