Skip to main content Skip to docs navigation

#aedec7 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 Shallow Shore and its hex is #B0DEC8 Nearest Color Name

Color Hue/Base color: Green

Hex #aedec7 Color code in RGB color code model is created after adding 68.24% red color, 87.06% green color and 78.04% blue color. Hex #aedec7 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 10% yellow and 12.94% black.

Hex #aedec7 color code is between #aaddcc web safe hex color code and #bbeebb web safe hex color code. #aaddcc is the nearest web safe color code. You can see here many more shades of #aedec7 color code.

RGB Chart

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

Color Table

Hex Color Code aedec7 #aedec7
RGB Decimal 174, 222, 199 174, 222, 199
RGB Percent 68%, 87%, 78% rgb(68%, 87%, 78%)
CSS RGBa 174, 222, 199,1 rgba(174,222,199,1)
CMYK Model cmyk(22%,0%,10%,12.94%)
HSL Color Space 151,42% ,78% hsl(151,42% ,78%)
HSV Color Space 151°, 22%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101110 11011110 11000111
Octal 256 336 307
Decimal 174 222 199
Hex ae de c7

Different shades of #aedec7 color code.

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

Darkest of #aedec7
#46ad7c
Darker of #aedec7
#66c095
Dark of #aedec7
#8acfae
Base of #aedec7
#aedec7
Light of #aedec7
#d2ede0
Lighter
#f6fcf9
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

#aedec7
#deaec5

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

Split Complementary

#aedec7
#deaedd
#deafae

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

Analogous Color

#b1deae
#aedeb3
#aedec7
#aeded7
#aed1de

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

#aedec7
#dec7ae
#c7aede

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

#aedec7
#c7aede
#deaec5
#c5deae

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

#aedec7
#afaede
#deaec5
#dddeae

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 #aedec7

#388862
#46ad7c
#66c095
#8acfae
#aedec7
#d2ede0
#f6fcf9
#ffffff
#ffffff

Tints of #aedec7 Color

#aedec7
#b7e1cd
#c0e5d3
#c9e9d9
#d2ecdf
#dbf0e6
#e4f4ec
#edf7f2
#f6fbf8
#ffffff

Shades of #aedec7 color code

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

#aedec7
#9ac5b0
#87ac9a
#749484
#607b6e
#4d6258
#3a4a42
#26312c
#131816
#000000

Tones

#aedec7
#b9d3c7
#c5c7c6
#c6c6c6
#c6c6c6

Tones

Similar Color like #aedec7 color

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

#afdfc8
#b0e0c9
#b1e1ca
#b2e2cb
#b3e3cc
#b4e4cd
#b5e5ce
#b6e6cf
#b7e7d0
#b8e8d1
#b9e9d2
#baead3
#bbebd4
#bcecd5
#adddc6
#acdcc5
#abdbc4
#aadac3
#a9d9c2
#a8d8c1
#a7d7c0
#a6d6bf
#a5d5be
#a4d4bd
#a3d3bc
#a2d2bb
#a1d1ba
#a0d0b9

Download this Light Green

Hex #aedec7 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.

#aedec7 Color Code Preview on Black Background Color

This is how #aedec7 Color will look on black background color. Color contrast ratio is 14.07

#aedec7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedec7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedec7

#aedec7 color code is use for CSS Background Color

Background color for the above div is #aedec7

HTML with inline CSS

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

#aedec7 color code is use for CSS Border Color

CSS Border color for the above div is #aedec7

HTML with inline CSS

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

CSS Border Left color for the above div is #aedec7

HTML with inline CSS

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

CSS Border Right color for the above div is #aedec7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aedec7

HTML with inline CSS

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

CSS Border Top color for the above div is #aedec7

HTML with inline CSS

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

#aedec7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aedec7 Color code Preview on White Background

This is how #aedec7 Color code will look on white background color. Color contrast ratio is 1.49

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 #aedec7; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aedec7; }

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(174,222,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,174,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,222,199,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }