Color Hex Logo

#aaf419 Color Hex

#AAF419
(170,244,25)
0 Favorites   0 Comments

Color spaces of #aaf419

RGB 17024425
HSL0.220.910.53
HSV80°90°96°
CMYK 0.300.000.90   0.04
XYZ49.103773.317612.4834
Yxy73.31760.36400.5435
Hunter Lab85.6257-47.480751.2941
CIE-Lab88.5990-49.656783.1830

#aaf419 color RGB value is (170,244,25).

#aaf419 hex color red value is 170, green value is 244 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aaf419 hue: 0.22 , saturation: 0.91 and the lightness value of aaf419 is 0.53.

The process color (four color CMYK) of #aaf419 color hex is 0.30, 0.00, 0.90, 0.04. Web safe color of #aaf419 is #99ff00. Color #aaf419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00011001
Octal 252 364 31
Decimal 170 244 25
Hex AA F4 19

RGB Percentages of Color #aaf419

%38.72
%55.58
%5.69

CMYK Percentages of Color #aaf419

%30
%0
%90
%4

Triadic Colors of #aaf419

#aaf419 #19aaf4 #f419aa

Analogous Colors of #aaf419

#aaf419 #3df419 #f4d119

Monochromatic Colors of #aaf419

#aaf419

Complementary Color

#aaf419 #6319f4

#aaf419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf419 Color CSS Codes

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

#aaf419 Text Font Color

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

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


#aaf419 Background Color

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

This div background color is #aaf419


#aaf419 Border Color

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

This div border color is #aaf419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf419


Comments

No comments written yet.

Please login to write comment.