crispedge.com

Color picker

Loading...

#aeed0f hex color - Green - Warm color - Information

#aeed0f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aeed0f Color code in RGB color code model is created after adding 68.24% red color, 92.94% green color and 5.88% blue color. Hex #aeed0f Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 94% yellow and 7% black.

Hex #aeed0f color code is between #aaee11 web safe hex color code and #bbdd00 web safe hex color code. #aaee11 is the nearest web safe color code. You can see here many more shades of #aeed0f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaeed0f#aeed0f
RGB Decimal174, 237, 15rgb(174, 237, 15)
RGB Percent68%, 93%, 6%rgb(68%, 93%, 6%)
CSS RGBa174, 237, 15,1rgba(174,237,15,1)
CMYK Modelcmyk(27%,0%,94%,7%)
HSL Color Space77,88% ,49%hsl(77,88% ,49%)
HSV Color Space77°, 94%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101110110100001111
Octal25635517
Decimal17423715
Hexaeed0f

Different shades of #aeed0f color code.

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

Light Shade of #aeed0f
#bff33c
Dark Shade of #aeed0f
#8bbd0c
Saturated Shade of #aeed0f
#b3fa02
Desaturated Shade of #aeed0f
#a9e01c
Grey scale Shade of #aeed0f
#7e7e7e
Brighten Shade
#c7ff28
Most Readable Shade
#000000

Shades of #aeed0f color code

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

#aeed0f
#9ad20d
#87b80b
#749e0a
#608308
#4d6906
#3a4f05
#263403
#131a01
#000000

Similar Color like #aeed0f color

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

#afee10
#b0ef11
#b1f012
#b2f113
#b3f214
#b4f315
#b5f416
#b6f517
#b7f618
#b8f719
#b9f81a
#baf91b
#bbfa1c
#bcfb1d
#adec0e
#aceb0d
#abea0c
#aae90b
#a9e80a
#a8e709
#a7e608
#a6e507
#a5e406
#a4e305
#a3e204
#a2e103
#a1e002
#a0df01

Monochromatic Color with #aeed0f

#aeed0f
#121802
#314304
#506d07
#70980a
#8fc20c

Tints of #aeed0f Color

#aeed0f
#b7ef29
#c0f144
#c9f35f
#d2f579
#dbf794
#e4f9af
#edfbc9
#f6fde4
#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

#aeed0f
#4e0fed

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

Split Complementary

#aeed0f
#0f3fed
#bd0fed

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

Analogous Color

#edd30f
#daed0f
#aeed0f
#82ed0f
#55ed0f

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

#aeed0f
#0faeed
#ed0fae

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

#aeed0f
#0fedbd
#4e0fed
#ed0f3f

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

#aeed0f
#4e0fed
#bd0fed
#3fed0f

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

#aeed0f Color Code Preview on Black Background Color

This is how #aeed0f Color will look on black background color. Color contrast ratio is 14.92

#aeed0f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeed0f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeed0f

#aeed0f color code is use for CSS Background Color

Background color for the above div is #aeed0f

HTML with inline CSS

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

#aeed0f color code is use for CSS Border Color

CSS Border color for the above div is #aeed0f

HTML with inline CSS

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

CSS Border Left color for the above div is #aeed0f

HTML with inline CSS

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

CSS Border Right color for the above div is #aeed0f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeed0f

HTML with inline CSS

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

CSS Border Top color for the above div is #aeed0f

HTML with inline CSS

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

#aeed0f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeed0f Color code Preview on White Background

This is how #aeed0f Color code will look on white background color. Color contrast ratio is 1.41

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

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