Color Hex Logo

#aaf01b Color Hex

#AAF01B
(170,240,27)
0 Favorites   0 Comments

Color spaces of #aaf01b

RGB 17024027
HSL0.220.880.52
HSV80°89°94°
CMYK 0.290.000.89   0.06
XYZ47.935570.945412.2043
Yxy70.94540.36570.5412
Hunter Lab84.2291-45.815050.3696
CIE-Lab87.4585-47.947981.9462

#aaf01b color RGB value is (170,240,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00011011
Octal 252 360 33
Decimal 170 240 27
Hex AA F0 1B

RGB Percentages of Color #aaf01b

%38.90
%54.92
%6.18

CMYK Percentages of Color #aaf01b

%29
%0
%89
%6

Triadic Colors of #aaf01b

#aaf01b #1baaf0 #f01baa

Analogous Colors of #aaf01b

#aaf01b #3ff01b #f0cc1b

Monochromatic Colors of #aaf01b

#aaf01b

Complementary Color

#aaf01b #611bf0

#aaf01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf01b Color CSS Codes

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

#aaf01b Text Font Color

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

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


#aaf01b Background Color

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

This div background color is #aaf01b


#aaf01b Border Color

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

This div border color is #aaf01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf01b


Comments

No comments written yet.

Please login to write comment.