crispedge.com

Color picker

Loading...

#aed5af hex color - Green - Cool color - Information

#aed5af hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aed5af Color code in RGB color code model is created after adding 68.24% red color, 83.53% green color and 68.63% blue color. Hex #aed5af Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 18% yellow and 16% black.

Hex #aed5af color code is between #aaddaa web safe hex color code and #bbccbb web safe hex color code. #aaddaa is the nearest web safe color code. You can see here many more shades of #aed5af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaed5af#aed5af
RGB Decimal174, 213, 175rgb(174, 213, 175)
RGB Percent68%, 84%, 69%rgb(68%, 84%, 69%)
CSS RGBa174, 213, 175,1rgba(174,213,175,1)
CMYK Modelcmyk(18%,0%,18%,16%)
HSL Color Space122,32% ,76%hsl(122,32% ,76%)
HSV Color Space122°, 18%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101010110101111
Octal256325257
Decimal174213175
Hexaed5af

Different shades of #aed5af color code.

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

Light Shade of #aed5af
#d0e6d0
Dark Shade of #aed5af
#8cc48e
Saturated Shade of #aed5af
#a8dba9
Desaturated Shade of #aed5af
#b4cfb5
Grey scale Shade of #aed5af
#c1c1c1
Brighten Shade
#c7eec8
Most Readable Shade
#000000

Shades of #aed5af color code

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

#aed5af
#9abd9b
#87a588
#748e74
#607661
#4d5e4d
#3a473a
#262f26
#131713
#000000

Similar Color like #aed5af color

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

#afd6b0
#b0d7b1
#b1d8b2
#b2d9b3
#b3dab4
#b4dbb5
#b5dcb6
#b6ddb7
#b7deb8
#b8dfb9
#b9e0ba
#bae1bb
#bbe2bc
#bce3bd
#add4ae
#acd3ad
#abd2ac
#aad1ab
#a9d0aa
#a8cfa9
#a7cea8
#a6cda7
#a5cca6
#a4cba5
#a3caa4
#a2c9a3
#a1c8a2
#a0c7a1

Monochromatic Color with #aed5af

#aed5af
#000000
#232b23
#465546
#698069
#8baa8c

Tints of #aed5af Color

#aed5af
#b7d9b7
#c0dec0
#c9e3c9
#d2e7d2
#dbecdb
#e4f1e4
#edf5ed
#f6faf6
#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

#aed5af
#d5aed4

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

Split Complementary

#aed5af
#c3aed5
#d5aec1

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

Analogous Color

#bdd5ae
#b5d5ae
#aed5af
#aed5b7
#aed5bf

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

#aed5af
#afaed5
#d5afae

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

#aed5af
#aec0d5
#d5aed4
#d5c2ae

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

#aed5af
#d5aed4
#d5aec1
#aed5c3

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

#aed5af Color Code Preview on Black Background Color

This is how #aed5af Color will look on black background color. Color contrast ratio is 12.94

#aed5af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed5af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed5af

#aed5af color code is use for CSS Background Color

Background color for the above div is #aed5af

HTML with inline CSS

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

#aed5af color code is use for CSS Border Color

CSS Border color for the above div is #aed5af

HTML with inline CSS

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

CSS Border Left color for the above div is #aed5af

HTML with inline CSS

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

CSS Border Right color for the above div is #aed5af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed5af

HTML with inline CSS

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

CSS Border Top color for the above div is #aed5af

HTML with inline CSS

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

#aed5af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed5af Color code Preview on White Background

This is how #aed5af Color code will look on white background color. Color contrast ratio is 1.62

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

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,213,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(213,174,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,213,175,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.