Color Hex Logo

#aaf32e Color Hex

#AAF32E
(170,243,46)
0 Favorites   0 Comments

Color spaces of #aaf32e

RGB 17024346
HSL0.230.890.57
HSV82°81°95°
CMYK 0.300.000.81   0.05
XYZ49.121372.844514.0562
Yxy72.84450.36110.5355
Hunter Lab85.3490-46.627849.9798
CIE-Lab88.3735-48.636978.8741

#aaf32e color RGB value is (170,243,46).

#aaf32e hex color red value is 170, green value is 243 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aaf32e hue: 0.23 , saturation: 0.89 and the lightness value of aaf32e is 0.57.

The process color (four color CMYK) of #aaf32e color hex is 0.30, 0.00, 0.81, 0.05. Web safe color of #aaf32e is #99ff33. Color #aaf32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 00101110
Octal 252 363 56
Decimal 170 243 46
Hex AA F3 2E

RGB Percentages of Color #aaf32e

%37.04
%52.94
%10.02

CMYK Percentages of Color #aaf32e

%30
%0
%81
%5

Triadic Colors of #aaf32e

#aaf32e #2eaaf3 #f32eaa

Analogous Colors of #aaf32e

#aaf32e #48f32e #f3da2e

Monochromatic Colors of #aaf32e

#aaf32e

Complementary Color

#aaf32e #772ef3

#aaf32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf32e Color CSS Codes

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

#aaf32e Text Font Color

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

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


#aaf32e Background Color

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

This div background color is #aaf32e


#aaf32e Border Color

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

This div border color is #aaf32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf32e


Comments

No comments written yet.

Please login to write comment.