Color Hex Logo

#aaf499 Color Hex

#AAF499
(170,244,153)
0 Favorites   0 Comments

Color spaces of #aaf499

RGB 170244153
HSL0.300.810.78
HSV109°37°96°
CMYK 0.300.000.37   0.04
XYZ54.678075.547341.8372
Yxy75.54730.31780.4391
Hunter Lab86.9179-39.816332.3038
CIE-Lab89.6487-39.540736.7531

#aaf499 color RGB value is (170,244,153).

#aaf499 hex color red value is 170, green value is 244 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aaf499 hue: 0.30 , saturation: 0.81 and the lightness value of aaf499 is 0.78.

The process color (four color CMYK) of #aaf499 color hex is 0.30, 0.00, 0.37, 0.04. Web safe color of #aaf499 is #99ff99. Color #aaf499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 10011001
Octal 252 364 231
Decimal 170 244 153
Hex AA F4 99

RGB Percentages of Color #aaf499

%29.98
%43.03
%26.98

CMYK Percentages of Color #aaf499

%30
%0
%37
%4

Triadic Colors of #aaf499

#aaf499 #99aaf4 #f499aa

Analogous Colors of #aaf499

#aaf499 #99f4b6 #d8f499

Monochromatic Colors of #aaf499

#aaf499

Complementary Color

#aaf499 #e399f4

#aaf499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf499 Color CSS Codes

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

#aaf499 Text Font Color

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

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


#aaf499 Background Color

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

This div background color is #aaf499


#aaf499 Border Color

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

This div border color is #aaf499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf499


Comments

No comments written yet.

Please login to write comment.