Color Hex Logo

#aafd3d Color Hex

#AAFD3D
(170,253,61)
0 Favorites   0 Comments

Color spaces of #aafd3d

RGB 17025361
HSL0.240.980.62
HSV86°76°99°
CMYK 0.330.000.76   0.01
XYZ52.545179.133516.9198
Yxy79.13350.35360.5325
Hunter Lab88.9570-50.238450.9928
CIE-Lab91.2947-52.114277.4661

#aafd3d color RGB value is (170,253,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 00111101
Octal 252 375 75
Decimal 170 253 61
Hex AA FD 3D

RGB Percentages of Color #aafd3d

%35.12
%52.27
%12.60

CMYK Percentages of Color #aafd3d

%33
%0
%76
%1

Triadic Colors of #aafd3d

#aafd3d #3daafd #fd3daa

Analogous Colors of #aafd3d

#aafd3d #4afd3d #fdf03d

Monochromatic Colors of #aafd3d

#aafd3d

Complementary Color

#aafd3d #903dfd

#aafd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd3d Color CSS Codes

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

#aafd3d Text Font Color

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

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


#aafd3d Background Color

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

This div background color is #aafd3d


#aafd3d Border Color

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

This div border color is #aafd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd3d


Comments

No comments written yet.

Please login to write comment.