Color Hex Logo

#adb94f Color Hex

#ADB94F
(173,185,79)
0 Favorites   0 Comments

Color spaces of #adb94f

RGB 17318579
HSL0.190.430.52
HSV67°57°73°
CMYK 0.060.000.57   0.27
XYZ35.993844.146714.0212
Yxy44.14670.38230.4688
Hunter Lab66.4430-19.577433.9984
CIE-Lab72.3264-18.974751.2908

#adb94f color RGB value is (173,185,79).

#adb94f hex color red value is 173, green value is 185 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #adb94f hue: 0.19 , saturation: 0.43 and the lightness value of adb94f is 0.52.

The process color (four color CMYK) of #adb94f color hex is 0.06, 0.00, 0.57, 0.27. Web safe color of #adb94f is #99cc66. Color #adb94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 01001111
Octal 255 271 117
Decimal 173 185 79
Hex AD B9 4F

RGB Percentages of Color #adb94f

%39.59
%42.33
%18.08

CMYK Percentages of Color #adb94f

%6
%0
%57
%27

Triadic Colors of #adb94f

#adb94f #4fadb9 #b94fad

Analogous Colors of #adb94f

#adb94f #78b94f #b9904f

Monochromatic Colors of #adb94f

#adb94f

Complementary Color

#adb94f #5b4fb9

#adb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb94f Color CSS Codes

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

#adb94f Text Font Color

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

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


#adb94f Background Color

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

This div background color is #adb94f


#adb94f Border Color

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

This div border color is #adb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb94f


Comments

No comments written yet.

Please login to write comment.