Color Hex Logo

#aaf000 Color Hex

#AAF000
(170,240,0)
0 Favorites   0 Comments

Color spaces of #aaf000

RGB 1702400
HSL0.221.000.47
HSV78°100°94°
CMYK 0.290.001.00   0.06
XYZ47.737770.866211.1625
Yxy70.86620.36790.5461
Hunter Lab84.1821-46.095451.0656
CIE-Lab87.4200-48.330184.7057

#aaf000 color RGB value is (170,240,0).

#aaf000 hex color red value is 170, green value is 240 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aaf000 hue: 0.22 , saturation: 1.00 and the lightness value of aaf000 is 0.47.

The process color (four color CMYK) of #aaf000 color hex is 0.29, 0.00, 1.00, 0.06. Web safe color of #aaf000 is #99ff00. Color #aaf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00000000
Octal 252 360 0
Decimal 170 240 0
Hex AA F0 0

RGB Percentages of Color #aaf000

%41.46
%58.54
%0.00

CMYK Percentages of Color #aaf000

%29
%0
%100
%6

Triadic Colors of #aaf000

#aaf000 #00aaf0 #f000aa

Analogous Colors of #aaf000

#aaf000 #32f000 #f0be00

Monochromatic Colors of #aaf000

#aaf000

Complementary Color

#aaf000 #4600f0

#aaf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf000 Color CSS Codes

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

#aaf000 Text Font Color

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

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


#aaf000 Background Color

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

This div background color is #aaf000


#aaf000 Border Color

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

This div border color is #aaf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf000


Comments

No comments written yet.

Please login to write comment.