Color Hex Logo

#aaf01d Color Hex

#AAF01D
(170,240,29)
0 Favorites   0 Comments

Color spaces of #aaf01d

RGB 17024029
HSL0.220.880.53
HSV80°88°94°
CMYK 0.290.000.88   0.06
XYZ47.959470.954912.3303
Yxy70.95490.36540.5406
Hunter Lab84.2347-45.781150.2854
CIE-Lab87.4631-47.901781.6235

#aaf01d color RGB value is (170,240,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00011101
Octal 252 360 35
Decimal 170 240 29
Hex AA F0 1D

RGB Percentages of Color #aaf01d

%38.72
%54.67
%6.61

CMYK Percentages of Color #aaf01d

%29
%0
%88
%6

Triadic Colors of #aaf01d

#aaf01d #1daaf0 #f01daa

Analogous Colors of #aaf01d

#aaf01d #41f01d #f0cd1d

Monochromatic Colors of #aaf01d

#aaf01d

Complementary Color

#aaf01d #631df0

#aaf01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf01d Color CSS Codes

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

#aaf01d Text Font Color

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

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


#aaf01d Background Color

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

This div background color is #aaf01d


#aaf01d Border Color

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

This div border color is #aaf01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf01d


Comments

No comments written yet.

Please login to write comment.