Color Hex Logo

#aaf497 Color Hex

#AAF497
(170,244,151)
0 Favorites   0 Comments

Color spaces of #aaf497

RGB 170244151
HSL0.300.810.77
HSV108°38°96°
CMYK 0.300.000.38   0.04
XYZ54.514275.481840.9744
Yxy75.48180.31890.4415
Hunter Lab86.8803-40.038232.8539
CIE-Lab89.6182-39.824837.7069

#aaf497 color RGB value is (170,244,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 10010111
Octal 252 364 227
Decimal 170 244 151
Hex AA F4 97

RGB Percentages of Color #aaf497

%30.09
%43.19
%26.73

CMYK Percentages of Color #aaf497

%30
%0
%38
%4

Triadic Colors of #aaf497

#aaf497 #97aaf4 #f497aa

Analogous Colors of #aaf497

#aaf497 #97f4b3 #d9f497

Monochromatic Colors of #aaf497

#aaf497

Complementary Color

#aaf497 #e197f4

#aaf497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf497 Color CSS Codes

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

#aaf497 Text Font Color

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

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


#aaf497 Background Color

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

This div background color is #aaf497


#aaf497 Border Color

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

This div border color is #aaf497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf497


Comments

No comments written yet.

Please login to write comment.