Color Hex Logo

#ada51f Color Hex

#ADA51F
(173,165,31)
0 Favorites   0 Comments

Color spaces of #ada51f

RGB 17316531
HSL0.160.700.40
HSV57°82°68°
CMYK 0.000.050.82   0.32
XYZ30.936035.89346.5939
Yxy35.89340.42130.4889
Hunter Lab59.9111-12.673335.4122
CIE-Lab66.4384-11.401263.5952

#ada51f color RGB value is (173,165,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00011111
Octal 255 245 37
Decimal 173 165 31
Hex AD A5 1F

RGB Percentages of Color #ada51f

%46.88
%44.72
%8.40

CMYK Percentages of Color #ada51f

%0
%5
%82
%32

Triadic Colors of #ada51f

#ada51f #1fada5 #a51fad

Analogous Colors of #ada51f

#ada51f #6ead1f #ad5e1f

Monochromatic Colors of #ada51f

#ada51f

Complementary Color

#ada51f #1f27ad

#ada51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada51f Color CSS Codes

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

#ada51f Text Font Color

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

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


#ada51f Background Color

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

This div background color is #ada51f


#ada51f Border Color

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

This div border color is #ada51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada51f


Comments

No comments written yet.

Please login to write comment.