Color Hex Logo

#aaf949 Color Hex

#AAF949
(170,249,73)
0 Favorites   0 Comments

Color spaces of #aaf949

RGB 17024973
HSL0.240.940.63
HSV87°71°98°
CMYK 0.320.000.71   0.02
XYZ51.655876.778518.4005
Yxy76.77850.35180.5229
Hunter Lab87.6233-48.111348.8857
CIE-Lab90.2196-49.808572.5631

#aaf949 color RGB value is (170,249,73).

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

The process color (four color CMYK) of #aaf949 color hex is 0.32, 0.00, 0.71, 0.02. Web safe color of #aaf949 is #99ff33. Color #aaf949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01001001
Octal 252 371 111
Decimal 170 249 73
Hex AA F9 49

RGB Percentages of Color #aaf949

%34.55
%50.61
%14.84

CMYK Percentages of Color #aaf949

%32
%0
%71
%2

Triadic Colors of #aaf949

#aaf949 #49aaf9 #f949aa

Analogous Colors of #aaf949

#aaf949 #52f949 #f9f049

Monochromatic Colors of #aaf949

#aaf949

Complementary Color

#aaf949 #9849f9

#aaf949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf949 Color CSS Codes

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

#aaf949 Text Font Color

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

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


#aaf949 Background Color

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

This div background color is #aaf949


#aaf949 Border Color

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

This div border color is #aaf949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,249,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 #aaf949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf949


Comments

No comments written yet.

Please login to write comment.