crispedge.com

Color picker

Loading...

#aed4aa hex color - Green - Cool color - Information

#aed4aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aed4aa Color code in RGB color code model is created after adding 68.24% red color, 83.14% green color and 66.67% blue color. Hex #aed4aa Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 20% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaed4aa#aed4aa
RGB Decimal174, 212, 170rgb(174, 212, 170)
RGB Percent68%, 83%, 67%rgb(68%, 83%, 67%)
CSS RGBa174, 212, 170,1rgba(174,212,170,1)
CMYK Modelcmyk(18%,0%,20%,17%)
HSL Color Space114,33% ,75%hsl(114,33% ,75%)
HSV Color Space114°, 20%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101010010101010
Octal256324252
Decimal174212170
Hexaed4aa

Different shades of #aed4aa color code.

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

Light Shade of #aed4aa
#cee5cc
Dark Shade of #aed4aa
#8ec388
Saturated Shade of #aed4aa
#a9daa4
Desaturated Shade of #aed4aa
#b3ceb0
Grey scale Shade of #aed4aa
#bfbfbf
Brighten Shade
#c7edc3
Most Readable Shade
#000000

Shades of #aed4aa color code

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

#aed4aa
#9abc97
#87a484
#748d71
#60755e
#4d5e4b
#3a4638
#262f25
#131712
#000000

Similar Color like #aed4aa color

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

#afd5ab
#b0d6ac
#b1d7ad
#b2d8ae
#b3d9af
#b4dab0
#b5dbb1
#b6dcb2
#b7ddb3
#b8deb4
#b9dfb5
#bae0b6
#bbe1b7
#bce2b8
#add3a9
#acd2a8
#abd1a7
#aad0a6
#a9cfa5
#a8cea4
#a7cda3
#a6cca2
#a5cba1
#a4caa0
#a3c99f
#a2c89e
#a1c79d
#a0c69c

Monochromatic Color with #aed4aa

#aed4aa
#d1fecc
#222a22
#455444
#687f66
#8ba988

Tints of #aed4aa Color

#aed4aa
#b7d8b3
#c0ddbc
#c9e2c6
#d2e7cf
#dbebd9
#e4f0e2
#edf5ec
#f6faf5
#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

#aed4aa
#d0aad4

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

Split Complementary

#aed4aa
#bbaad4
#d4aac3

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

Analogous Color

#bfd4aa
#b6d4aa
#aed4aa
#aad4ae
#aad4b7

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

#aed4aa
#aaaed4
#d4aaae

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

#aed4aa
#aac3d4
#d0aad4
#d4bbaa

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

#aed4aa
#d0aad4
#d4aac3
#aad4bb

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

#aed4aa Color Code Preview on Black Background Color

This is how #aed4aa Color will look on black background color. Color contrast ratio is 12.80

#aed4aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed4aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed4aa

#aed4aa color code is use for CSS Background Color

Background color for the above div is #aed4aa

HTML with inline CSS

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

#aed4aa color code is use for CSS Border Color

CSS Border color for the above div is #aed4aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aed4aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aed4aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed4aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aed4aa

HTML with inline CSS

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

#aed4aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed4aa Color code Preview on White Background

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

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,212,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,170,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,212,170,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.