Color Hex Logo

#aaf27d Color Hex

#AAF27D
(170,242,125)
0 Favorites   0 Comments

Color spaces of #aaf27d

RGB 170242125
HSL0.270.820.72
HSV97°48°95°
CMYK 0.300.000.48   0.05
XYZ52.031473.531030.8526
Yxy73.53100.33260.4701
Hunter Lab85.7502-41.752938.6928
CIE-Lab88.7004-42.273549.1546

#aaf27d color RGB value is (170,242,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01111101
Octal 252 362 175
Decimal 170 242 125
Hex AA F2 7D

RGB Percentages of Color #aaf27d

%31.66
%45.07
%23.28

CMYK Percentages of Color #aaf27d

%30
%0
%48
%5

Triadic Colors of #aaf27d

#aaf27d #7daaf2 #f27daa

Analogous Colors of #aaf27d

#aaf27d #7df28b #e5f27d

Monochromatic Colors of #aaf27d

#aaf27d

Complementary Color

#aaf27d #c57df2

#aaf27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf27d Color CSS Codes

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

#aaf27d Text Font Color

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

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


#aaf27d Background Color

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

This div background color is #aaf27d


#aaf27d Border Color

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

This div border color is #aaf27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf27d


Comments

No comments written yet.

Please login to write comment.