Color Hex Logo

#ada84e Color Hex

#ADA84E
(173,168,78)
0 Favorites   0 Comments

Color spaces of #ada84e

RGB 17316878
HSL0.160.380.49
HSV57°55°68°
CMYK 0.000.030.55   0.32
XYZ32.611437.439612.7155
Yxy37.43960.39400.4524
Hunter Lab61.1879-11.943530.5104
CIE-Lab67.6055-10.331946.3890

#ada84e color RGB value is (173,168,78).

#ada84e hex color red value is 173, green value is 168 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ada84e hue: 0.16 , saturation: 0.38 and the lightness value of ada84e is 0.49.

The process color (four color CMYK) of #ada84e color hex is 0.00, 0.03, 0.55, 0.32. Web safe color of #ada84e is #999966. Color #ada84e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01001110
Octal 255 250 116
Decimal 173 168 78
Hex AD A8 4E

RGB Percentages of Color #ada84e

%41.29
%40.10
%18.62

CMYK Percentages of Color #ada84e

%0
%3
%55
%32

Triadic Colors of #ada84e

#ada84e #4eada8 #a84ead

Analogous Colors of #ada84e

#ada84e #83ad4e #ad794e

Monochromatic Colors of #ada84e

#ada84e

Complementary Color

#ada84e #4e53ad

#ada84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada84e Color CSS Codes

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

#ada84e Text Font Color

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

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


#ada84e Background Color

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

This div background color is #ada84e


#ada84e Border Color

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

This div border color is #ada84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada84e


Comments

No comments written yet.

Please login to write comment.