Color Hex Logo

#adae7f Color Hex

#ADAE7F
(173,174,127)
0 Favorites   0 Comments

Color spaces of #adae7f

RGB 173174127
HSL0.170.220.59
HSV61°27°68°
CMYK 0.010.000.27   0.32
XYZ36.200440.688626.0244
Yxy40.68860.35180.3954
Hunter Lab63.7876-10.327020.4619
CIE-Lab69.9572-8.071724.0835

#adae7f color RGB value is (173,174,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 01111111
Octal 255 256 177
Decimal 173 174 127
Hex AD AE 7F

RGB Percentages of Color #adae7f

%36.50
%36.71
%26.79

CMYK Percentages of Color #adae7f

%1
%0
%27
%32

Triadic Colors of #adae7f

#adae7f #7fadae #ae7fad

Analogous Colors of #adae7f

#adae7f #96ae7f #ae987f

Monochromatic Colors of #adae7f

#adae7f

Complementary Color

#adae7f #807fae

#adae7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae7f Color CSS Codes

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

#adae7f Text Font Color

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

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


#adae7f Background Color

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

This div background color is #adae7f


#adae7f Border Color

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

This div border color is #adae7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae7f


Comments

No comments written yet.

Please login to write comment.