Color Hex Logo

#ada13f Color Hex

#ADA13F
(173,161,63)
0 Favorites   0 Comments

Color spaces of #ada13f

RGB 17316163
HSL0.150.470.46
HSV53°64°68°
CMYK 0.000.070.64   0.32
XYZ30.875734.73299.7794
Yxy34.73290.40960.4607
Hunter Lab58.9346-9.619931.4159
CIE-Lab65.5402-7.753251.0197

#ada13f color RGB value is (173,161,63).

#ada13f hex color red value is 173, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ada13f hue: 0.15 , saturation: 0.47 and the lightness value of ada13f is 0.46.

The process color (four color CMYK) of #ada13f color hex is 0.00, 0.07, 0.64, 0.32. Web safe color of #ada13f is #999933. Color #ada13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00111111
Octal 255 241 77
Decimal 173 161 63
Hex AD A1 3F

RGB Percentages of Color #ada13f

%43.58
%40.55
%15.87

CMYK Percentages of Color #ada13f

%0
%7
%64
%32

Triadic Colors of #ada13f

#ada13f #3fada1 #a13fad

Analogous Colors of #ada13f

#ada13f #82ad3f #ad6a3f

Monochromatic Colors of #ada13f

#ada13f

Complementary Color

#ada13f #3f4bad

#ada13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada13f Color CSS Codes

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

#ada13f Text Font Color

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

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


#ada13f Background Color

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

This div background color is #ada13f


#ada13f Border Color

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

This div border color is #ada13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada13f


Comments

No comments written yet.

Please login to write comment.