Color Hex Logo

#aafd41 Color Hex

#AAFD41
(170,253,65)
0 Favorites   0 Comments

Color spaces of #aafd41

RGB 17025365
HSL0.240.980.62
HSV86°74°99°
CMYK 0.330.000.74   0.01
XYZ52.657079.178317.5086
Yxy79.17830.35260.5302
Hunter Lab88.9822-50.087950.6213
CIE-Lab91.3149-51.910476.2679

#aafd41 color RGB value is (170,253,65).

#aafd41 hex color red value is 170, green value is 253 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aafd41 hue: 0.24 , saturation: 0.98 and the lightness value of aafd41 is 0.62.

The process color (four color CMYK) of #aafd41 color hex is 0.33, 0.00, 0.74, 0.01. Web safe color of #aafd41 is #99ff33. Color #aafd41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 01000001
Octal 252 375 101
Decimal 170 253 65
Hex AA FD 41

RGB Percentages of Color #aafd41

%34.84
%51.84
%13.32

CMYK Percentages of Color #aafd41

%33
%0
%74
%1

Triadic Colors of #aafd41

#aafd41 #41aafd #fd41aa

Analogous Colors of #aafd41

#aafd41 #4cfd41 #fdf241

Monochromatic Colors of #aafd41

#aafd41

Complementary Color

#aafd41 #9441fd

#aafd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd41 Color CSS Codes

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

#aafd41 Text Font Color

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

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


#aafd41 Background Color

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

This div background color is #aafd41


#aafd41 Border Color

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

This div border color is #aafd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd41


Comments

No comments written yet.

Please login to write comment.