@
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.

#aed894 hex color - Green - Cool color - Information

#aed894 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aed894 Color code in RGB color code model is created after adding 68.24% red color, 84.71% green color and 58.04% blue color. Hex #aed894 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 31% yellow and 15.29% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code aed894 #aed894
RGB Decimal 174, 216, 148 rgb(174, 216, 148)
RGB Percent 68%, 85%, 58% rgb(68%, 85%, 58%)
CSS RGBa 174, 216, 148,1 rgba(174,216,148,1)
CMYK Model cmyk(19%,0%,31%,15.29%)
HSL Color Space 97,47% ,71% hsl(97,47% ,71%)
HSV Color Space 97°, 31%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101110 11011000 10010100
Octal 256 330 224
Decimal 174 216 148
Hex ae d8 94

Different shades of #aed894 color code.

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

Light Shade of #aed894
#cae6b9
Dark Shade of #aed894
#92ca6f
Saturated Shade of #aed894
#acdf8d
Desaturated Shade of #aed894
#b0d19b
Grey scale Shade of #aed894
#b6b6b6
Brighten Shade
#c7f1ad
Most Readable Shade
#000000

Shades of #aed894 color code

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

#aed894
#9ac083
#87a873
#749062
#607852
#4d6041
#3a4831
#263020
#131810
#000000

Similar Color like #aed894 color

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

#afd995
#b0da96
#b1db97
#b2dc98
#b3dd99
#b4de9a
#b5df9b
#b6e09c
#b7e19d
#b8e29e
#b9e39f
#bae4a0
#bbe5a1
#bce6a2
#add793
#acd692
#abd591
#aad490
#a9d38f
#a8d28e
#a7d18d
#a6d08c
#a5cf8b
#a4ce8a
#a3cd89
#a2cc88
#a1cb87
#a0ca86

Monochromatic Color with #aed894

#aed894
#030302
#252e20
#47583d
#6a835a
#8cad77

Tints of #aed894 Color

#aed894
#b7dc9f
#c0e0ab
#c9e5b7
#d2e9c3
#dbedcf
#e4f2db
#edf6e7
#f6faf3
#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

#aed894
#be94d8

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

Split Complementary

#aed894
#9c94d8
#d894d0

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

Analogous Color

#c9d894
#bcd894
#aed894
#a0d894
#94d895

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

#aed894
#94aed8
#d894ae

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

#aed894
#94d0d8
#be94d8
#d89c94

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

#aed894
#be94d8
#d894d0
#94d89c

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

#aed894 Color Code Preview on Black Background Color

This is how #aed894 Color will look on black background color. Color contrast ratio is 13.05

#aed894 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed894

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed894

#aed894 color code is use for CSS Background Color

Background color for the above div is #aed894

HTML with inline CSS

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

#aed894 color code is use for CSS Border Color

CSS Border color for the above div is #aed894

HTML with inline CSS

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

CSS Border Left color for the above div is #aed894

HTML with inline CSS

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

CSS Border Right color for the above div is #aed894

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed894

HTML with inline CSS

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

CSS Border Top color for the above div is #aed894

HTML with inline CSS

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

#aed894 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed894 Color code Preview on White Background

This is how #aed894 Color code will look on white background color. Color contrast ratio is 1.61

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

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,216,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,148,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,216,148,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.