crispedge.com

Color picker

Loading...

#afd5aa hex color - Green - Cool color - Information

#afd5aa hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeafd5aa#afd5aa
RGB Decimal175, 213, 170rgb(175, 213, 170)
RGB Percent69%, 84%, 67%rgb(69%, 84%, 67%)
CSS RGBa175, 213, 170,1rgba(175,213,170,1)
CMYK Modelcmyk(18%,0%,20%,16%)
HSL Color Space113,34% ,75%hsl(113,34% ,75%)
HSV Color Space113°, 20%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101010110101010
Octal257325252
Decimal175213170
Hexafd5aa

Different shades of #afd5aa color code.

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

Light Shade of #afd5aa
#cfe6cc
Dark Shade of #afd5aa
#8fc488
Saturated Shade of #afd5aa
#aadba4
Desaturated Shade of #afd5aa
#b4cfb0
Grey scale Shade of #afd5aa
#bfbfbf
Brighten Shade
#c8eec3
Most Readable Shade
#000000

Shades of #afd5aa color code

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

#afd5aa
#9bbd97
#88a584
#748e71
#61765e
#4d5e4b
#3a4738
#262f25
#131712
#000000

Similar Color like #afd5aa color

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

#b0d6ab
#b1d7ac
#b2d8ad
#b3d9ae
#b4daaf
#b5dbb0
#b6dcb1
#b7ddb2
#b8deb3
#b9dfb4
#bae0b5
#bbe1b6
#bce2b7
#bde3b8
#aed4a9
#add3a8
#acd2a7
#abd1a6
#aad0a5
#a9cfa4
#a8cea3
#a7cda2
#a6cca1
#a5cba0
#a4ca9f
#a3c99e
#a2c89d
#a1c79c

Monochromatic Color with #afd5aa

#afd5aa
#000000
#232b22
#465544
#698066
#8caa88

Tints of #afd5aa Color

#afd5aa
#b7d9b3
#c0debc
#c9e3c6
#d2e7cf
#dbecd9
#e4f1e2
#edf5ec
#f6faf5
#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

#afd5aa
#d0aad5

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

Split Complementary

#afd5aa
#bbaad5
#d5aac5

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

Analogous Color

#c0d5aa
#b8d5aa
#afd5aa
#aad5ae
#aad5b6

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

#afd5aa
#aaafd5
#d5aaaf

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

#afd5aa
#aac4d5
#d0aad5
#d5baaa

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

#afd5aa
#d0aad5
#d5aac5
#aad5bb

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

#afd5aa Color Code Preview on Black Background Color

This is how #afd5aa Color will look on black background color. Color contrast ratio is 12.92

#afd5aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd5aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd5aa

#afd5aa color code is use for CSS Background Color

Background color for the above div is #afd5aa

HTML with inline CSS

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

#afd5aa color code is use for CSS Border Color

CSS Border color for the above div is #afd5aa

HTML with inline CSS

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

CSS Border Left color for the above div is #afd5aa

HTML with inline CSS

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

CSS Border Right color for the above div is #afd5aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd5aa

HTML with inline CSS

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

CSS Border Top color for the above div is #afd5aa

HTML with inline CSS

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

#afd5aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd5aa Color code Preview on White Background

This is how #afd5aa Color code will look on white background color. Color contrast ratio is 1.63

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

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(175,213,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,170,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,213,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.