Color Hex Logo

#aaf47f Color Hex

#AAF47F
(170,244,127)
0 Favorites   0 Comments

Color spaces of #aaf47f

RGB 170244127
HSL0.270.840.73
HSV98°48°96°
CMYK 0.300.000.48   0.04
XYZ52.759074.779731.7319
Yxy74.77970.33130.4695
Hunter Lab86.4753-42.427938.7763
CIE-Lab89.2897-42.916148.9344

#aaf47f color RGB value is (170,244,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01111111
Octal 252 364 177
Decimal 170 244 127
Hex AA F4 7F

RGB Percentages of Color #aaf47f

%31.42
%45.10
%23.48

CMYK Percentages of Color #aaf47f

%30
%0
%48
%4

Triadic Colors of #aaf47f

#aaf47f #7faaf4 #f47faa

Analogous Colors of #aaf47f

#aaf47f #7ff48f #e5f47f

Monochromatic Colors of #aaf47f

#aaf47f

Complementary Color

#aaf47f #c97ff4

#aaf47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf47f Color CSS Codes

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

#aaf47f Text Font Color

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

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


#aaf47f Background Color

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

This div background color is #aaf47f


#aaf47f Border Color

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

This div border color is #aaf47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf47f


Comments

No comments written yet.

Please login to write comment.