Color Hex Logo

#ada91f Color Hex

#ADA91F
(173,169,31)
0 Favorites   0 Comments

Color spaces of #ada91f

RGB 17316931
HSL0.160.700.40
HSV58°82°68°
CMYK 0.000.020.82   0.32
XYZ31.668937.35916.8382
Yxy37.35910.41740.4924
Hunter Lab61.1221-14.478336.1522
CIE-Lab67.5456-13.478664.5459

#ada91f color RGB value is (173,169,31).

#ada91f hex color red value is 173, green value is 169 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ada91f hue: 0.16 , saturation: 0.70 and the lightness value of ada91f is 0.40.

The process color (four color CMYK) of #ada91f color hex is 0.00, 0.02, 0.82, 0.32. Web safe color of #ada91f is #999933. Color #ada91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 00011111
Octal 255 251 37
Decimal 173 169 31
Hex AD A9 1F

RGB Percentages of Color #ada91f

%46.38
%45.31
%8.31

CMYK Percentages of Color #ada91f

%0
%2
%82
%32

Triadic Colors of #ada91f

#ada91f #1fada9 #a91fad

Analogous Colors of #ada91f

#ada91f #6aad1f #ad621f

Monochromatic Colors of #ada91f

#ada91f

Complementary Color

#ada91f #1f23ad

#ada91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada91f Color CSS Codes

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

#ada91f Text Font Color

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

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


#ada91f Background Color

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

This div background color is #ada91f


#ada91f Border Color

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

This div border color is #ada91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada91f


Comments

No comments written yet.

Please login to write comment.