crispedge.com

Color picker

Loading...

#afd2cd hex color - Green - Cool color - Information

#afd2cd hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #afd2cd color code is between #aacccc web safe hex color code and #bbdddd web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #afd2cd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafd2cd#afd2cd
RGB Decimal175, 210, 205rgb(175, 210, 205)
RGB Percent69%, 82%, 80%rgb(69%, 82%, 80%)
CSS RGBa175, 210, 205,1rgba(175,210,205,1)
CMYK Modelcmyk(17%,0%,2%,18%)
HSL Color Space171,28% ,75%hsl(171,28% ,75%)
HSV Color Space171°, 17%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101001011001101
Octal257322315
Decimal175210205
Hexafd2cd

Different shades of #afd2cd color code.

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

Light Shade of #afd2cd
#d0e4e1
Dark Shade of #afd2cd
#8ec0b9
Saturated Shade of #afd2cd
#a9d8d1
Desaturated Shade of #afd2cd
#b5ccc9
Grey scale Shade of #afd2cd
#c0c0c0
Brighten Shade
#c8ebe6
Most Readable Shade
#000000

Shades of #afd2cd color code

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

#afd2cd
#9bbab6
#88a39f
#748c88
#617471
#4d5d5b
#3a4644
#262e2d
#131716
#000000

Similar Color like #afd2cd color

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

#b0d3ce
#b1d4cf
#b2d5d0
#b3d6d1
#b4d7d2
#b5d8d3
#b6d9d4
#b7dad5
#b8dbd6
#b9dcd7
#baddd8
#bbded9
#bcdfda
#bde0db
#aed1cc
#add0cb
#accfca
#abcec9
#aacdc8
#a9ccc7
#a8cbc6
#a7cac5
#a6c9c4
#a5c8c3
#a4c7c2
#a3c6c1
#a2c5c0
#a1c4bf

Monochromatic Color with #afd2cd

#afd2cd
#d2fcf6
#212827
#455251
#687d7a
#8ca7a3

Tints of #afd2cd Color

#afd2cd
#b7d7d2
#c0dcd8
#c9e1dd
#d2e6e3
#dbebe8
#e4f0ee
#edf5f3
#f6faf9
#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

#afd2cd
#d2afb4

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

Split Complementary

#afd2cd
#d2afc5
#d2bcaf

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

Analogous Color

#afd2bf
#afd2c6
#afd2cd
#afd0d2
#afc9d2

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

#afd2cd
#cdafd2
#d2cdaf

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

#afd2cd
#bcafd2
#d2afb4
#c5d2af

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

#afd2cd
#d2afb4
#d2bcaf
#afc5d2

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

#afd2cd Color Code Preview on Black Background Color

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

#afd2cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd2cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd2cd

#afd2cd color code is use for CSS Background Color

Background color for the above div is #afd2cd

HTML with inline CSS

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

#afd2cd color code is use for CSS Border Color

CSS Border color for the above div is #afd2cd

HTML with inline CSS

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

CSS Border Left color for the above div is #afd2cd

HTML with inline CSS

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

CSS Border Right color for the above div is #afd2cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd2cd

HTML with inline CSS

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

CSS Border Top color for the above div is #afd2cd

HTML with inline CSS

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

#afd2cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd2cd Color code Preview on White Background

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

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