Color Hex Logo

#ada940 Color Hex

#ADA940
(173,169,64)
0 Favorites   0 Comments

Color spaces of #ada940

RGB 17316964
HSL0.160.460.46
HSV58°63°68°
CMYK 0.000.020.63   0.32
XYZ32.347037.630310.4090
Yxy37.63030.40240.4681
Hunter Lab61.3435-13.226532.8799
CIE-Lab67.7472-11.891352.9427

#ada940 color RGB value is (173,169,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01000000
Octal 255 251 100
Decimal 173 169 64
Hex AD A9 40

RGB Percentages of Color #ada940

%42.61
%41.63
%15.76

CMYK Percentages of Color #ada940

%0
%2
%63
%32

Triadic Colors of #ada940

#ada940 #40ada9 #a940ad

Analogous Colors of #ada940

#ada940 #7bad40 #ad7340

Monochromatic Colors of #ada940

#ada940

Complementary Color

#ada940 #4044ad

#ada940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada940 Color CSS Codes

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

#ada940 Text Font Color

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

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


#ada940 Background Color

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

This div background color is #ada940


#ada940 Border Color

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

This div border color is #ada940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada940


Comments

No comments written yet.

Please login to write comment.