crispedge.com

Color picker

Loading...

#afd2ae hex color - Green - Cool color - Information

#afd2ae hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #afd2ae color code is between #aaccaa web safe hex color code and #bbddbb web safe hex color code. #aaccaa is the nearest web safe color code. You can see here many more shades of #afd2ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafd2ae#afd2ae
RGB Decimal175, 210, 174rgb(175, 210, 174)
RGB Percent69%, 82%, 68%rgb(69%, 82%, 68%)
CSS RGBa175, 210, 174,1rgba(175,210,174,1)
CMYK Modelcmyk(17%,0%,17%,18%)
HSL Color Space118,29% ,75%hsl(118,29% ,75%)
HSV Color Space118°, 17%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101001010101110
Octal257322256
Decimal175210174
Hexafd2ae

Different shades of #afd2ae color code.

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

Light Shade of #afd2ae
#cfe4cf
Dark Shade of #afd2ae
#8fc08d
Saturated Shade of #afd2ae
#a9d8a8
Desaturated Shade of #afd2ae
#b5ccb4
Grey scale Shade of #afd2ae
#c0c0c0
Brighten Shade
#c8ebc7
Most Readable Shade
#000000

Shades of #afd2ae color code

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

#afd2ae
#9bba9a
#88a387
#748c74
#617460
#4d5d4d
#3a463a
#262e26
#131713
#000000

Similar Color like #afd2ae color

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

#b0d3af
#b1d4b0
#b2d5b1
#b3d6b2
#b4d7b3
#b5d8b4
#b6d9b5
#b7dab6
#b8dbb7
#b9dcb8
#baddb9
#bbdeba
#bcdfbb
#bde0bc
#aed1ad
#add0ac
#accfab
#abceaa
#aacda9
#a9cca8
#a8cba7
#a7caa6
#a6c9a5
#a5c8a4
#a4c7a3
#a3c6a2
#a2c5a1
#a1c4a0

Monochromatic Color with #afd2ae

#afd2ae
#d2fcd1
#212821
#455244
#687d68
#8ca78b

Tints of #afd2ae Color

#afd2ae
#b7d7b7
#c0dcc0
#c9e1c9
#d2e6d2
#dbebdb
#e4f0e4
#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

#afd2ae
#d1aed2

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

Split Complementary

#afd2ae
#bfaed2
#d2aec1

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

Analogous Color

#bdd2ae
#b6d2ae
#afd2ae
#aed2b4
#aed2bb

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

#afd2ae
#aeafd2
#d2aeaf

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

#afd2ae
#aec1d2
#d1aed2
#d2bfae

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

#afd2ae
#d1aed2
#d2aec1
#aed2bf

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

#afd2ae Color Code Preview on Black Background Color

This is how #afd2ae Color will look on black background color. Color contrast ratio is 12.65

#afd2ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd2ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd2ae

#afd2ae color code is use for CSS Background Color

Background color for the above div is #afd2ae

HTML with inline CSS

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

#afd2ae color code is use for CSS Border Color

CSS Border color for the above div is #afd2ae

HTML with inline CSS

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

CSS Border Left color for the above div is #afd2ae

HTML with inline CSS

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

CSS Border Right color for the above div is #afd2ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd2ae

HTML with inline CSS

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

CSS Border Top color for the above div is #afd2ae

HTML with inline CSS

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

#afd2ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd2ae Color code Preview on White Background

This is how #afd2ae Color code will look on white background color. Color contrast ratio is 1.66

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

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