Color Hex Logo

#aaf040 Color Hex

#AAF040
(170,240,64)
0 Favorites   0 Comments

Color spaces of #aaf040

RGB 17024064
HSL0.230.850.60
HSV84°73°94°
CMYK 0.290.000.73   0.06
XYZ48.663171.236416.0357
Yxy71.23640.35800.5240
Hunter Lab84.4017-44.785947.8165
CIE-Lab87.5997-46.553273.0019

#aaf040 color RGB value is (170,240,64).

#aaf040 hex color red value is 170, green value is 240 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aaf040 hue: 0.23 , saturation: 0.85 and the lightness value of aaf040 is 0.60.

The process color (four color CMYK) of #aaf040 color hex is 0.29, 0.00, 0.73, 0.06. Web safe color of #aaf040 is #99ff33. Color #aaf040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01000000
Octal 252 360 100
Decimal 170 240 64
Hex AA F0 40

RGB Percentages of Color #aaf040

%35.86
%50.63
%13.50

CMYK Percentages of Color #aaf040

%29
%0
%73
%6

Triadic Colors of #aaf040

#aaf040 #40aaf0 #f040aa

Analogous Colors of #aaf040

#aaf040 #52f040 #f0de40

Monochromatic Colors of #aaf040

#aaf040

Complementary Color

#aaf040 #8640f0

#aaf040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf040 Color CSS Codes

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

#aaf040 Text Font Color

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

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


#aaf040 Background Color

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

This div background color is #aaf040


#aaf040 Border Color

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

This div border color is #aaf040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf040

Related Colors


Comments

No comments written yet.

Please login to write comment.