crispedge.com

Color picker

Loading...

#aed6ac hex color - Green - Cool color - Information

#aed6ac hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aed6ac Color code in RGB color code model is created after adding 68.24% red color, 83.92% green color and 67.45% blue color. Hex #aed6ac Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 20% yellow and 16% black.

Hex #aed6ac color code is between #aaddaa web safe hex color code and #bbccbb web safe hex color code. #aaddaa is the nearest web safe color code. You can see here many more shades of #aed6ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaed6ac#aed6ac
RGB Decimal174, 214, 172rgb(174, 214, 172)
RGB Percent68%, 84%, 67%rgb(68%, 84%, 67%)
CSS RGBa174, 214, 172,1rgba(174,214,172,1)
CMYK Modelcmyk(19%,0%,20%,16%)
HSL Color Space117,34% ,76%hsl(117,34% ,76%)
HSV Color Space117°, 20%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101011010101100
Octal256326254
Decimal174214172
Hexaed6ac

Different shades of #aed6ac color code.

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

Light Shade of #aed6ac
#cfe7ce
Dark Shade of #aed6ac
#8dc58a
Saturated Shade of #aed6ac
#a8dca6
Desaturated Shade of #aed6ac
#b4d0b2
Grey scale Shade of #aed6ac
#c1c1c1
Brighten Shade
#c7efc5
Most Readable Shade
#000000

Shades of #aed6ac color code

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

#aed6ac
#9abe98
#87a685
#748e72
#60765f
#4d5f4c
#3a4739
#262f26
#131713
#000000

Similar Color like #aed6ac color

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

#afd7ad
#b0d8ae
#b1d9af
#b2dab0
#b3dbb1
#b4dcb2
#b5ddb3
#b6deb4
#b7dfb5
#b8e0b6
#b9e1b7
#bae2b8
#bbe3b9
#bce4ba
#add5ab
#acd4aa
#abd3a9
#aad2a8
#a9d1a7
#a8d0a6
#a7cfa5
#a6cea4
#a5cda3
#a4cca2
#a3cba1
#a2caa0
#a1c99f
#a0c89e

Monochromatic Color with #aed6ac

#aed6ac
#010101
#242c23
#465646
#698168
#8bab8a

Tints of #aed6ac Color

#aed6ac
#b7dab5
#c0dfbe
#c9e3c7
#d2e8d0
#dbecda
#e4f1e3
#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

#aed6ac
#d4acd6

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

Split Complementary

#aed6ac
#bfacd6
#d6acc3

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

Analogous Color

#bfd6ac
#b6d6ac
#aed6ac
#acd6b2
#acd6bb

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

#aed6ac
#acaed6
#d6acae

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

#aed6ac
#acc3d6
#d4acd6
#d6bfac

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

#aed6ac
#d4acd6
#d6acc3
#acd6bf

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

#aed6ac Color Code Preview on Black Background Color

This is how #aed6ac Color will look on black background color. Color contrast ratio is 13.01

#aed6ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed6ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed6ac

#aed6ac color code is use for CSS Background Color

Background color for the above div is #aed6ac

HTML with inline CSS

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

#aed6ac color code is use for CSS Border Color

CSS Border color for the above div is #aed6ac

HTML with inline CSS

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

CSS Border Left color for the above div is #aed6ac

HTML with inline CSS

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

CSS Border Right color for the above div is #aed6ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed6ac

HTML with inline CSS

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

CSS Border Top color for the above div is #aed6ac

HTML with inline CSS

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

#aed6ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed6ac Color code Preview on White Background

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

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