crispedge.com

Color picker

Loading...

#aef6ef hex color - Green - Cool color - Information

#aef6ef hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #aef6ef color code is between #aaeeee web safe hex color code and #bbffff web safe hex color code. #aaeeee is the nearest web safe color code. You can see here many more shades of #aef6ef color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaef6ef#aef6ef
RGB Decimal174, 246, 239rgb(174, 246, 239)
RGB Percent68%, 96%, 94%rgb(68%, 96%, 94%)
CSS RGBa174, 246, 239,1rgba(174,246,239,1)
CMYK Modelcmyk(29%,0%,3%,4%)
HSL Color Space174,80% ,82%hsl(174,80% ,82%)
HSV Color Space174°, 29%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111011011101111
Octal256366357
Decimal174246239
Hexaef6ef

Different shades of #aef6ef color code.

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

Light Shade of #aef6ef
#dcfbf8
Dark Shade of #aef6ef
#80f1e6
Saturated Shade of #aef6ef
#a9faf3
Desaturated Shade of #aef6ef
#b2f1eb
Grey scale Shade of #aef6ef
#d2d2d2
Brighten Shade
#c7ffff
Most Readable Shade
#000000

Shades of #aef6ef color code

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

#aef6ef
#9adad4
#87bfb9
#74a49f
#608884
#4d6d6a
#3a524f
#263635
#131b1a
#000000

Similar Color like #aef6ef color

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

#aff7f0
#b0f8f1
#b1f9f2
#b2faf3
#b3fbf4
#b4fcf5
#b5fdf6
#b6fef7
#b7fff8
#b8fff9
#b9fffa
#bafffb
#bbfffc
#bcfffd
#adf5ee
#acf4ed
#abf3ec
#aaf2eb
#a9f1ea
#a8f0e9
#a7efe8
#a6eee7
#a5ede6
#a4ece5
#a3ebe4
#a2eae3
#a1e9e2
#a0e8e1

Monochromatic Color with #aef6ef

#aef6ef
#182121
#364c4a
#547673
#72a19c
#90cbc6

Tints of #aef6ef Color

#aef6ef
#b7f7f0
#c0f8f2
#c9f9f4
#d2faf6
#dbfbf7
#e4fcf9
#edfdfb
#f6fefd
#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

#aef6ef
#f6aeb5

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

Split Complementary

#aef6ef
#f6aed9
#f6cbae

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

Analogous Color

#aef6d2
#aef6e1
#aef6ef
#aeeff6
#aee0f6

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

#aef6ef
#efaef6
#f6efae

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

#aef6ef
#cbaef6
#f6aeb5
#d9f6ae

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

#aef6ef
#f6aeb5
#f6cbae
#aed9f6

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

#aef6ef Color Code Preview on Black Background Color

This is how #aef6ef Color will look on black background color. Color contrast ratio is 17.23

#aef6ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef6ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef6ef

#aef6ef color code is use for CSS Background Color

Background color for the above div is #aef6ef

HTML with inline CSS

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

#aef6ef color code is use for CSS Border Color

CSS Border color for the above div is #aef6ef

HTML with inline CSS

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

CSS Border Left color for the above div is #aef6ef

HTML with inline CSS

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

CSS Border Right color for the above div is #aef6ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aef6ef

HTML with inline CSS

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

CSS Border Top color for the above div is #aef6ef

HTML with inline CSS

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

#aef6ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aef6ef Color code Preview on White Background

This is how #aef6ef Color code will look on white background color. Color contrast ratio is 1.22

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.