crispedge.com

Color picker

Loading...

#aedaae hex color - Green - Cool color - Information

#aedaae hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaedaae#aedaae
RGB Decimal174, 218, 174rgb(174, 218, 174)
RGB Percent68%, 85%, 68%rgb(68%, 85%, 68%)
CSS RGBa174, 218, 174,1rgba(174,218,174,1)
CMYK Modelcmyk(20%,0%,20%,15%)
HSL Color Space120,37% ,77%hsl(120,37% ,77%)
HSV Color Space120°, 20%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101101010101110
Octal256332256
Decimal174218174
Hexaedaae

Different shades of #aedaae color code.

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

Light Shade of #aedaae
#d1ead1
Dark Shade of #aedaae
#8bca8b
Saturated Shade of #aedaae
#a8e0a8
Desaturated Shade of #aedaae
#b4d4b4
Grey scale Shade of #aedaae
#c4c4c4
Brighten Shade
#c7f3c7
Most Readable Shade
#000000

Shades of #aedaae color code

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

#aedaae
#9ac19a
#87a987
#749174
#607960
#4d604d
#3a483a
#263026
#131813
#000000

Similar Color like #aedaae color

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

#afdbaf
#b0dcb0
#b1ddb1
#b2deb2
#b3dfb3
#b4e0b4
#b5e1b5
#b6e2b6
#b7e3b7
#b8e4b8
#b9e5b9
#bae6ba
#bbe7bb
#bce8bc
#add9ad
#acd8ac
#abd7ab
#aad6aa
#a9d5a9
#a8d4a8
#a7d3a7
#a6d2a6
#a5d1a5
#a4d0a4
#a3cfa3
#a2cea2
#a1cda1
#a0cca0

Monochromatic Color with #aedaae

#aedaae
#040504
#263026
#485a48
#6a856a
#8caf8c

Tints of #aedaae Color

#aedaae
#b7deb7
#c0e2c0
#c9e6c9
#d2ead2
#dbeedb
#e4f2e4
#edf6ed
#f6faf6
#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

#aedaae
#daaeda

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

Split Complementary

#aedaae
#c4aeda
#daaec4

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

Analogous Color

#c0daae
#b7daae
#aedaae
#aedab7
#aedac0

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

#aedaae
#aeaeda
#daaeae

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

#aedaae
#aec4da
#daaeda
#dac4ae

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

#aedaae
#daaeda
#daaec4
#aedac4

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

#aedaae Color Code Preview on Black Background Color

This is how #aedaae Color will look on black background color. Color contrast ratio is 13.44

#aedaae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedaae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aedaae

#aedaae color code is use for CSS Background Color

Background color for the above div is #aedaae

HTML with inline CSS

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

#aedaae color code is use for CSS Border Color

CSS Border color for the above div is #aedaae

HTML with inline CSS

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

CSS Border Left color for the above div is #aedaae

HTML with inline CSS

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

CSS Border Right color for the above div is #aedaae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aedaae

HTML with inline CSS

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

CSS Border Top color for the above div is #aedaae

HTML with inline CSS

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

#aedaae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aedaae Color code Preview on White Background

This is how #aedaae Color code will look on white background color. Color contrast ratio is 1.56

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

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