Color Hex Logo

#a9feaf Color Hex

#A9FEAF
(169,254,175)
0 Favorites   0 Comments

Color spaces of #a9feaf

RGB 169254175
HSL0.350.980.83
HSV124°33°100°
CMYK 0.330.000.31   0.00
XYZ59.541982.413853.3267
Yxy82.41380.30490.4220
Hunter Lab90.7820-41.794528.7196
CIE-Lab92.7572-40.957429.8633

#a9feaf color RGB value is (169,254,175).

#a9feaf hex color red value is 169, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a9feaf hue: 0.35 , saturation: 0.98 and the lightness value of a9feaf is 0.83.

The process color (four color CMYK) of #a9feaf color hex is 0.33, 0.00, 0.31, 0.00. Web safe color of #a9feaf is #99ff99. Color #a9feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111110 10101111
Octal 251 376 257
Decimal 169 254 175
Hex A9 FE AF

RGB Percentages of Color #a9feaf

%28.26
%42.47
%29.26

CMYK Percentages of Color #a9feaf

%33
%0
%31
%0

Triadic Colors of #a9feaf

#a9feaf #afa9fe #feafa9

Analogous Colors of #a9feaf

#a9feaf #a9feda #cefea9

Monochromatic Colors of #a9feaf

#a9feaf

Complementary Color

#a9feaf #fea9f8

#a9feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9feaf Color CSS Codes

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

#a9feaf Text Font Color

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

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


#a9feaf Background Color

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

This div background color is #a9feaf


#a9feaf Border Color

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

This div border color is #a9feaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,254,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.