Color Hex Logo

#aaf549 Color Hex

#AAF549
(170,245,73)
0 Favorites   0 Comments

Color spaces of #aaf549

RGB 17024573
HSL0.240.900.62
HSV86°70°96°
CMYK 0.310.000.70   0.04
XYZ50.432674.331917.9927
Yxy74.33190.35330.5207
Hunter Lab86.2159-46.463147.9777
CIE-Lab89.0791-48.139271.4198

#aaf549 color RGB value is (170,245,73).

#aaf549 hex color red value is 170, green value is 245 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aaf549 hue: 0.24 , saturation: 0.90 and the lightness value of aaf549 is 0.62.

The process color (four color CMYK) of #aaf549 color hex is 0.31, 0.00, 0.70, 0.04. Web safe color of #aaf549 is #99ff33. Color #aaf549 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01001001
Octal 252 365 111
Decimal 170 245 73
Hex AA F5 49

RGB Percentages of Color #aaf549

%34.84
%50.20
%14.96

CMYK Percentages of Color #aaf549

%31
%0
%70
%4

Triadic Colors of #aaf549

#aaf549 #49aaf5 #f549aa

Analogous Colors of #aaf549

#aaf549 #54f549 #f5ea49

Monochromatic Colors of #aaf549

#aaf549

Complementary Color

#aaf549 #9449f5

#aaf549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf549 Color CSS Codes

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

#aaf549 Text Font Color

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

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


#aaf549 Background Color

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

This div background color is #aaf549


#aaf549 Border Color

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

This div border color is #aaf549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf549


Comments

No comments written yet.

Please login to write comment.