Color Hex Logo

#aafe80 Color Hex

#AAFE80
(170,254,128)
0 Favorites   0 Comments

Color spaces of #aafe80

RGB 170254128
HSL0.280.980.75
HSV100°50°100°
CMYK 0.330.000.50   0.00
XYZ55.915780.988233.1073
Yxy80.98820.32890.4764
Hunter Lab89.9934-46.581041.1835
CIE-Lab92.1264-47.106251.9366

#aafe80 color RGB value is (170,254,128).

#aafe80 hex color red value is 170, green value is 254 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aafe80 hue: 0.28 , saturation: 0.98 and the lightness value of aafe80 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10000000
Octal 252 376 200
Decimal 170 254 128
Hex AA FE 80

RGB Percentages of Color #aafe80

%30.80
%46.01
%23.19

CMYK Percentages of Color #aafe80

%33
%0
%50
%0

Triadic Colors of #aafe80

#aafe80 #80aafe #fe80aa

Analogous Colors of #aafe80

#aafe80 #80fe95 #e9fe80

Monochromatic Colors of #aafe80

#aafe80

Complementary Color

#aafe80 #d480fe

#aafe80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe80 Color CSS Codes

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

#aafe80 Text Font Color

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

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


#aafe80 Background Color

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

This div background color is #aafe80


#aafe80 Border Color

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

This div border color is #aafe80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe80


Comments

No comments written yet.

Please login to write comment.