Color Hex Logo

#aaf07c Color Hex

#AAF07C
(170,240,124)
0 Favorites   0 Comments

Color spaces of #aaf07c

RGB 170240124
HSL0.270.790.71
HSV96°48°94°
CMYK 0.290.000.48   0.06
XYZ51.375772.321530.3204
Yxy72.32150.33360.4696
Hunter Lab85.0420-40.988038.3905
CIE-Lab88.1231-41.510848.9191

#aaf07c color RGB value is (170,240,124).

#aaf07c hex color red value is 170, green value is 240 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aaf07c hue: 0.27 , saturation: 0.79 and the lightness value of aaf07c is 0.71.

The process color (four color CMYK) of #aaf07c color hex is 0.29, 0.00, 0.48, 0.06. Web safe color of #aaf07c is #99ff66. Color #aaf07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01111100
Octal 252 360 174
Decimal 170 240 124
Hex AA F0 7C

RGB Percentages of Color #aaf07c

%31.84
%44.94
%23.22

CMYK Percentages of Color #aaf07c

%29
%0
%48
%6

Triadic Colors of #aaf07c

#aaf07c #7caaf0 #f07caa

Analogous Colors of #aaf07c

#aaf07c #7cf088 #e4f07c

Monochromatic Colors of #aaf07c

#aaf07c

Complementary Color

#aaf07c #c27cf0

#aaf07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf07c Color CSS Codes

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

#aaf07c Text Font Color

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

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


#aaf07c Background Color

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

This div background color is #aaf07c


#aaf07c Border Color

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

This div border color is #aaf07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf07c


Comments

No comments written yet.

Please login to write comment.