Color Hex Logo

#adb040 Color Hex

#ADB040
(173,176,64)
0 Favorites   0 Comments

Color spaces of #adb040

RGB 17317664
HSL0.170.470.47
HSV62°64°69°
CMYK 0.020.000.64   0.31
XYZ33.684340.305110.8548
Yxy40.30510.39700.4750
Hunter Lab63.4863-16.393234.3031
CIE-Lab69.6863-15.503354.9985

#adb040 color RGB value is (173,176,64).

#adb040 hex color red value is 173, green value is 176 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #adb040 hue: 0.17 , saturation: 0.47 and the lightness value of adb040 is 0.47.

The process color (four color CMYK) of #adb040 color hex is 0.02, 0.00, 0.64, 0.31. Web safe color of #adb040 is #999933. Color #adb040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 01000000
Octal 255 260 100
Decimal 173 176 64
Hex AD B0 40

RGB Percentages of Color #adb040

%41.89
%42.62
%15.50

CMYK Percentages of Color #adb040

%2
%0
%64
%31

Triadic Colors of #adb040

#adb040 #40adb0 #b040ad

Analogous Colors of #adb040

#adb040 #75b040 #b07b40

Monochromatic Colors of #adb040

#adb040

Complementary Color

#adb040 #4340b0

#adb040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb040 Color CSS Codes

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

#adb040 Text Font Color

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

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


#adb040 Background Color

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

This div background color is #adb040


#adb040 Border Color

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

This div border color is #adb040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb040


Comments

No comments written yet.

Please login to write comment.