Color Hex Logo

#adae4d Color Hex

#ADAE4D
(173,174,77)
0 Favorites   0 Comments

Color spaces of #adae4d

RGB 17317477
HSL0.170.390.49
HSV61°56°68°
CMYK 0.010.000.56   0.32
XYZ33.709239.692212.9059
Yxy39.69220.39060.4599
Hunter Lab63.0017-14.746331.9557
CIE-Lab69.2497-13.534548.7383

#adae4d color RGB value is (173,174,77).

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

The process color (four color CMYK) of #adae4d color hex is 0.01, 0.00, 0.56, 0.32. Web safe color of #adae4d is #999966. Color #adae4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 01001101
Octal 255 256 115
Decimal 173 174 77
Hex AD AE 4D

RGB Percentages of Color #adae4d

%40.80
%41.04
%18.16

CMYK Percentages of Color #adae4d

%1
%0
%56
%32

Triadic Colors of #adae4d

#adae4d #4dadae #ae4dad

Analogous Colors of #adae4d

#adae4d #7dae4d #ae7f4d

Monochromatic Colors of #adae4d

#adae4d

Complementary Color

#adae4d #4e4dae

#adae4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae4d Color CSS Codes

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

#adae4d Text Font Color

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

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


#adae4d Background Color

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

This div background color is #adae4d


#adae4d Border Color

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

This div border color is #adae4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae4d


Comments

No comments written yet.

Please login to write comment.