crispedge.com

Color picker

Loading...

#aef7eb hex color - Green - Cool color - Information

#aef7eb hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aef7eb Color code in RGB color code model is created after adding 68.24% red color, 96.86% green color and 92.16% blue color. Hex #aef7eb Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 5% yellow and 3% black.

Hex #aef7eb color code is between #aaffee web safe hex color code and #bbeedd web safe hex color code. #aaffee is the nearest web safe color code. You can see here many more shades of #aef7eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaef7eb#aef7eb
RGB Decimal174, 247, 235rgb(174, 247, 235)
RGB Percent68%, 97%, 92%rgb(68%, 97%, 92%)
CSS RGBa174, 247, 235,1rgba(174,247,235,1)
CMYK Modelcmyk(30%,0%,5%,3%)
HSL Color Space170,82% ,83%hsl(170,82% ,83%)
HSV Color Space170°, 30%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111011111101011
Octal256367353
Decimal174247235
Hexaef7eb

Different shades of #aef7eb color code.

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

Light Shade of #aef7eb
#dcfcf6
Dark Shade of #aef7eb
#80f2e0
Saturated Shade of #aef7eb
#aafbee
Desaturated Shade of #aef7eb
#b2f3e8
Grey scale Shade of #aef7eb
#d2d2d2
Brighten Shade
#c7ffff
Most Readable Shade
#000000

Shades of #aef7eb color code

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

#aef7eb
#9adbd0
#87c0b6
#74a49c
#608982
#4d6d68
#3a524e
#263634
#131b1a
#000000

Similar Color like #aef7eb color

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

#aff8ec
#b0f9ed
#b1faee
#b2fbef
#b3fcf0
#b4fdf1
#b5fef2
#b6fff3
#b7fff4
#b8fff5
#b9fff6
#bafff7
#bbfff8
#bcfff9
#adf6ea
#acf5e9
#abf4e8
#aaf3e7
#a9f2e6
#a8f1e5
#a7f0e4
#a6efe3
#a5eee2
#a4ede1
#a3ece0
#a2ebdf
#a1eade
#a0e9dd

Monochromatic Color with #aef7eb

#aef7eb
#182221
#364d49
#547772
#72a29a
#90ccc3

Tints of #aef7eb Color

#aef7eb
#b7f7ed
#c0f8ef
#c9f9f1
#d2faf3
#dbfbf6
#e4fcf8
#edfdfa
#f6fefc
#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

#aef7eb
#f7aeba

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

Split Complementary

#aef7eb
#f7aedf
#f7c7ae

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

Analogous Color

#aef7ce
#aef7dc
#aef7eb
#aef4f7
#aee6f7

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

#aef7eb
#ebaef7
#f7ebae

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

#aef7eb
#c6aef7
#f7aeba
#def7ae

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

#aef7eb
#f7aeba
#f7c7ae
#aedff7

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

#aef7eb Color Code Preview on Black Background Color

This is how #aef7eb Color will look on black background color. Color contrast ratio is 17.30

#aef7eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef7eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef7eb

#aef7eb color code is use for CSS Background Color

Background color for the above div is #aef7eb

HTML with inline CSS

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

#aef7eb color code is use for CSS Border Color

CSS Border color for the above div is #aef7eb

HTML with inline CSS

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

CSS Border Left color for the above div is #aef7eb

HTML with inline CSS

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

CSS Border Right color for the above div is #aef7eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aef7eb

HTML with inline CSS

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

CSS Border Top color for the above div is #aef7eb

HTML with inline CSS

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

#aef7eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aef7eb Color code Preview on White Background

This is how #aef7eb Color code will look on white background color. Color contrast ratio is 1.21

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

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