Color Hex Logo

#ada85b Color Hex

#ADA85B
(173,168,91)
0 Favorites   0 Comments

Color spaces of #ada85b

RGB 17316891
HSL0.160.330.52
HSV56°47°68°
CMYK 0.000.030.47   0.32
XYZ33.124537.644815.4179
Yxy37.64480.38430.4368
Hunter Lab61.3554-11.003428.0499
CIE-Lab67.7580-9.162840.1662

#ada85b color RGB value is (173,168,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01011011
Octal 255 250 133
Decimal 173 168 91
Hex AD A8 5B

RGB Percentages of Color #ada85b

%40.05
%38.89
%21.06

CMYK Percentages of Color #ada85b

%0
%3
%47
%32

Triadic Colors of #ada85b

#ada85b #5bada8 #a85bad

Analogous Colors of #ada85b

#ada85b #89ad5b #ad7f5b

Monochromatic Colors of #ada85b

#ada85b

Complementary Color

#ada85b #5b60ad

#ada85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada85b Color CSS Codes

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

#ada85b Text Font Color

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

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


#ada85b Background Color

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

This div background color is #ada85b


#ada85b Border Color

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

This div border color is #ada85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada85b


Comments

No comments written yet.

Please login to write comment.