Color Hex Logo

#adae3a Color Hex

#ADAE3A
(173,174,58)
0 Favorites   0 Comments

Color spaces of #adae3a

RGB 17317458
HSL0.170.500.45
HSV61°67°68°
CMYK 0.010.000.67   0.32
XYZ33.133439.46189.8736
Yxy39.46180.40180.4785
Hunter Lab62.8186-15.783634.6541
CIE-Lab69.0845-14.848956.8438

#adae3a color RGB value is (173,174,58).

#adae3a hex color red value is 173, green value is 174 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #adae3a hue: 0.17 , saturation: 0.50 and the lightness value of adae3a is 0.45.

The process color (four color CMYK) of #adae3a color hex is 0.01, 0.00, 0.67, 0.32. Web safe color of #adae3a is #999933. Color #adae3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00111010
Octal 255 256 72
Decimal 173 174 58
Hex AD AE 3A

RGB Percentages of Color #adae3a

%42.72
%42.96
%14.32

CMYK Percentages of Color #adae3a

%1
%0
%67
%32

Triadic Colors of #adae3a

#adae3a #3aadae #ae3aad

Analogous Colors of #adae3a

#adae3a #73ae3a #ae753a

Monochromatic Colors of #adae3a

#adae3a

Complementary Color

#adae3a #3b3aae

#adae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae3a Color CSS Codes

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

#adae3a Text Font Color

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

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


#adae3a Background Color

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

This div background color is #adae3a


#adae3a Border Color

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

This div border color is #adae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae3a


Comments

No comments written yet.

Please login to write comment.