Color Hex Logo

#aaef7d Color Hex

#AAEF7D
(170,239,125)
0 Favorites   0 Comments

Color spaces of #aaef7d

RGB 170239125
HSL0.270.780.71
HSV96°48°94°
CMYK 0.290.000.48   0.06
XYZ51.145771.759730.5574
Yxy71.75970.33330.4676
Hunter Lab84.7111-40.472137.9104
CIE-Lab87.8528-40.954448.1136

#aaef7d color RGB value is (170,239,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 01111101
Octal 252 357 175
Decimal 170 239 125
Hex AA EF 7D

RGB Percentages of Color #aaef7d

%31.84
%44.76
%23.41

CMYK Percentages of Color #aaef7d

%29
%0
%48
%6

Triadic Colors of #aaef7d

#aaef7d #7daaef #ef7daa

Analogous Colors of #aaef7d

#aaef7d #7def89 #e3ef7d

Monochromatic Colors of #aaef7d

#aaef7d

Complementary Color

#aaef7d #c27def

#aaef7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaef7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaef7d Color CSS Codes

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

#aaef7d Text Font Color

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

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


#aaef7d Background Color

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

This div background color is #aaef7d


#aaef7d Border Color

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

This div border color is #aaef7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaef7d


Comments

No comments written yet.

Please login to write comment.