Color Hex Logo

#adb91d Color Hex

#ADB91D
(173,185,29)
0 Favorites   0 Comments

Color spaces of #adb91d

RGB 17318529
HSL0.180.730.42
HSV65°84°73°
CMYK 0.060.000.84   0.27
XYZ34.804343.67097.7573
Yxy43.67090.40360.5064
Hunter Lab66.0840-21.636739.2990
CIE-Lab72.0080-21.631668.8266

#adb91d color RGB value is (173,185,29).

#adb91d hex color red value is 173, green value is 185 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adb91d hue: 0.18 , saturation: 0.73 and the lightness value of adb91d is 0.42.

The process color (four color CMYK) of #adb91d color hex is 0.06, 0.00, 0.84, 0.27. Web safe color of #adb91d is #99cc33. Color #adb91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00011101
Octal 255 271 35
Decimal 173 185 29
Hex AD B9 1D

RGB Percentages of Color #adb91d

%44.70
%47.80
%7.49

CMYK Percentages of Color #adb91d

%6
%0
%84
%27

Triadic Colors of #adb91d

#adb91d #1dadb9 #b91dad

Analogous Colors of #adb91d

#adb91d #5fb91d #b9771d

Monochromatic Colors of #adb91d

#adb91d

Complementary Color

#adb91d #291db9

#adb91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb91d Color CSS Codes

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

#adb91d Text Font Color

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

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


#adb91d Background Color

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

This div background color is #adb91d


#adb91d Border Color

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

This div border color is #adb91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb91d


Comments

No comments written yet.

Please login to write comment.