crispedge.com

Color picker

Loading...

#aeb11e hex color - Green - Warm color - Information

#aeb11e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #aeb11e color code is between #aaaa22 web safe hex color code and #bbbb11 web safe hex color code. #aaaa22 is the nearest web safe color code. You can see here many more shades of #aeb11e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaeb11e#aeb11e
RGB Decimal174, 177, 30rgb(174, 177, 30)
RGB Percent68%, 69%, 12%rgb(68%, 69%, 12%)
CSS RGBa174, 177, 30,1rgba(174,177,30,1)
CMYK Modelcmyk(2%,0%,83%,31%)
HSL Color Space61,71% ,41%hsl(61,71% ,41%)
HSV Color Space61°, 83%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101011000100011110
Octal25626136
Decimal17417730
Hexaeb11e

Different shades of #aeb11e color code.

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

Light Shade of #aeb11e
#d7da27
Dark Shade of #aeb11e
#838517
Saturated Shade of #aeb11e
#b8bb14
Desaturated Shade of #aeb11e
#a4a728
Grey scale Shade of #aeb11e
#676767
Brighten Shade
#c7ca37
Most Readable Shade
#000000

Shades of #aeb11e color code

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

#aeb11e
#9a9d1a
#878917
#747614
#606210
#4d4e0d
#3a3b0a
#262706
#131303
#000000

Similar Color like #aeb11e color

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

#afb21f
#b0b320
#b1b421
#b2b522
#b3b623
#b4b724
#b5b825
#b6b926
#b7ba27
#b8bb28
#b9bc29
#babd2a
#bbbe2b
#bcbf2c
#adb01d
#acaf1c
#abae1b
#aaad1a
#a9ac19
#a8ab18
#a7aa17
#a6a916
#a5a815
#a4a714
#a3a613
#a2a512
#a1a411
#a0a310

Monochromatic Color with #aeb11e

#aeb11e
#d8db25
#070701
#313108
#5a5c10
#848617

Tints of #aeb11e Color

#aeb11e
#b7b937
#c0c250
#c9cb69
#d2d382
#dbdc9b
#e4e5b4
#ededcd
#f6f6e6
#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

#aeb11e
#211eb1

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

Split Complementary

#aeb11e
#1e64b1
#6b1eb1

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

Analogous Color

#b1791e
#b1971e
#aeb11e
#91b11e
#73b11e

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

#aeb11e
#1eaeb1
#b11eae

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

#aeb11e
#1eb16a
#211eb1
#b11e64

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

#aeb11e
#211eb1
#6b1eb1
#64b11e

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

#aeb11e Color Code Preview on Black Background Color

This is how #aeb11e Color will look on black background color. Color contrast ratio is 9.11

#aeb11e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb11e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb11e

#aeb11e color code is use for CSS Background Color

Background color for the above div is #aeb11e

HTML with inline CSS

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

#aeb11e color code is use for CSS Border Color

CSS Border color for the above div is #aeb11e

HTML with inline CSS

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

CSS Border Left color for the above div is #aeb11e

HTML with inline CSS

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

CSS Border Right color for the above div is #aeb11e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeb11e

HTML with inline CSS

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

CSS Border Top color for the above div is #aeb11e

HTML with inline CSS

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

#aeb11e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeb11e Color code Preview on White Background

This is how #aeb11e Color code will look on white background color. Color contrast ratio is 2.31

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

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