Color Hex Logo

#a9de7f Color Hex

#A9DE7F
(169,222,127)
0 Favorites   0 Comments

Color spaces of #a9de7f

RGB 169222127
HSL0.260.590.68
HSV93°43°87°
CMYK 0.240.000.43   0.13
XYZ46.314262.209929.6454
Yxy62.20990.33520.4502
Hunter Lab78.8733-33.213432.9265
CIE-Lab83.0249-33.376441.1055

#a9de7f color RGB value is (169,222,127).

#a9de7f hex color red value is 169, green value is 222 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a9de7f hue: 0.26 , saturation: 0.59 and the lightness value of a9de7f is 0.68.

The process color (four color CMYK) of #a9de7f color hex is 0.24, 0.00, 0.43, 0.13. Web safe color of #a9de7f is #99cc66. Color #a9de7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 01111111
Octal 251 336 177
Decimal 169 222 127
Hex A9 DE 7F

RGB Percentages of Color #a9de7f

%32.63
%42.86
%24.52

CMYK Percentages of Color #a9de7f

%24
%0
%43
%13

Triadic Colors of #a9de7f

#a9de7f #7fa9de #de7fa9

Analogous Colors of #a9de7f

#a9de7f #7fde85 #d9de7f

Monochromatic Colors of #a9de7f

#a9de7f

Complementary Color

#a9de7f #b47fde

#a9de7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9de7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9de7f Color CSS Codes

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

#a9de7f Text Font Color

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

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


#a9de7f Background Color

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

This div background color is #a9de7f


#a9de7f Border Color

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

This div border color is #a9de7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,222,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 #a9de7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9de7f


Comments

No comments written yet.

Please login to write comment.