Color Hex Logo

#adab3e Color Hex

#ADAB3E
(173,171,62)
0 Favorites   0 Comments

Color spaces of #adab3e

RGB 17317162
HSL0.160.470.46
HSV59°64°68°
CMYK 0.000.010.64   0.32
XYZ32.666038.357910.2396
Yxy38.35790.40200.4720
Hunter Lab61.9338-14.237033.5511
CIE-Lab68.2836-13.059254.3662

#adab3e color RGB value is (173,171,62).

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

The process color (four color CMYK) of #adab3e color hex is 0.00, 0.01, 0.64, 0.32. Web safe color of #adab3e is #999933. Color #adab3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 00111110
Octal 255 253 76
Decimal 173 171 62
Hex AD AB 3E

RGB Percentages of Color #adab3e

%42.61
%42.12
%15.27

CMYK Percentages of Color #adab3e

%0
%1
%64
%32

Triadic Colors of #adab3e

#adab3e #3eadab #ab3ead

Analogous Colors of #adab3e

#adab3e #78ad3e #ad743e

Monochromatic Colors of #adab3e

#adab3e

Complementary Color

#adab3e #3e40ad

#adab3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab3e Color CSS Codes

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

#adab3e Text Font Color

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

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


#adab3e Background Color

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

This div background color is #adab3e


#adab3e Border Color

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

This div border color is #adab3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab3e


Comments

No comments written yet.

Please login to write comment.