Color Hex Logo

#ada55e Color Hex

#ADA55E
(173,165,94)
0 Favorites   0 Comments

Color spaces of #ada55e

RGB 17316594
HSL0.150.330.52
HSV54°46°68°
CMYK 0.000.050.46   0.32
XYZ32.709136.602715.9307
Yxy36.60270.38370.4294
Hunter Lab60.5002-9.370226.7381
CIE-Lab66.9779-7.277337.6780

#ada55e color RGB value is (173,165,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01011110
Octal 255 245 136
Decimal 173 165 94
Hex AD A5 5E

RGB Percentages of Color #ada55e

%40.05
%38.19
%21.76

CMYK Percentages of Color #ada55e

%0
%5
%46
%32

Triadic Colors of #ada55e

#ada55e #5eada5 #a55ead

Analogous Colors of #ada55e

#ada55e #8ead5e #ad7e5e

Monochromatic Colors of #ada55e

#ada55e

Complementary Color

#ada55e #5e66ad

#ada55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada55e Color CSS Codes

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

#ada55e Text Font Color

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

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


#ada55e Background Color

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

This div background color is #ada55e


#ada55e Border Color

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

This div border color is #ada55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada55e


Comments

No comments written yet.

Please login to write comment.