Color Hex Logo

#aaf87f Color Hex

#AAF87F
(170,248,127)
0 Favorites   0 Comments

Color spaces of #aaf87f

RGB 170248127
HSL0.270.900.74
HSV99°49°97°
CMYK 0.310.000.49   0.03
XYZ53.975777.213232.1375
Yxy77.21320.33050.4728
Hunter Lab87.8710-44.128839.8253
CIE-Lab90.4197-44.651750.3201

#aaf87f color RGB value is (170,248,127).

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

The process color (four color CMYK) of #aaf87f color hex is 0.31, 0.00, 0.49, 0.03. Web safe color of #aaf87f is #99ff66. Color #aaf87f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 01111111
Octal 252 370 177
Decimal 170 248 127
Hex AA F8 7F

RGB Percentages of Color #aaf87f

%31.19
%45.50
%23.30

CMYK Percentages of Color #aaf87f

%31
%0
%49
%3

Triadic Colors of #aaf87f

#aaf87f #7faaf8 #f87faa

Analogous Colors of #aaf87f

#aaf87f #7ff891 #e7f87f

Monochromatic Colors of #aaf87f

#aaf87f

Complementary Color

#aaf87f #cd7ff8

#aaf87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf87f Color CSS Codes

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

#aaf87f Text Font Color

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

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


#aaf87f Background Color

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

This div background color is #aaf87f


#aaf87f Border Color

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

This div border color is #aaf87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf87f


Comments

No comments written yet.

Please login to write comment.