Skip to main content Skip to docs navigation

#aaead8 hex color | Download Light Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Sweet Aqua and its hex is #A7E8D3 Nearest Color Name

Color Hue/Base color: Green

Hex #aaead8 Color code in RGB color code model is created after adding 66.67% red color, 91.76% green color and 84.71% blue color. Hex #aaead8 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 8% yellow and 8.24% black.

Hex #aaead8 color code is between #99eedd web safe hex color code and #bbddcc web safe hex color code. #99eedd is the nearest web safe color code. You can see here many more shades of #aaead8 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code aaead8 #aaead8
RGB Decimal 170, 234, 216 170, 234, 216
RGB Percent 67%, 92%, 85% rgb(67%, 92%, 85%)
CSS RGBa 170, 234, 216,1 rgba(170,234,216,1)
CMYK Model cmyk(27%,0%,8%,8.24%)
HSL Color Space 163,60% ,79% hsl(163,60% ,79%)
HSV Color Space 163°, 27%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101010 11101010 11011000
Octal 252 352 330
Decimal 170 234 216
Hex aa ea d8

Different shades of #aaead8 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #aaead8
#32c99f
Darker of #aaead8
#58d6b2
Dark of #aaead8
#81e0c5
Base of #aaead8
#aaead8
Light of #aaead8
#d3f4eb
Lighter
#fcfefe
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#aaead8
#eaaabc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#aaead8
#eaaadc
#eab8aa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#aaeab3
#aaeabd
#aaead8
#aae7ea
#aaccea

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#aaead8
#ead8aa
#d8aaea

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#aaead8
#d8aaea
#eaaabc
#bceaaa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#aaead8
#b8aaea
#eaaabc
#dceaaa

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #aaead8

#28a07e
#32c99f
#58d6b2
#81e0c5
#aaead8
#d3f4eb
#fcfefe
#ffffff
#ffffff

Tints of #aaead8 Color

#aaead8
#b3ecdc
#bceee0
#c6f1e5
#cff3e9
#d9f5ed
#e2f8f2
#ecfaf6
#f5fcfa
#ffffff

Shades of #aaead8 color code

Generate more color scales with scales (color stack) generator.

#aaead8
#97d0c0
#84b6a8
#719c90
#5e8278
#4b6860
#384e48
#253430
#121a18
#000000

Tones

#aaead8
#b5dfd3
#bfd5cf
#cacaca
#cacaca

Tones

Similar Color like #aaead8 color

Find visually similar hex color codes nearing to #aaead8 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#abebd9
#acecda
#adeddb
#aeeedc
#afefdd
#b0f0de
#b1f1df
#b2f2e0
#b3f3e1
#b4f4e2
#b5f5e3
#b6f6e4
#b7f7e5
#b8f8e6
#a9e9d7
#a8e8d6
#a7e7d5
#a6e6d4
#a5e5d3
#a4e4d2
#a3e3d1
#a2e2d0
#a1e1cf
#a0e0ce
#9fdfcd
#9edecc
#9dddcb
#9cdcca

Download this Light Green

Hex #aaead8 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#aaead8 Color Code Preview on Black Background Color

This is how #aaead8 Color will look on black background color. Color contrast ratio is 15.47

#aaead8 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#aaead8">Your Example Paragraph content text in with font color #aaead8 </p>

Your Example Paragraph content text in with font color #aaead8

HTML with inline CSS

<div style="color:#aaead8">Your Paragraph text in with font color #aaead8 </div>

Your Example Paragraph content text in with font color #aaead8

#aaead8 color code is use for CSS Background Color

Background color for the above div is #aaead8

HTML with inline CSS

<div style="background-color:#aaead8;"></div>

#aaead8 color code is use for CSS Border Color

CSS Border color for the above div is #aaead8

HTML with inline CSS

<div style="border:5px solid #aaead8;"></div>

CSS Border Left color for the above div is #aaead8

HTML with inline CSS

<div style="border-left:5px solid #aaead8;"></div>

CSS Border Right color for the above div is #aaead8

HTML with inline CSS

<div style="border-right:5px solid #aaead8;"></div>

CSS Border Bottom color for the above div is #aaead8

HTML with inline CSS

<div style="border-bottom:5px solid #aaead8;"></div>

CSS Border Top color for the above div is #aaead8

HTML with inline CSS

<div style="border-top:5px solid #aaead8;"></div>

#aaead8 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#aaead8; } .examplecolorclass {color:#aaead8; } .examplebordercolor {border:3px solid #aaead8; }

#aaead8 Color code Preview on White Background

This is how #aaead8 Color code will look on white background color. Color contrast ratio is 1.36

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #aaead8; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aaead8; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,234,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,170,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,234,216,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }