Color Hex Logo

#adaa1e Color Hex

#ADAA1E
(173,170,30)
0 Favorites   0 Comments

Color spaces of #adaa1e

RGB 17317030
HSL0.160.700.40
HSV59°83°68°
CMYK 0.000.020.83   0.32
XYZ31.842637.72746.8321
Yxy37.72740.41680.4938
Hunter Lab61.4226-14.952036.4010
CIE-Lab67.8192-14.025565.0414

#adaa1e color RGB value is (173,170,30).

#adaa1e hex color red value is 173, green value is 170 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #adaa1e hue: 0.16 , saturation: 0.70 and the lightness value of adaa1e is 0.40.

The process color (four color CMYK) of #adaa1e color hex is 0.00, 0.02, 0.83, 0.32. Web safe color of #adaa1e is #999933. Color #adaa1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 00011110
Octal 255 252 36
Decimal 173 170 30
Hex AD AA 1E

RGB Percentages of Color #adaa1e

%46.38
%45.58
%8.04

CMYK Percentages of Color #adaa1e

%0
%2
%83
%32

Triadic Colors of #adaa1e

#adaa1e #1eadaa #aa1ead

Analogous Colors of #adaa1e

#adaa1e #69ad1e #ad631e

Monochromatic Colors of #adaa1e

#adaa1e

Complementary Color

#adaa1e #1e21ad

#adaa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa1e Color CSS Codes

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

#adaa1e Text Font Color

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

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


#adaa1e Background Color

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

This div background color is #adaa1e


#adaa1e Border Color

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

This div border color is #adaa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa1e


Comments

No comments written yet.

Please login to write comment.