Color Hex Logo

#adb91a Color Hex

#ADB91A
(173,185,26)
0 Favorites   0 Comments

Color spaces of #adb91a

RGB 17318526
HSL0.180.750.41
HSV65°86°73°
CMYK 0.060.000.86   0.27
XYZ34.769043.65677.5714
Yxy43.65670.40430.5077
Hunter Lab66.0732-21.698039.4571
CIE-Lab71.9984-21.711569.4779

#adb91a color RGB value is (173,185,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00011010
Octal 255 271 32
Decimal 173 185 26
Hex AD B9 1A

RGB Percentages of Color #adb91a

%45.05
%48.18
%6.77

CMYK Percentages of Color #adb91a

%6
%0
%86
%27

Triadic Colors of #adb91a

#adb91a #1aadb9 #b91aad

Analogous Colors of #adb91a

#adb91a #5eb91a #b9761a

Monochromatic Colors of #adb91a

#adb91a

Complementary Color

#adb91a #261ab9

#adb91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb91a Color CSS Codes

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

#adb91a Text Font Color

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

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


#adb91a Background Color

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

This div background color is #adb91a


#adb91a Border Color

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

This div border color is #adb91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb91a


Comments

No comments written yet.

Please login to write comment.