crispedge.com

Color picker

Loading...

#aef6da hex color - Green - Cool color - Information

#aef6da hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

Hex #aef6da color code is between #aaeedd web safe hex color code and #bbffcc web safe hex color code. #aaeedd is the nearest web safe color code. You can see here many more shades of #aef6da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaef6da#aef6da
RGB Decimal174, 246, 218rgb(174, 246, 218)
RGB Percent68%, 96%, 85%rgb(68%, 96%, 85%)
CSS RGBa174, 246, 218,1rgba(174,246,218,1)
CMYK Modelcmyk(29%,0%,11%,4%)
HSL Color Space157,80% ,82%hsl(157,80% ,82%)
HSV Color Space157°, 29%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111011011011010
Octal256366332
Decimal174246218
Hexaef6da

Different shades of #aef6da color code.

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

Light Shade of #aef6da
#dcfbef
Dark Shade of #aef6da
#80f1c5
Saturated Shade of #aef6da
#a9fadb
Desaturated Shade of #aef6da
#b2f1d9
Grey scale Shade of #aef6da
#d2d2d2
Brighten Shade
#c7fff3
Most Readable Shade
#000000

Shades of #aef6da color code

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

#aef6da
#9adac1
#87bfa9
#74a491
#608879
#4d6d60
#3a5248
#263630
#131b18
#000000

Similar Color like #aef6da color

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

#aff7db
#b0f8dc
#b1f9dd
#b2fade
#b3fbdf
#b4fce0
#b5fde1
#b6fee2
#b7ffe3
#b8ffe4
#b9ffe5
#baffe6
#bbffe7
#bcffe8
#adf5d9
#acf4d8
#abf3d7
#aaf2d6
#a9f1d5
#a8f0d4
#a7efd3
#a6eed2
#a5edd1
#a4ecd0
#a3ebcf
#a2eace
#a1e9cd
#a0e8cc

Monochromatic Color with #aef6da

#aef6da
#18211e
#364c43
#547669
#72a18f
#90cbb4

Tints of #aef6da Color

#aef6da
#b7f7de
#c0f8e2
#c9f9e6
#d2faea
#dbfbee
#e4fcf2
#edfdf6
#f6fefa
#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

#aef6da
#f6aeca

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

Split Complementary

#aef6da
#f6aeee
#f6b6ae

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

Analogous Color

#aef6bd
#aef6cc
#aef6da
#aef6e8
#aef5f6

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

#aef6da
#daaef6
#f6daae

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

#aef6da
#b6aef6
#f6aeca
#eef6ae

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

#aef6da
#f6aeca
#f6b6ae
#aeeef6

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

#aef6da Color Code Preview on Black Background Color

This is how #aef6da Color will look on black background color. Color contrast ratio is 16.99

#aef6da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef6da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef6da

#aef6da color code is use for CSS Background Color

Background color for the above div is #aef6da

HTML with inline CSS

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

#aef6da color code is use for CSS Border Color

CSS Border color for the above div is #aef6da

HTML with inline CSS

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

CSS Border Left color for the above div is #aef6da

HTML with inline CSS

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

CSS Border Right color for the above div is #aef6da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aef6da

HTML with inline CSS

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

CSS Border Top color for the above div is #aef6da

HTML with inline CSS

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

#aef6da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aef6da Color code Preview on White Background

This is how #aef6da Color code will look on white background color. Color contrast ratio is 1.24

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

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