Color Hex Logo

#adb32a Color Hex

#ADB32A
(173,179,42)
0 Favorites   0 Comments

Color spaces of #adb32a

RGB 17317942
HSL0.170.620.43
HSV63°77°70°
CMYK 0.030.000.77   0.30
XYZ33.771641.29168.3806
Yxy41.29160.40470.4948
Hunter Lab64.2585-18.640337.2484
CIE-Lab70.3797-18.186963.8556

#adb32a color RGB value is (173,179,42).

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

The process color (four color CMYK) of #adb32a color hex is 0.03, 0.00, 0.77, 0.30. Web safe color of #adb32a is #99cc33. Color #adb32a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 00101010
Octal 255 263 52
Decimal 173 179 42
Hex AD B3 2A

RGB Percentages of Color #adb32a

%43.91
%45.43
%10.66

CMYK Percentages of Color #adb32a

%3
%0
%77
%30

Triadic Colors of #adb32a

#adb32a #2aadb3 #b32aad

Analogous Colors of #adb32a

#adb32a #69b32a #b3752a

Monochromatic Colors of #adb32a

#adb32a

Complementary Color

#adb32a #302ab3

#adb32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb32a Color CSS Codes

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

#adb32a Text Font Color

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

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


#adb32a Background Color

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

This div background color is #adb32a


#adb32a Border Color

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

This div border color is #adb32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb32a


Comments

No comments written yet.

Please login to write comment.