Color Hex Logo

#aaf5a7 Color Hex

#AAF5A7
(170,245,167)
0 Favorites   0 Comments

Color spaces of #aaf5a7

RGB 170245167
HSL0.330.800.81
HSV118°32°96°
CMYK 0.310.000.32   0.04
XYZ56.205076.640948.3901
Yxy76.64090.31010.4229
Hunter Lab87.5448-38.603828.5090
CIE-Lab90.1561-37.892030.4016

#aaf5a7 color RGB value is (170,245,167).

#aaf5a7 hex color red value is 170, green value is 245 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #aaf5a7 hue: 0.33 , saturation: 0.80 and the lightness value of aaf5a7 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 10100111
Octal 252 365 247
Decimal 170 245 167
Hex AA F5 A7

RGB Percentages of Color #aaf5a7

%29.21
%42.10
%28.69

CMYK Percentages of Color #aaf5a7

%31
%0
%32
%4

Triadic Colors of #aaf5a7

#aaf5a7 #a7aaf5 #f5a7aa

Analogous Colors of #aaf5a7

#aaf5a7 #a7f5cb #d1f5a7

Monochromatic Colors of #aaf5a7

#aaf5a7

Complementary Color

#aaf5a7 #f2a7f5

#aaf5a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf5a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf5a7 Color CSS Codes

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

#aaf5a7 Text Font Color

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

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


#aaf5a7 Background Color

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

This div background color is #aaf5a7


#aaf5a7 Border Color

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

This div border color is #aaf5a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,245,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaf5a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaf5a7;
  -webkit-box-shadow: 1px 1px 3px 2px #aaf5a7;
  box-shadow:         1px 1px 3px 2px #aaf5a7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,245,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf5a7

#aaf5a7 Color Palettes


Comments

No comments written yet.

Please login to write comment.