Color Hex Logo

#aafa3d Color Hex

#AAFA3D
(170,250,61)
0 Favorites   0 Comments

Color spaces of #aafa3d

RGB 17025061
HSL0.240.950.61
HSV85°76°98°
CMYK 0.320.000.76   0.02
XYZ51.605577.254216.6065
Yxy77.25420.35480.5311
Hunter Lab87.8944-49.012350.3240
CIE-Lab90.4385-50.884676.6577

#aafa3d color RGB value is (170,250,61).

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

The process color (four color CMYK) of #aafa3d color hex is 0.32, 0.00, 0.76, 0.02. Web safe color of #aafa3d is #99ff33. Color #aafa3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 00111101
Octal 252 372 75
Decimal 170 250 61
Hex AA FA 3D

RGB Percentages of Color #aafa3d

%35.34
%51.98
%12.68

CMYK Percentages of Color #aafa3d

%32
%0
%76
%2

Triadic Colors of #aafa3d

#aafa3d #3daafa #fa3daa

Analogous Colors of #aafa3d

#aafa3d #4cfa3d #faec3d

Monochromatic Colors of #aafa3d

#aafa3d

Complementary Color

#aafa3d #8d3dfa

#aafa3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa3d Color CSS Codes

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

#aafa3d Text Font Color

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

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


#aafa3d Background Color

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

This div background color is #aafa3d


#aafa3d Border Color

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

This div border color is #aafa3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa3d


Comments

No comments written yet.

Please login to write comment.