crispedge.com

Color picker

Loading...

#aeea94 hex color - Green - Cool color - Information

#aeea94 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aeea94 Color code in RGB color code model is created after adding 68.24% red color, 91.76% green color and 58.04% blue color. Hex #aeea94 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 37% yellow and 8% black.

Hex #aeea94 color code is between #aaee99 web safe hex color code and #bbdd88 web safe hex color code. #aaee99 is the nearest web safe color code. You can see here many more shades of #aeea94 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaeea94#aeea94
RGB Decimal174, 234, 148rgb(174, 234, 148)
RGB Percent68%, 92%, 58%rgb(68%, 92%, 58%)
CSS RGBa174, 234, 148,1rgba(174,234,148,1)
CMYK Modelcmyk(26%,0%,37%,8%)
HSL Color Space102,67% ,75%hsl(102,67% ,75%)
HSV Color Space102°, 37%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101110101010010100
Octal256352224
Decimal174234148
Hexaeea94

Different shades of #aeea94 color code.

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

Light Shade of #aeea94
#cef2bf
Dark Shade of #aeea94
#8ee269
Saturated Shade of #aeea94
#abf08e
Desaturated Shade of #aeea94
#b1e49a
Grey scale Shade of #aeea94
#bfbfbf
Brighten Shade
#c7ffad
Most Readable Shade
#000000

Shades of #aeea94 color code

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

#aeea94
#9ad083
#87b673
#749c62
#608252
#4d6841
#3a4e31
#263420
#131a10
#000000

Similar Color like #aeea94 color

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

#afeb95
#b0ec96
#b1ed97
#b2ee98
#b3ef99
#b4f09a
#b5f19b
#b6f29c
#b7f39d
#b8f49e
#b9f59f
#baf6a0
#bbf7a1
#bcf8a2
#ade993
#ace892
#abe791
#aae690
#a9e58f
#a8e48e
#a7e38d
#a6e28c
#a5e18b
#a4e08a
#a3df89
#a2de88
#a1dd87
#a0dc86

Monochromatic Color with #aeea94

#aeea94
#10150e
#304028
#4f6a43
#6f955e
#8ebf79

Tints of #aeea94 Color

#aeea94
#b7ec9f
#c0eeab
#c9f1b7
#d2f3c3
#dbf5cf
#e4f8db
#edfae7
#f6fcf3
#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

#aeea94
#d094ea

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

Split Complementary

#aeea94
#a594ea
#ea94d9

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

Analogous Color

#d0ea94
#bfea94
#aeea94
#9dea94
#94ea9c

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

#aeea94
#94aeea
#ea94ae

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

#aeea94
#94d9ea
#d094ea
#eaa594

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

#aeea94
#d094ea
#ea94d9
#94eaa5

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

#aeea94 Color Code Preview on Black Background Color

This is how #aeea94 Color will look on black background color. Color contrast ratio is 15.00

#aeea94 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeea94

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeea94

#aeea94 color code is use for CSS Background Color

Background color for the above div is #aeea94

HTML with inline CSS

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

#aeea94 color code is use for CSS Border Color

CSS Border color for the above div is #aeea94

HTML with inline CSS

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

CSS Border Left color for the above div is #aeea94

HTML with inline CSS

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

CSS Border Right color for the above div is #aeea94

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeea94

HTML with inline CSS

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

CSS Border Top color for the above div is #aeea94

HTML with inline CSS

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

#aeea94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeea94 Color code Preview on White Background

This is how #aeea94 Color code will look on white background color. Color contrast ratio is 1.40

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

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