Color Hex Logo

#adab4f Color Hex

#ADAB4F
(173,171,79)
0 Favorites   0 Comments

Color spaces of #adab4f

RGB 17317179
HSL0.160.370.49
HSV59°54°68°
CMYK 0.000.010.54   0.32
XYZ33.207838.574613.0925
Yxy38.57460.39130.4545
Hunter Lab62.1085-13.250430.9775
CIE-Lab68.4420-11.816446.8744

#adab4f color RGB value is (173,171,79).

#adab4f hex color red value is 173, green value is 171 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #adab4f hue: 0.16 , saturation: 0.37 and the lightness value of adab4f is 0.49.

The process color (four color CMYK) of #adab4f color hex is 0.00, 0.01, 0.54, 0.32. Web safe color of #adab4f is #999966. Color #adab4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01001111
Octal 255 253 117
Decimal 173 171 79
Hex AD AB 4F

RGB Percentages of Color #adab4f

%40.90
%40.43
%18.68

CMYK Percentages of Color #adab4f

%0
%1
%54
%32

Triadic Colors of #adab4f

#adab4f #4fadab #ab4fad

Analogous Colors of #adab4f

#adab4f #80ad4f #ad7c4f

Monochromatic Colors of #adab4f

#adab4f

Complementary Color

#adab4f #4f51ad

#adab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab4f Color CSS Codes

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

#adab4f Text Font Color

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

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


#adab4f Background Color

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

This div background color is #adab4f


#adab4f Border Color

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

This div border color is #adab4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab4f


Comments

No comments written yet.

Please login to write comment.