Color Hex Logo

#aaff84 Color Hex

#AAFF84
(170,255,132)
0 Favorites   0 Comments

Color spaces of #aaff84

RGB 170255132
HSL0.281.000.76
HSV101°48°100°
CMYK 0.330.000.48   0.00
XYZ56.502481.732034.6277
Yxy81.73200.32690.4728
Hunter Lab90.4058-46.649940.5745
CIE-Lab92.4564-47.068450.4776

#aaff84 color RGB value is (170,255,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10000100
Octal 252 377 204
Decimal 170 255 132
Hex AA FF 84

RGB Percentages of Color #aaff84

%30.52
%45.78
%23.70

CMYK Percentages of Color #aaff84

%33
%0
%48
%0

Triadic Colors of #aaff84

#aaff84 #84aaff #ff84aa

Analogous Colors of #aaff84

#aaff84 #84ff9c #e8ff84

Monochromatic Colors of #aaff84

#aaff84

Complementary Color

#aaff84 #d984ff

#aaff84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff84 Color CSS Codes

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

#aaff84 Text Font Color

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

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


#aaff84 Background Color

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

This div background color is #aaff84


#aaff84 Border Color

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

This div border color is #aaff84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff84


Comments

No comments written yet.

Please login to write comment.