Color Hex Logo

#adab59 Color Hex

#ADAB59
(173,171,89)
0 Favorites   0 Comments

Color spaces of #adab59

RGB 17317189
HSL0.160.340.51
HSV59°49°68°
CMYK 0.000.010.49   0.32
XYZ33.599738.731315.1562
Yxy38.73130.38410.4427
Hunter Lab62.2345-12.540229.1250
CIE-Lab68.5562-10.928642.1355

#adab59 color RGB value is (173,171,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01011001
Octal 255 253 131
Decimal 173 171 89
Hex AD AB 59

RGB Percentages of Color #adab59

%39.95
%39.49
%20.55

CMYK Percentages of Color #adab59

%0
%1
%49
%32

Triadic Colors of #adab59

#adab59 #59adab #ab59ad

Analogous Colors of #adab59

#adab59 #85ad59 #ad8159

Monochromatic Colors of #adab59

#adab59

Complementary Color

#adab59 #595bad

#adab59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab59 Color CSS Codes

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

#adab59 Text Font Color

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

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


#adab59 Background Color

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

This div background color is #adab59


#adab59 Border Color

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

This div border color is #adab59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab59


Comments

No comments written yet.

Please login to write comment.