Color Hex Logo

#adb71d Color Hex

#ADB71D
(173,183,29)
0 Favorites   0 Comments

Color spaces of #adb71d

RGB 17318329
HSL0.180.730.42
HSV64°84°72°
CMYK 0.050.000.84   0.28
XYZ34.388842.83997.6188
Yxy42.83990.40530.5049
Hunter Lab65.4522-20.756938.9150
CIE-Lab71.4462-20.639268.3544

#adb71d color RGB value is (173,183,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 00011101
Octal 255 267 35
Decimal 173 183 29
Hex AD B7 1D

RGB Percentages of Color #adb71d

%44.94
%47.53
%7.53

CMYK Percentages of Color #adb71d

%5
%0
%84
%28

Triadic Colors of #adb71d

#adb71d #1dadb7 #b71dad

Analogous Colors of #adb71d

#adb71d #60b71d #b7741d

Monochromatic Colors of #adb71d

#adb71d

Complementary Color

#adb71d #271db7

#adb71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb71d Color CSS Codes

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

#adb71d Text Font Color

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

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


#adb71d Background Color

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

This div background color is #adb71d


#adb71d Border Color

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

This div border color is #adb71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb71d


Comments

No comments written yet.

Please login to write comment.