Color Hex Logo

#adb81d Color Hex

#ADB81D
(173,184,29)
0 Favorites   0 Comments

Color spaces of #adb81d

RGB 17318429
HSL0.180.730.42
HSV64°84°72°
CMYK 0.060.000.84   0.28
XYZ34.595843.25397.6878
Yxy43.25390.40450.5057
Hunter Lab65.7677-21.197139.1068
CIE-Lab71.7270-21.136168.5905

#adb81d color RGB value is (173,184,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 00011101
Octal 255 270 35
Decimal 173 184 29
Hex AD B8 1D

RGB Percentages of Color #adb81d

%44.82
%47.67
%7.51

CMYK Percentages of Color #adb81d

%6
%0
%84
%28

Triadic Colors of #adb81d

#adb81d #1dadb8 #b81dad

Analogous Colors of #adb81d

#adb81d #5fb81d #b8761d

Monochromatic Colors of #adb81d

#adb81d

Complementary Color

#adb81d #281db8

#adb81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb81d Color CSS Codes

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

#adb81d Text Font Color

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

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


#adb81d Background Color

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

This div background color is #adb81d


#adb81d Border Color

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

This div border color is #adb81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb81d


Comments

No comments written yet.

Please login to write comment.