Color Hex Logo

#adb81e Color Hex

#ADB81E
(173,184,30)
0 Favorites   0 Comments

Color spaces of #adb81e

RGB 17318430
HSL0.180.720.42
HSV64°84°72°
CMYK 0.060.000.84   0.28
XYZ34.608443.25907.7541
Yxy43.25900.40420.5052
Hunter Lab65.7716-21.175239.0501
CIE-Lab71.7304-21.107668.3595

#adb81e color RGB value is (173,184,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 00011110
Octal 255 270 36
Decimal 173 184 30
Hex AD B8 1E

RGB Percentages of Color #adb81e

%44.70
%47.55
%7.75

CMYK Percentages of Color #adb81e

%6
%0
%84
%28

Triadic Colors of #adb81e

#adb81e #1eadb8 #b81ead

Analogous Colors of #adb81e

#adb81e #60b81e #b8761e

Monochromatic Colors of #adb81e

#adb81e

Complementary Color

#adb81e #291eb8

#adb81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb81e Color CSS Codes

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

#adb81e Text Font Color

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

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


#adb81e Background Color

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

This div background color is #adb81e


#adb81e Border Color

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

This div border color is #adb81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb81e


Comments

No comments written yet.

Please login to write comment.