Color Hex Logo

#ada65e Color Hex

#ADA65E
(173,166,94)
0 Favorites   0 Comments

Color spaces of #ada65e

RGB 17316694
HSL0.150.330.52
HSV55°46°68°
CMYK 0.000.040.46   0.32
XYZ32.890236.964815.9911
Yxy36.96480.38310.4306
Hunter Lab60.7987-9.834726.9648
CIE-Lab67.2506-7.807438.0152

#ada65e color RGB value is (173,166,94).

#ada65e hex color red value is 173, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ada65e hue: 0.15 , saturation: 0.33 and the lightness value of ada65e is 0.52.

The process color (four color CMYK) of #ada65e color hex is 0.00, 0.04, 0.46, 0.32. Web safe color of #ada65e is #999966. Color #ada65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01011110
Octal 255 246 136
Decimal 173 166 94
Hex AD A6 5E

RGB Percentages of Color #ada65e

%39.95
%38.34
%21.71

CMYK Percentages of Color #ada65e

%0
%4
%46
%32

Triadic Colors of #ada65e

#ada65e #5eada6 #a65ead

Analogous Colors of #ada65e

#ada65e #8dad5e #ad7f5e

Monochromatic Colors of #ada65e

#ada65e

Complementary Color

#ada65e #5e65ad

#ada65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada65e Color CSS Codes

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

#ada65e Text Font Color

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

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


#ada65e Background Color

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

This div background color is #ada65e


#ada65e Border Color

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

This div border color is #ada65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada65e

#ada65e Color Palettes


Comments

No comments written yet.

Please login to write comment.