Color Hex Logo

#ada31f Color Hex

#ADA31F
(173,163,31)
0 Favorites   0 Comments

Color spaces of #ada31f

RGB 17316331
HSL0.150.700.40
HSV56°82°68°
CMYK 0.000.060.82   0.32
XYZ30.578135.17766.4746
Yxy35.17760.42330.4870
Hunter Lab59.3107-11.766735.0452
CIE-Lab65.8867-10.354763.1205

#ada31f color RGB value is (173,163,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00011111
Octal 255 243 37
Decimal 173 163 31
Hex AD A3 1F

RGB Percentages of Color #ada31f

%47.14
%44.41
%8.45

CMYK Percentages of Color #ada31f

%0
%6
%82
%32

Triadic Colors of #ada31f

#ada31f #1fada3 #a31fad

Analogous Colors of #ada31f

#ada31f #70ad1f #ad5c1f

Monochromatic Colors of #ada31f

#ada31f

Complementary Color

#ada31f #1f29ad

#ada31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada31f Color CSS Codes

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

#ada31f Text Font Color

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

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


#ada31f Background Color

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

This div background color is #ada31f


#ada31f Border Color

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

This div border color is #ada31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada31f


Comments

No comments written yet.

Please login to write comment.