Color Hex Logo

#ada16d Color Hex

#ADA16D
(173,161,109)
0 Favorites   0 Comments

Color spaces of #ada16d

RGB 173161109
HSL0.140.280.55
HSV49°37°68°
CMYK 0.000.070.37   0.32
XYZ32.738835.478119.5904
Yxy35.47810.37280.4040
Hunter Lab59.5635-6.124422.1940
CIE-Lab66.1192-3.470128.6769

#ada16d color RGB value is (173,161,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01101101
Octal 255 241 155
Decimal 173 161 109
Hex AD A1 6D

RGB Percentages of Color #ada16d

%39.05
%36.34
%24.60

CMYK Percentages of Color #ada16d

%0
%7
%37
%32

Triadic Colors of #ada16d

#ada16d #6dada1 #a16dad

Analogous Colors of #ada16d

#ada16d #99ad6d #ad816d

Monochromatic Colors of #ada16d

#ada16d

Complementary Color

#ada16d #6d79ad

#ada16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada16d Color CSS Codes

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

#ada16d Text Font Color

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

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


#ada16d Background Color

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

This div background color is #ada16d


#ada16d Border Color

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

This div border color is #ada16d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,161,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 #ada16d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada16d


Comments

No comments written yet.

Please login to write comment.