crispedge.com

Color picker

Loading...

#aec35b hex color - Green - Warm color - Information

#aec35b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aec35b Color code in RGB color code model is created after adding 68.24% red color, 76.47% green color and 35.69% blue color. Hex #aec35b Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 53% yellow and 24% black.

Hex #aec35b color code is between #aabb55 web safe hex color code and #bbcc66 web safe hex color code. #aabb55 is the nearest web safe color code. You can see here many more shades of #aec35b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaec35b#aec35b
RGB Decimal174, 195, 91rgb(174, 195, 91)
RGB Percent68%, 76%, 36%rgb(68%, 76%, 36%)
CSS RGBa174, 195, 91,1rgba(174,195,91,1)
CMYK Modelcmyk(11%,0%,53%,24%)
HSL Color Space72,46% ,56%hsl(72,46% ,56%)
HSV Color Space72°, 53%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101100001101011011
Octal256303133
Decimal17419591
Hexaec35b

Different shades of #aec35b color code.

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

Light Shade of #aec35b
#c0d180
Dark Shade of #aec35b
#96ac3f
Saturated Shade of #aec35b
#b5ce50
Desaturated Shade of #aec35b
#a7b866
Grey scale Shade of #aec35b
#8f8f8f
Brighten Shade
#c7dc74
Most Readable Shade
#000000

Shades of #aec35b color code

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

#aec35b
#9aad50
#879746
#74823c
#606c32
#4d5628
#3a411e
#262b14
#13150a
#000000

Similar Color like #aec35b color

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

#afc45c
#b0c55d
#b1c65e
#b2c75f
#b3c860
#b4c961
#b5ca62
#b6cb63
#b7cc64
#b8cd65
#b9ce66
#bacf67
#bbd068
#bcd169
#adc25a
#acc159
#abc058
#aabf57
#a9be56
#a8bd55
#a7bc54
#a6bb53
#a5ba52
#a4b951
#a3b850
#a2b74f
#a1b64e
#a0b54d

Monochromatic Color with #aec35b

#aec35b
#d4ed6f
#16190c
#3c4320
#626e33
#889847

Tints of #aec35b Color

#aec35b
#b7c96d
#c0d07f
#c9d791
#d2dda3
#dbe4b6
#e4ebc8
#edf1da
#f6f8ec
#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

#aec35b
#705bc3

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

Split Complementary

#aec35b
#5b7ac3
#a45bc3

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

Analogous Color

#c3ae5b
#c3c35b
#aec35b
#99c35b
#84c35b

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

#aec35b
#5baec3
#c35bae

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

#aec35b
#5bc3a4
#705bc3
#c35b7a

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

#aec35b
#705bc3
#a45bc3
#7ac35b

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

#aec35b Color Code Preview on Black Background Color

This is how #aec35b Color will look on black background color. Color contrast ratio is 10.76

#aec35b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aec35b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aec35b

#aec35b color code is use for CSS Background Color

Background color for the above div is #aec35b

HTML with inline CSS

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

#aec35b color code is use for CSS Border Color

CSS Border color for the above div is #aec35b

HTML with inline CSS

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

CSS Border Left color for the above div is #aec35b

HTML with inline CSS

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

CSS Border Right color for the above div is #aec35b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aec35b

HTML with inline CSS

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

CSS Border Top color for the above div is #aec35b

HTML with inline CSS

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

#aec35b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aec35b Color code Preview on White Background

This is how #aec35b Color code will look on white background color. Color contrast ratio is 1.95

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

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