crispedge.com

Color picker

Loading...

#aefaae hex color - Green - Cool color - Information

#aefaae hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #aefaae color code is between #aaffaa web safe hex color code and #bbeebb web safe hex color code. #aaffaa is the nearest web safe color code. You can see here many more shades of #aefaae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaefaae#aefaae
RGB Decimal174, 250, 174rgb(174, 250, 174)
RGB Percent68%, 98%, 68%rgb(68%, 98%, 68%)
CSS RGBa174, 250, 174,1rgba(174,250,174,1)
CMYK Modelcmyk(30%,0%,30%,2%)
HSL Color Space120,88% ,83%hsl(120,88% ,83%)
HSV Color Space120°, 30%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111101010101110
Octal256372256
Decimal174250174
Hexaefaae

Different shades of #aefaae color code.

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

Light Shade of #aefaae
#defdde
Dark Shade of #aefaae
#7ef77e
Saturated Shade of #aefaae
#aafeaa
Desaturated Shade of #aefaae
#b2f6b2
Grey scale Shade of #aefaae
#d4d4d4
Brighten Shade
#c7ffc7
Most Readable Shade
#000000

Shades of #aefaae color code

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

#aefaae
#9ade9a
#87c287
#74a674
#608a60
#4d6f4d
#3a533a
#263726
#131b13
#000000

Similar Color like #aefaae color

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

#affbaf
#b0fcb0
#b1fdb1
#b2feb2
#b3ffb3
#b4ffb4
#b5ffb5
#b6ffb6
#b7ffb7
#b8ffb8
#b9ffb9
#baffba
#bbffbb
#bcffbc
#adf9ad
#acf8ac
#abf7ab
#aaf6aa
#a9f5a9
#a8f4a8
#a7f3a7
#a6f2a6
#a5f1a5
#a4f0a4
#a3efa3
#a2eea2
#a1eda1
#a0eca0

Monochromatic Color with #aefaae

#aefaae
#1a251a
#385038
#557a55
#73a573
#90cf90

Tints of #aefaae Color

#aefaae
#b7fab7
#c0fbc0
#c9fbc9
#d2fcd2
#dbfcdb
#e4fde4
#edfded
#f6fef6
#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

#aefaae
#faaefa

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

Split Complementary

#aefaae
#d4aefa
#faaed4

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

Analogous Color

#ccfaae
#bdfaae
#aefaae
#aefabd
#aefacc

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

#aefaae
#aeaefa
#faaeae

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

#aefaae
#aed4fa
#faaefa
#fad4ae

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

#aefaae
#faaefa
#faaed4
#aefad4

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

#aefaae Color Code Preview on Black Background Color

This is how #aefaae Color will look on black background color. Color contrast ratio is 17.09

#aefaae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aefaae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aefaae

#aefaae color code is use for CSS Background Color

Background color for the above div is #aefaae

HTML with inline CSS

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

#aefaae color code is use for CSS Border Color

CSS Border color for the above div is #aefaae

HTML with inline CSS

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

CSS Border Left color for the above div is #aefaae

HTML with inline CSS

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

CSS Border Right color for the above div is #aefaae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aefaae

HTML with inline CSS

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

CSS Border Top color for the above div is #aefaae

HTML with inline CSS

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

#aefaae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aefaae Color code Preview on White Background

This is how #aefaae Color code will look on white background color. Color contrast ratio is 1.23

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

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