Color Hex Logo

#adb52a Color Hex

#ADB52A
(173,181,42)
0 Favorites   0 Comments

Color spaces of #adb52a

RGB 17318142
HSL0.180.620.44
HSV63°77°71°
CMYK 0.040.000.77   0.29
XYZ34.175442.09928.5152
Yxy42.09920.40310.4965
Hunter Lab64.8839-19.528037.6377
CIE-Lab70.9393-19.192864.3673

#adb52a color RGB value is (173,181,42).

#adb52a hex color red value is 173, green value is 181 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #adb52a hue: 0.18 , saturation: 0.62 and the lightness value of adb52a is 0.44.

The process color (four color CMYK) of #adb52a color hex is 0.04, 0.00, 0.77, 0.29. Web safe color of #adb52a is #99cc33. Color #adb52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 00101010
Octal 255 265 52
Decimal 173 181 42
Hex AD B5 2A

RGB Percentages of Color #adb52a

%43.69
%45.71
%10.61

CMYK Percentages of Color #adb52a

%4
%0
%77
%29

Triadic Colors of #adb52a

#adb52a #2aadb5 #b52aad

Analogous Colors of #adb52a

#adb52a #68b52a #b5782a

Monochromatic Colors of #adb52a

#adb52a

Complementary Color

#adb52a #322ab5

#adb52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb52a Color CSS Codes

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

#adb52a Text Font Color

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

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


#adb52a Background Color

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

This div background color is #adb52a


#adb52a Border Color

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

This div border color is #adb52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb52a


Comments

No comments written yet.

Please login to write comment.