Color Hex Logo

#aaf41b Color Hex

#AAF41B
(170,244,27)
0 Favorites   0 Comments

Color spaces of #aaf41b

RGB 17024427
HSL0.220.910.53
HSV80°89°96°
CMYK 0.300.000.89   0.04
XYZ49.126173.326512.6011
Yxy73.32650.36380.5429
Hunter Lab85.6309-47.449351.2167
CIE-Lab88.6032-49.613982.8859

#aaf41b color RGB value is (170,244,27).

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

The process color (four color CMYK) of #aaf41b color hex is 0.30, 0.00, 0.89, 0.04. Web safe color of #aaf41b is #99ff33. Color #aaf41b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00011011
Octal 252 364 33
Decimal 170 244 27
Hex AA F4 1B

RGB Percentages of Color #aaf41b

%38.55
%55.33
%6.12

CMYK Percentages of Color #aaf41b

%30
%0
%89
%4

Triadic Colors of #aaf41b

#aaf41b #1baaf4 #f41baa

Analogous Colors of #aaf41b

#aaf41b #3ef41b #f4d21b

Monochromatic Colors of #aaf41b

#aaf41b

Complementary Color

#aaf41b #651bf4

#aaf41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf41b Color CSS Codes

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

#aaf41b Text Font Color

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

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


#aaf41b Background Color

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

This div background color is #aaf41b


#aaf41b Border Color

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

This div border color is #aaf41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf41b


Comments

No comments written yet.

Please login to write comment.