crispedge.com

Color picker

Loading...

#aecd95 hex color - Green - Cool color - Information

#aecd95 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aecd95 Color code in RGB color code model is created after adding 68.24% red color, 80.39% green color and 58.43% blue color. Hex #aecd95 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 27% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaecd95#aecd95
RGB Decimal174, 205, 149rgb(174, 205, 149)
RGB Percent68%, 80%, 58%rgb(68%, 80%, 58%)
CSS RGBa174, 205, 149,1rgba(174,205,149,1)
CMYK Modelcmyk(15%,0%,27%,20%)
HSL Color Space93,36% ,69%hsl(93,36% ,69%)
HSV Color Space93°, 27%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101100110110010101
Octal256315225
Decimal174205149
Hexaecd95

Different shades of #aecd95 color code.

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

Light Shade of #aecd95
#c8ddb8
Dark Shade of #aecd95
#94bd72
Saturated Shade of #aecd95
#add58d
Desaturated Shade of #aecd95
#afc59d
Grey scale Shade of #aecd95
#b1b1b1
Brighten Shade
#c7e6ae
Most Readable Shade
#000000

Shades of #aecd95 color code

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

#aecd95
#9ab684
#879f73
#748863
#607152
#4d5b42
#3a4431
#262d21
#131610
#000000

Similar Color like #aecd95 color

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

#afce96
#b0cf97
#b1d098
#b2d199
#b3d29a
#b4d39b
#b5d49c
#b6d59d
#b7d69e
#b8d79f
#b9d8a0
#bad9a1
#bbdaa2
#bcdba3
#adcc94
#accb93
#abca92
#aac991
#a9c890
#a8c78f
#a7c68e
#a6c58d
#a5c48c
#a4c38b
#a3c28a
#a2c189
#a1c088
#a0bf87

Monochromatic Color with #aecd95

#aecd95
#d2f7b4
#1e2319
#424d38
#667857
#8aa276

Tints of #aecd95 Color

#aecd95
#b7d2a0
#c0d8ac
#c9ddb8
#d2e3c4
#dbe8cf
#e4eedb
#edf3e7
#f6f9f3
#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

#aecd95
#b495cd

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

Split Complementary

#aecd95
#9895cd
#cd95ca

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

Analogous Color

#c4cd95
#b9cd95
#aecd95
#a3cd95
#98cd95

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

#aecd95
#95aecd
#cd95ae

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

#aecd95
#95cacd
#b495cd
#cd9895

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

#aecd95
#b495cd
#cd95ca
#95cd98

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

#aecd95 Color Code Preview on Black Background Color

This is how #aecd95 Color will look on black background color. Color contrast ratio is 11.97

#aecd95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aecd95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aecd95

#aecd95 color code is use for CSS Background Color

Background color for the above div is #aecd95

HTML with inline CSS

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

#aecd95 color code is use for CSS Border Color

CSS Border color for the above div is #aecd95

HTML with inline CSS

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

CSS Border Left color for the above div is #aecd95

HTML with inline CSS

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

CSS Border Right color for the above div is #aecd95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aecd95

HTML with inline CSS

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

CSS Border Top color for the above div is #aecd95

HTML with inline CSS

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

#aecd95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aecd95 Color code Preview on White Background

This is how #aecd95 Color code will look on white background color. Color contrast ratio is 1.75

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

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