Color Hex Logo

#aaf00d Color Hex

#AAF00D
(170,240,13)
0 Favorites   0 Comments

Color spaces of #aaf00d

RGB 17024013
HSL0.220.900.50
HSV79°95°94°
CMYK 0.290.000.95   0.06
XYZ47.810370.895311.5451
Yxy70.89530.36710.5443
Hunter Lab84.1993-45.992550.8099
CIE-Lab87.4341-48.189783.6726

#aaf00d color RGB value is (170,240,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00001101
Octal 252 360 15
Decimal 170 240 13
Hex AA F0 D

RGB Percentages of Color #aaf00d

%40.19
%56.74
%3.07

CMYK Percentages of Color #aaf00d

%29
%0
%95
%6

Triadic Colors of #aaf00d

#aaf00d #0daaf0 #f00daa

Analogous Colors of #aaf00d

#aaf00d #39f00d #f0c50d

Monochromatic Colors of #aaf00d

#aaf00d

Complementary Color

#aaf00d #530df0

#aaf00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf00d Color CSS Codes

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

#aaf00d Text Font Color

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

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


#aaf00d Background Color

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

This div background color is #aaf00d


#aaf00d Border Color

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

This div border color is #aaf00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf00d


Comments

No comments written yet.

Please login to write comment.