crispedge.com

Color picker

Loading...

#aedaa1 hex color - Green - Cool color - Information

#aedaa1 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aedaa1 Color code in RGB color code model is created after adding 68.24% red color, 85.49% green color and 63.14% blue color. Hex #aedaa1 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 26% yellow and 15% black.

Hex #aedaa1 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 #aedaa1 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaedaa1#aedaa1
RGB Decimal174, 218, 161rgb(174, 218, 161)
RGB Percent68%, 85%, 63%rgb(68%, 85%, 63%)
CSS RGBa174, 218, 161,1rgba(174,218,161,1)
CMYK Modelcmyk(20%,0%,26%,15%)
HSL Color Space106,44% ,74%hsl(106,44% ,74%)
HSV Color Space106°, 26%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101101010100001
Octal256332241
Decimal174218161
Hexaedaa1

Different shades of #aedaa1 color code.

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

Light Shade of #aedaa1
#cee8c6
Dark Shade of #aedaa1
#8ecc7c
Saturated Shade of #aedaa1
#aae19a
Desaturated Shade of #aedaa1
#b2d3a8
Grey scale Shade of #aedaa1
#bdbdbd
Brighten Shade
#c7f3ba
Most Readable Shade
#000000

Shades of #aedaa1 color code

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

#aedaa1
#9ac18f
#87a97d
#74916b
#607959
#4d6047
#3a4835
#263023
#131811
#000000

Similar Color like #aedaa1 color

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

#afdba2
#b0dca3
#b1dda4
#b2dea5
#b3dfa6
#b4e0a7
#b5e1a8
#b6e2a9
#b7e3aa
#b8e4ab
#b9e5ac
#bae6ad
#bbe7ae
#bce8af
#add9a0
#acd89f
#abd79e
#aad69d
#a9d59c
#a8d49b
#a7d39a
#a6d299
#a5d198
#a4d097
#a3cf96
#a2ce95
#a1cd94
#a0cc93

Monochromatic Color with #aedaa1

#aedaa1
#040504
#263023
#485a43
#6a8562
#8caf82

Tints of #aedaa1 Color

#aedaa1
#b7deab
#c0e2b5
#c9e6c0
#d2eaca
#dbeed5
#e4f2df
#edf6ea
#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

#aedaa1
#cda1da

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

Split Complementary

#aedaa1
#b0a1da
#daa1cb

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

Analogous Color

#c5daa1
#b9daa1
#aedaa1
#a3daa1
#a1daab

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

#aedaa1
#a1aeda
#daa1ae

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

#aedaa1
#a1cada
#cda1da
#dab0a1

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

#aedaa1
#cda1da
#daa1cb
#a1dab0

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

#aedaa1 Color Code Preview on Black Background Color

This is how #aedaa1 Color will look on black background color. Color contrast ratio is 13.34

#aedaa1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedaa1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedaa1

#aedaa1 color code is use for CSS Background Color

Background color for the above div is #aedaa1

HTML with inline CSS

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

#aedaa1 color code is use for CSS Border Color

CSS Border color for the above div is #aedaa1

HTML with inline CSS

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

CSS Border Left color for the above div is #aedaa1

HTML with inline CSS

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

CSS Border Right color for the above div is #aedaa1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aedaa1

HTML with inline CSS

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

CSS Border Top color for the above div is #aedaa1

HTML with inline CSS

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

#aedaa1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aedaa1 Color code Preview on White Background

This is how #aedaa1 Color code will look on white background color. Color contrast ratio is 1.57

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.