Color Hex Logo

#aaffa5 Color Hex

#AAFFA5
(170,255,165)
0 Favorites   0 Comments

Color spaces of #aaffa5

RGB 170255165
HSL0.321.000.82
HSV117°35°100°
CMYK 0.330.000.35   0.00
XYZ59.129182.782748.4595
Yxy82.78270.31060.4348
Hunter Lab90.9850-43.220632.1111
CIE-Lab92.9192-42.646835.0927

#aaffa5 color RGB value is (170,255,165).

#aaffa5 hex color red value is 170, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #aaffa5 hue: 0.32 , saturation: 1.00 and the lightness value of aaffa5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10100101
Octal 252 377 245
Decimal 170 255 165
Hex AA FF A5

RGB Percentages of Color #aaffa5

%28.81
%43.22
%27.97

CMYK Percentages of Color #aaffa5

%33
%0
%35
%0

Triadic Colors of #aaffa5

#aaffa5 #a5aaff #ffa5aa

Analogous Colors of #aaffa5

#aaffa5 #a5ffcd #d7ffa5

Monochromatic Colors of #aaffa5

#aaffa5

Complementary Color

#aaffa5 #faa5ff

#aaffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffa5 Color CSS Codes

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

#aaffa5 Text Font Color

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

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


#aaffa5 Background Color

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

This div background color is #aaffa5


#aaffa5 Border Color

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

This div border color is #aaffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffa5

Related Colors

#aaffa5 Color Palettes


Comments

No comments written yet.

Please login to write comment.