Color Hex Logo

#ada54e Color Hex

#ADA54E
(173,165,78)
0 Favorites   0 Comments

Color spaces of #ada54e

RGB 17316578
HSL0.150.380.49
HSV55°55°68°
CMYK 0.000.050.55   0.32
XYZ32.063936.344612.5330
Yxy36.34460.39610.4490
Hunter Lab60.2865-10.564529.8747
CIE-Lab66.7824-8.753845.4397

#ada54e color RGB value is (173,165,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01001110
Octal 255 245 116
Decimal 173 165 78
Hex AD A5 4E

RGB Percentages of Color #ada54e

%41.59
%39.66
%18.75

CMYK Percentages of Color #ada54e

%0
%5
%55
%32

Triadic Colors of #ada54e

#ada54e #4eada5 #a54ead

Analogous Colors of #ada54e

#ada54e #86ad4e #ad764e

Monochromatic Colors of #ada54e

#ada54e

Complementary Color

#ada54e #4e56ad

#ada54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada54e Color CSS Codes

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

#ada54e Text Font Color

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

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


#ada54e Background Color

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

This div background color is #ada54e


#ada54e Border Color

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

This div border color is #ada54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada54e


Comments

No comments written yet.

Please login to write comment.