crispedge.com

Color picker

Loading...

#aef9ef hex color - Green - Cool color - Information

#aef9ef hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaef9ef#aef9ef
RGB Decimal174, 249, 239rgb(174, 249, 239)
RGB Percent68%, 98%, 94%rgb(68%, 98%, 94%)
CSS RGBa174, 249, 239,1rgba(174,249,239,1)
CMYK Modelcmyk(30%,0%,4%,2%)
HSL Color Space172,86% ,83%hsl(172,86% ,83%)
HSV Color Space172°, 30%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111100111101111
Octal256371357
Decimal174249239
Hexaef9ef

Different shades of #aef9ef color code.

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

Light Shade of #aef9ef
#ddfdf8
Dark Shade of #aef9ef
#7ff5e6
Saturated Shade of #aef9ef
#aafdf2
Desaturated Shade of #aef9ef
#b2f5ec
Grey scale Shade of #aef9ef
#d3d3d3
Brighten Shade
#c7ffff
Most Readable Shade
#000000

Shades of #aef9ef color code

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

#aef9ef
#9addd4
#87c1b9
#74a69f
#608a84
#4d6e6a
#3a534f
#263735
#131b1a
#000000

Similar Color like #aef9ef color

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

#affaf0
#b0fbf1
#b1fcf2
#b2fdf3
#b3fef4
#b4fff5
#b5fff6
#b6fff7
#b7fff8
#b8fff9
#b9fffa
#bafffb
#bbfffc
#bcfffd
#adf8ee
#acf7ed
#abf6ec
#aaf5eb
#a9f4ea
#a8f3e9
#a7f2e8
#a6f1e7
#a5f0e6
#a4efe5
#a3eee4
#a2ede3
#a1ece2
#a0ebe1

Monochromatic Color with #aef9ef

#aef9ef
#192423
#374f4c
#557975
#73a49d
#90cec6

Tints of #aef9ef Color

#aef9ef
#b7f9f0
#c0faf2
#c9fbf4
#d2fbf6
#dbfcf7
#e4fdf9
#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

#aef9ef
#f9aeb8

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

Split Complementary

#aef9ef
#f9aede
#f9caae

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

Analogous Color

#aef9d1
#aef9e0
#aef9ef
#aef4f9
#aee5f9

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

#aef9ef
#efaef9
#f9efae

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

#aef9ef
#c9aef9
#f9aeb8
#ddf9ae

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

#aef9ef
#f9aeb8
#f9caae
#aedef9

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

#aef9ef Color Code Preview on Black Background Color

This is how #aef9ef Color will look on black background color. Color contrast ratio is 17.60

#aef9ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef9ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef9ef

#aef9ef color code is use for CSS Background Color

Background color for the above div is #aef9ef

HTML with inline CSS

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

#aef9ef color code is use for CSS Border Color

CSS Border color for the above div is #aef9ef

HTML with inline CSS

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

CSS Border Left color for the above div is #aef9ef

HTML with inline CSS

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

CSS Border Right color for the above div is #aef9ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aef9ef

HTML with inline CSS

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

CSS Border Top color for the above div is #aef9ef

HTML with inline CSS

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

#aef9ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aef9ef Color code Preview on White Background

This is how #aef9ef Color code will look on white background color. Color contrast ratio is 1.19

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

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