color codes Logo

#aaed9d color codes

#AAED9D
(170,237,157)
0 Favorites   0 Comments

Color spaces of #aaed9d

RGB 170237157
HSL0.310.690.77
HSV110°34°93°
CMYK 0.280.000.34   0.07
XYZ52.947671.548742.9179
Yxy71.54870.31630.4274
Hunter Lab84.5865-36.292829.1277
CIE-Lab87.7509-35.794332.2396

#aaed9d color RGB value is (170,237,157).

#aaed9d hex color red value is 170, green value is 237 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aaed9d hue: 0.31 , saturation: 0.69 and the lightness value of aaed9d is 0.77.

The process color (four color CMYK) of #aaed9d color code is 0.28, 0.00, 0.34, 0.07. Web safe color of #aaed9d is #99ff99. Color #aaed9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10011101
Octal 252 355 235
Decimal 170 237 157
Hex AA ED 9D

RGB Percentages of Color #aaed9d

%30.14
%42.02
%27.84

CMYK Percentages of Color #aaed9d

%28
%0
%34
%7

Triadic Colors of #aaed9d

#aaed9d #9daaed #ed9daa

Analogous Colors of #aaed9d

#aaed9d #9dedb8 #d2ed9d

Monochromatic Colors of #aaed9d

#aaed9d

Complementary Color

#aaed9d #e09ded

#aaed9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed9d Color CSS Codes

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

#aaed9d Text Font Color

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

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


#aaed9d Background Color

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

This div background color is #aaed9d


#aaed9d Border Color

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

This div border color is #aaed9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed9d


Comments

No comments written yet.

Please login to write comment.