crispedge.com

Color picker

Loading...

#aed59e hex color - Green - Cool color - Information

#aed59e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aed59e Color code in RGB color code model is created after adding 68.24% red color, 83.53% green color and 61.96% blue color. Hex #aed59e Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 26% yellow and 16% black.

Hex #aed59e color code is between #aadd99 web safe hex color code and #bbccaa web safe hex color code. #aadd99 is the nearest web safe color code. You can see here many more shades of #aed59e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaed59e#aed59e
RGB Decimal174, 213, 158rgb(174, 213, 158)
RGB Percent68%, 84%, 62%rgb(68%, 84%, 62%)
CSS RGBa174, 213, 158,1rgba(174,213,158,1)
CMYK Modelcmyk(18%,0%,26%,16%)
HSL Color Space103,40% ,73%hsl(103,40% ,73%)
HSV Color Space103°, 26%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101010110011110
Octal256325236
Decimal174213158
Hexaed59e

Different shades of #aed59e color code.

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

Light Shade of #aed59e
#cce4c2
Dark Shade of #aed59e
#90c67a
Saturated Shade of #aed59e
#abdc97
Desaturated Shade of #aed59e
#b1cea5
Grey scale Shade of #aed59e
#b9b9b9
Brighten Shade
#c7eeb7
Most Readable Shade
#000000

Shades of #aed59e color code

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

#aed59e
#9abd8c
#87a57a
#748e69
#607657
#4d5e46
#3a4734
#262f23
#131711
#000000

Similar Color like #aed59e color

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

#afd69f
#b0d7a0
#b1d8a1
#b2d9a2
#b3daa3
#b4dba4
#b5dca5
#b6dda6
#b7dea7
#b8dfa8
#b9e0a9
#bae1aa
#bbe2ab
#bce3ac
#add49d
#acd39c
#abd29b
#aad19a
#a9d099
#a8cf98
#a7ce97
#a6cd96
#a5cc95
#a4cb94
#a3ca93
#a2c992
#a1c891
#a0c790

Monochromatic Color with #aed59e

#aed59e
#000000
#232b20
#46553f
#69805f
#8baa7e

Tints of #aed59e Color

#aed59e
#b7d9a8
#c0deb3
#c9e3be
#d2e7c9
#dbecd3
#e4f1de
#edf5e9
#f6faf4
#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

#aed59e
#c59ed5

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

Split Complementary

#aed59e
#aa9ed5
#d59eca

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

Analogous Color

#c4d59e
#b9d59e
#aed59e
#a3d59e
#9ed5a4

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

#aed59e
#9eaed5
#d59eae

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

#aed59e
#9ec9d5
#c59ed5
#d5a99e

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

#aed59e
#c59ed5
#d59eca
#9ed5aa

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 #aed59e 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.

#aed59e Color Code Preview on Black Background Color

This is how #aed59e Color will look on black background color. Color contrast ratio is 12.81

#aed59e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed59e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed59e

#aed59e color code is use for CSS Background Color

Background color for the above div is #aed59e

HTML with inline CSS

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

#aed59e color code is use for CSS Border Color

CSS Border color for the above div is #aed59e

HTML with inline CSS

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

CSS Border Left color for the above div is #aed59e

HTML with inline CSS

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

CSS Border Right color for the above div is #aed59e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed59e

HTML with inline CSS

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

CSS Border Top color for the above div is #aed59e

HTML with inline CSS

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

#aed59e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed59e Color code Preview on White Background

This is how #aed59e Color code will look on white background color. Color contrast ratio is 1.64

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.