Color Hex Logo

#adb42d Color Hex

#ADB42D
(173,180,45)
0 Favorites   0 Comments

Color spaces of #adb42d

RGB 17318045
HSL0.180.600.44
HSV63°75°71°
CMYK 0.040.000.75   0.29
XYZ34.028541.71628.7412
Yxy41.71620.40280.4938
Hunter Lab64.5881-18.985737.1875
CIE-Lab70.6748-18.563163.1613

#adb42d color RGB value is (173,180,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 00101101
Octal 255 264 55
Decimal 173 180 45
Hex AD B4 2D

RGB Percentages of Color #adb42d

%43.47
%45.23
%11.31

CMYK Percentages of Color #adb42d

%4
%0
%75
%29

Triadic Colors of #adb42d

#adb42d #2dadb4 #b42dad

Analogous Colors of #adb42d

#adb42d #6ab42d #b4782d

Monochromatic Colors of #adb42d

#adb42d

Complementary Color

#adb42d #342db4

#adb42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb42d Color CSS Codes

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

#adb42d Text Font Color

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

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


#adb42d Background Color

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

This div background color is #adb42d


#adb42d Border Color

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

This div border color is #adb42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb42d


Comments

No comments written yet.

Please login to write comment.