crispedge.com

Color picker

Loading...

#aef7cc hex color - Green - Cool color - Information

#aef7cc hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaef7cc#aef7cc
RGB Decimal174, 247, 204rgb(174, 247, 204)
RGB Percent68%, 97%, 80%rgb(68%, 97%, 80%)
CSS RGBa174, 247, 204,1rgba(174,247,204,1)
CMYK Modelcmyk(30%,0%,17%,3%)
HSL Color Space145,82% ,83%hsl(145,82% ,83%)
HSV Color Space145°, 30%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111011111001100
Octal256367314
Decimal174247204
Hexaef7cc

Different shades of #aef7cc color code.

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

Light Shade of #aef7cc
#dcfce9
Dark Shade of #aef7cc
#80f2af
Saturated Shade of #aef7cc
#aafbcb
Desaturated Shade of #aef7cc
#b2f3cd
Grey scale Shade of #aef7cc
#d2d2d2
Brighten Shade
#c7ffe5
Most Readable Shade
#000000

Shades of #aef7cc color code

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

#aef7cc
#9adbb5
#87c09e
#74a488
#608971
#4d6d5a
#3a5244
#26362d
#131b16
#000000

Similar Color like #aef7cc color

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

#aff8cd
#b0f9ce
#b1facf
#b2fbd0
#b3fcd1
#b4fdd2
#b5fed3
#b6ffd4
#b7ffd5
#b8ffd6
#b9ffd7
#baffd8
#bbffd9
#bcffda
#adf6cb
#acf5ca
#abf4c9
#aaf3c8
#a9f2c7
#a8f1c6
#a7f0c5
#a6efc4
#a5eec3
#a4edc2
#a3ecc1
#a2ebc0
#a1eabf
#a0e9be

Monochromatic Color with #aef7cc

#aef7cc
#18221c
#364d40
#547763
#72a286
#90cca9

Tints of #aef7cc Color

#aef7cc
#b7f7d1
#c0f8d7
#c9f9dd
#d2fae2
#dbfbe8
#e4fcee
#edfdf3
#f6fef9
#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

#aef7cc
#f7aed9

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

Split Complementary

#aef7cc
#f0aef7
#f7aeb5

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

Analogous Color

#aef7af
#aef7bd
#aef7cc
#aef7db
#aef7e9

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

#aef7cc
#ccaef7
#f7ccae

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

#aef7cc
#aeb4f7
#f7aed9
#f7f0ae

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

#aef7cc
#f7aed9
#f7aeb5
#aef7f0

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

#aef7cc Color Code Preview on Black Background Color

This is how #aef7cc Color will look on black background color. Color contrast ratio is 16.98

#aef7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef7cc

#aef7cc color code is use for CSS Background Color

Background color for the above div is #aef7cc

HTML with inline CSS

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

#aef7cc color code is use for CSS Border Color

CSS Border color for the above div is #aef7cc

HTML with inline CSS

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

CSS Border Left color for the above div is #aef7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #aef7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aef7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #aef7cc

HTML with inline CSS

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

#aef7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aef7cc Color code Preview on White Background

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

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