crispedge.com

Color picker

Loading...

#aedd9c hex color - Green - Cool color - Information

#aedd9c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aedd9c Color code in RGB color code model is created after adding 68.24% red color, 86.67% green color and 61.18% blue color. Hex #aedd9c Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 29% yellow and 13% black.

Hex #aedd9c color code is between #aacc99 web safe hex color code and #bbeeaa web safe hex color code. #aacc99 is the nearest web safe color code. You can see here many more shades of #aedd9c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaedd9c#aedd9c
RGB Decimal174, 221, 156rgb(174, 221, 156)
RGB Percent68%, 87%, 61%rgb(68%, 87%, 61%)
CSS RGBa174, 221, 156,1rgba(174,221,156,1)
CMYK Modelcmyk(21%,0%,29%,13%)
HSL Color Space103,49% ,74%hsl(103,49% ,74%)
HSV Color Space103°, 29%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101110110011100
Octal256335234
Decimal174221156
Hexaedd9c

Different shades of #aedd9c color code.

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

Light Shade of #aedd9c
#cdeac2
Dark Shade of #aedd9c
#8fd076
Saturated Shade of #aedd9c
#abe495
Desaturated Shade of #aedd9c
#b1d6a3
Grey scale Shade of #aedd9c
#bcbcbc
Brighten Shade
#c7f6b5
Most Readable Shade
#000000

Shades of #aedd9c color code

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

#aedd9c
#9ac48a
#87ab79
#749368
#607a56
#4d6245
#3a4934
#263122
#131811
#000000

Similar Color like #aedd9c color

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

#afde9d
#b0df9e
#b1e09f
#b2e1a0
#b3e2a1
#b4e3a2
#b5e4a3
#b6e5a4
#b7e6a5
#b8e7a6
#b9e8a7
#bae9a8
#bbeaa9
#bcebaa
#addc9b
#acdb9a
#abda99
#aad998
#a9d897
#a8d796
#a7d695
#a6d594
#a5d493
#a4d392
#a3d291
#a2d190
#a1d08f
#a0cf8e

Monochromatic Color with #aedd9c

#aedd9c
#070806
#283324
#4a5d42
#6b8860
#8db37e

Tints of #aedd9c Color

#aedd9c
#b7e0a7
#c0e4b2
#c9e8bd
#d2ecc8
#dbefd3
#e4f3de
#edf7e9
#f6fbf4
#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

#aedd9c
#cb9cdd

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

Split Complementary

#aedd9c
#ab9cdd
#dd9ccf

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

Analogous Color

#c8dd9c
#bbdd9c
#aedd9c
#a1dd9c
#9cdda4

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

#aedd9c
#9caedd
#dd9cae

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

#aedd9c
#9ccedd
#cb9cdd
#ddaa9c

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

Double Complementary Color

#aedd9c
#cb9cdd
#dd9ccf
#9cddab

Double Complementary 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).

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

#aedd9c Color Code Preview on Black Background Color

This is how #aedd9c Color will look on black background color. Color contrast ratio is 13.62

#aedd9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedd9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedd9c

#aedd9c color code is use for CSS Background Color

Background color for the above div is #aedd9c

HTML with inline CSS

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

#aedd9c color code is use for CSS Border Color

CSS Border color for the above div is #aedd9c

HTML with inline CSS

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

CSS Border Left color for the above div is #aedd9c

HTML with inline CSS

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

CSS Border Right color for the above div is #aedd9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aedd9c

HTML with inline CSS

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

CSS Border Top color for the above div is #aedd9c

HTML with inline CSS

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

#aedd9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aedd9c Color code Preview on White Background

This is how #aedd9c Color code will look on white background color. Color contrast ratio is 1.54

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,221,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,156,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,221,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.