Color Hex Logo

#aafb3e Color Hex

#AAFB3E
(170,251,62)
0 Favorites   0 Comments

Color spaces of #aafb3e

RGB 17025162
HSL0.240.960.61
HSV86°75°98°
CMYK 0.320.000.75   0.02
XYZ51.944277.888216.8536
Yxy77.88820.35410.5310
Hunter Lab88.2543-49.384550.4556
CIE-Lab90.7289-51.245776.6310

#aafb3e color RGB value is (170,251,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 00111110
Octal 252 373 76
Decimal 170 251 62
Hex AA FB 3E

RGB Percentages of Color #aafb3e

%35.20
%51.97
%12.84

CMYK Percentages of Color #aafb3e

%32
%0
%75
%2

Triadic Colors of #aafb3e

#aafb3e #3eaafb #fb3eaa

Analogous Colors of #aafb3e

#aafb3e #4cfb3e #fbee3e

Monochromatic Colors of #aafb3e

#aafb3e

Complementary Color

#aafb3e #8f3efb

#aafb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafb3e Color CSS Codes

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

#aafb3e Text Font Color

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

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


#aafb3e Background Color

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

This div background color is #aafb3e


#aafb3e Border Color

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

This div border color is #aafb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafb3e


Comments

No comments written yet.

Please login to write comment.