Color Hex Logo

#aaf37f Color Hex

#AAF37F
(170,243,127)
0 Favorites   0 Comments

Color spaces of #aaf37f

RGB 170243127
HSL0.270.830.73
HSV98°48°95°
CMYK 0.300.000.48   0.05
XYZ52.458974.179531.6319
Yxy74.17950.33150.4687
Hunter Lab86.1275-42.001738.5139
CIE-Lab89.0073-42.479248.5869

#aaf37f color RGB value is (170,243,127).

#aaf37f hex color red value is 170, green value is 243 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaf37f hue: 0.27 , saturation: 0.83 and the lightness value of aaf37f is 0.73.

The process color (four color CMYK) of #aaf37f color hex is 0.30, 0.00, 0.48, 0.05. Web safe color of #aaf37f is #99ff66. Color #aaf37f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 01111111
Octal 252 363 177
Decimal 170 243 127
Hex AA F3 7F

RGB Percentages of Color #aaf37f

%31.48
%45.00
%23.52

CMYK Percentages of Color #aaf37f

%30
%0
%48
%5

Triadic Colors of #aaf37f

#aaf37f #7faaf3 #f37faa

Analogous Colors of #aaf37f

#aaf37f #7ff38e #e4f37f

Monochromatic Colors of #aaf37f

#aaf37f

Complementary Color

#aaf37f #c87ff3

#aaf37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf37f Color CSS Codes

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

#aaf37f Text Font Color

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

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


#aaf37f Background Color

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

This div background color is #aaf37f


#aaf37f Border Color

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

This div border color is #aaf37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf37f

Related Colors


Comments

No comments written yet.

Please login to write comment.