Color Hex Logo

#ada740 Color Hex

#ADA740
(173,167,64)
0 Favorites   0 Comments

Color spaces of #ada740

RGB 17316764
HSL0.160.460.46
HSV57°63°68°
CMYK 0.000.030.63   0.32
XYZ31.977736.891810.2859
Yxy36.89180.40400.4661
Hunter Lab60.7386-12.315832.4765
CIE-Lab67.1958-10.847852.3538

#ada740 color RGB value is (173,167,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01000000
Octal 255 247 100
Decimal 173 167 64
Hex AD A7 40

RGB Percentages of Color #ada740

%42.82
%41.34
%15.84

CMYK Percentages of Color #ada740

%0
%3
%63
%32

Triadic Colors of #ada740

#ada740 #40ada7 #a740ad

Analogous Colors of #ada740

#ada740 #7dad40 #ad7140

Monochromatic Colors of #ada740

#ada740

Complementary Color

#ada740 #4046ad

#ada740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada740 Color CSS Codes

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

#ada740 Text Font Color

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

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


#ada740 Background Color

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

This div background color is #ada740


#ada740 Border Color

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

This div border color is #ada740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada740


Comments

No comments written yet.

Please login to write comment.