Color Hex Logo

#ada81f Color Hex

#ADA81F
(173,168,31)
0 Favorites   0 Comments

Color spaces of #ada81f

RGB 17316831
HSL0.160.700.40
HSV58°82°68°
CMYK 0.000.030.82   0.32
XYZ31.483536.98846.7764
Yxy36.98840.41840.4916
Hunter Lab60.8181-14.028135.9665
CIE-Lab67.2683-12.961364.3081

#ada81f color RGB value is (173,168,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 00011111
Octal 255 250 37
Decimal 173 168 31
Hex AD A8 1F

RGB Percentages of Color #ada81f

%46.51
%45.16
%8.33

CMYK Percentages of Color #ada81f

%0
%3
%82
%32

Triadic Colors of #ada81f

#ada81f #1fada8 #a81fad

Analogous Colors of #ada81f

#ada81f #6bad1f #ad611f

Monochromatic Colors of #ada81f

#ada81f

Complementary Color

#ada81f #1f24ad

#ada81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada81f Color CSS Codes

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

#ada81f Text Font Color

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

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


#ada81f Background Color

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

This div background color is #ada81f


#ada81f Border Color

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

This div border color is #ada81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada81f


Comments

No comments written yet.

Please login to write comment.