Color Hex Logo

#aaf901 Color Hex

#AAF901
(170,249,1)
0 Favorites   0 Comments

Color spaces of #aaf901

RGB 1702491
HSL0.220.990.49
HSV79°100°98°
CMYK 0.320.001.00   0.02
XYZ50.458776.299612.0966
Yxy76.29960.36340.5495
Hunter Lab87.3496-49.748952.9340
CIE-Lab89.9983-52.031286.6097

#aaf901 color RGB value is (170,249,1).

#aaf901 hex color red value is 170, green value is 249 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aaf901 hue: 0.22 , saturation: 0.99 and the lightness value of aaf901 is 0.49.

The process color (four color CMYK) of #aaf901 color hex is 0.32, 0.00, 1.00, 0.02. Web safe color of #aaf901 is #99ff00. Color #aaf901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00000001
Octal 252 371 1
Decimal 170 249 1
Hex AA F9 1

RGB Percentages of Color #aaf901

%40.48
%59.29
%0.24

CMYK Percentages of Color #aaf901

%32
%0
%100
%2

Triadic Colors of #aaf901

#aaf901 #01aaf9 #f901aa

Analogous Colors of #aaf901

#aaf901 #2ef901 #f9cc01

Monochromatic Colors of #aaf901

#aaf901

Complementary Color

#aaf901 #5001f9

#aaf901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf901 Color CSS Codes

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

#aaf901 Text Font Color

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

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


#aaf901 Background Color

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

This div background color is #aaf901


#aaf901 Border Color

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

This div border color is #aaf901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf901


Comments

No comments written yet.

Please login to write comment.