Color Hex Logo

#aaf27c Color Hex

#AAF27C
(170,242,124)
0 Favorites   0 Comments

Color spaces of #aaf27c

RGB 170242124
HSL0.270.820.72
HSV97°49°95°
CMYK 0.300.000.49   0.05
XYZ51.967873.505530.5178
Yxy73.50550.33310.4712
Hunter Lab85.7353-41.840538.9103
CIE-Lab88.6882-42.388149.6106

#aaf27c color RGB value is (170,242,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01111100
Octal 252 362 174
Decimal 170 242 124
Hex AA F2 7C

RGB Percentages of Color #aaf27c

%31.72
%45.15
%23.13

CMYK Percentages of Color #aaf27c

%30
%0
%49
%5

Triadic Colors of #aaf27c

#aaf27c #7caaf2 #f27caa

Analogous Colors of #aaf27c

#aaf27c #7cf289 #e5f27c

Monochromatic Colors of #aaf27c

#aaf27c

Complementary Color

#aaf27c #c47cf2

#aaf27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf27c Color CSS Codes

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

#aaf27c Text Font Color

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

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


#aaf27c Background Color

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

This div background color is #aaf27c


#aaf27c Border Color

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

This div border color is #aaf27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf27c


Comments

No comments written yet.

Please login to write comment.