Color Hex Logo

#ada85f Color Hex

#ADA85F
(173,168,95)
0 Favorites   0 Comments

Color spaces of #ada85f

RGB 17316895
HSL0.160.320.53
HSV56°45°68°
CMYK 0.000.030.45   0.32
XYZ33.301837.715716.3511
Yxy37.71570.38120.4317
Hunter Lab61.4131-10.679727.2033
CIE-Lab67.8106-8.762738.1947

#ada85f color RGB value is (173,168,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01011111
Octal 255 250 137
Decimal 173 168 95
Hex AD A8 5F

RGB Percentages of Color #ada85f

%39.68
%38.53
%21.79

CMYK Percentages of Color #ada85f

%0
%3
%45
%32

Triadic Colors of #ada85f

#ada85f #5fada8 #a85fad

Analogous Colors of #ada85f

#ada85f #8bad5f #ad815f

Monochromatic Colors of #ada85f

#ada85f

Complementary Color

#ada85f #5f64ad

#ada85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada85f Color CSS Codes

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

#ada85f Text Font Color

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

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


#ada85f Background Color

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

This div background color is #ada85f


#ada85f Border Color

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

This div border color is #ada85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada85f


Comments

No comments written yet.

Please login to write comment.