Color Hex Logo

#adb40a Color Hex

#ADB40A
(173,180,10)
0 Favorites   0 Comments

Color spaces of #adb40a

RGB 17318010
HSL0.170.890.37
HSV62°94°71°
CMYK 0.040.000.94   0.29
XYZ33.609641.54876.5354
Yxy41.54870.41140.5086
Hunter Lab64.4583-19.729239.1094
CIE-Lab70.5586-19.525370.9320

#adb40a color RGB value is (173,180,10).

#adb40a hex color red value is 173, green value is 180 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #adb40a hue: 0.17 , saturation: 0.89 and the lightness value of adb40a is 0.37.

The process color (four color CMYK) of #adb40a color hex is 0.04, 0.00, 0.94, 0.29. Web safe color of #adb40a is #99cc00. Color #adb40a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 00001010
Octal 255 264 12
Decimal 173 180 10
Hex AD B4 A

RGB Percentages of Color #adb40a

%47.66
%49.59
%2.75

CMYK Percentages of Color #adb40a

%4
%0
%94
%29

Triadic Colors of #adb40a

#adb40a #0aadb4 #b40aad

Analogous Colors of #adb40a

#adb40a #58b40a #b4660a

Monochromatic Colors of #adb40a

#adb40a

Complementary Color

#adb40a #110ab4

#adb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb40a Color CSS Codes

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

#adb40a Text Font Color

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

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


#adb40a Background Color

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

This div background color is #adb40a


#adb40a Border Color

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

This div border color is #adb40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb40a


Comments

No comments written yet.

Please login to write comment.