Color Hex Logo

#ada54b Color Hex

#ADA54B
(173,165,75)
0 Favorites   0 Comments

Color spaces of #ada54b

RGB 17316575
HSL0.150.400.49
HSV55°57°68°
CMYK 0.000.050.57   0.32
XYZ31.958736.302511.9793
Yxy36.30250.39830.4524
Hunter Lab60.2516-10.760030.3880
CIE-Lab66.7504-8.997146.8389

#ada54b color RGB value is (173,165,75).

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

The process color (four color CMYK) of #ada54b color hex is 0.00, 0.05, 0.57, 0.32. Web safe color of #ada54b is #999933. Color #ada54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01001011
Octal 255 245 113
Decimal 173 165 75
Hex AD A5 4B

RGB Percentages of Color #ada54b

%41.89
%39.95
%18.16

CMYK Percentages of Color #ada54b

%0
%5
%57
%32

Triadic Colors of #ada54b

#ada54b #4bada5 #a54bad

Analogous Colors of #ada54b

#ada54b #84ad4b #ad744b

Monochromatic Colors of #ada54b

#ada54b

Complementary Color

#ada54b #4b53ad

#ada54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada54b Color CSS Codes

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

#ada54b Text Font Color

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

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


#ada54b Background Color

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

This div background color is #ada54b


#ada54b Border Color

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

This div border color is #ada54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada54b


Comments

No comments written yet.

Please login to write comment.