Color Hex Logo

#adb90e Color Hex

#ADB90E
(173,185,14)
0 Favorites   0 Comments

Color spaces of #adb90e

RGB 17318514
HSL0.180.860.39
HSV64°92°73°
CMYK 0.060.000.92   0.27
XYZ34.661843.61397.0069
Yxy43.61390.40640.5114
Hunter Lab66.0408-21.885039.9379
CIE-Lab71.9697-21.955471.5252

#adb90e color RGB value is (173,185,14).

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

The process color (four color CMYK) of #adb90e color hex is 0.06, 0.00, 0.92, 0.27. Web safe color of #adb90e is #99cc00. Color #adb90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00001110
Octal 255 271 16
Decimal 173 185 14
Hex AD B9 E

RGB Percentages of Color #adb90e

%46.51
%49.73
%3.76

CMYK Percentages of Color #adb90e

%6
%0
%92
%27

Triadic Colors of #adb90e

#adb90e #0eadb9 #b90ead

Analogous Colors of #adb90e

#adb90e #57b90e #b9700e

Monochromatic Colors of #adb90e

#adb90e

Complementary Color

#adb90e #1a0eb9

#adb90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb90e Color CSS Codes

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

#adb90e Text Font Color

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

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


#adb90e Background Color

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

This div background color is #adb90e


#adb90e Border Color

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

This div border color is #adb90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb90e


Comments

No comments written yet.

Please login to write comment.