Color Hex Logo

#aafb01 Color Hex

#AAFB01
(170,251,1)
0 Favorites   0 Comments

Color spaces of #aafb01

RGB 1702511
HSL0.220.990.49
HSV79°100°98°
CMYK 0.320.001.00   0.02
XYZ51.080277.542612.3037
Yxy77.54260.36250.5502
Hunter Lab88.0583-50.559053.3567
CIE-Lab90.5708-52.843587.0512

#aafb01 color RGB value is (170,251,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 00000001
Octal 252 373 1
Decimal 170 251 1
Hex AA FB 1

RGB Percentages of Color #aafb01

%40.28
%59.48
%0.24

CMYK Percentages of Color #aafb01

%32
%0
%100
%2

Triadic Colors of #aafb01

#aafb01 #01aafb #fb01aa

Analogous Colors of #aafb01

#aafb01 #2dfb01 #fbcf01

Monochromatic Colors of #aafb01

#aafb01

Complementary Color

#aafb01 #5201fb

#aafb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafb01 Color CSS Codes

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

#aafb01 Text Font Color

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

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


#aafb01 Background Color

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

This div background color is #aafb01


#aafb01 Border Color

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

This div border color is #aafb01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,251,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 #aafb01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafb01


Comments

No comments written yet.

Please login to write comment.