crispedge.com

Color picker

Loading...

#afce8f hex color - Green - Warm color - Information

#afce8f hex color - Green - Warm color

Color Hue/Base color: Green

Hex #afce8f Color code in RGB color code model is created after adding 68.63% red color, 80.78% green color and 56.08% blue color. Hex #afce8f Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 31% yellow and 19% black.

Hex #afce8f color code is between #aacc88 web safe hex color code and #bbdd99 web safe hex color code. #aacc88 is the nearest web safe color code. You can see here many more shades of #afce8f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafce8f#afce8f
RGB Decimal175, 206, 143rgb(175, 206, 143)
RGB Percent69%, 81%, 56%rgb(69%, 81%, 56%)
CSS RGBa175, 206, 143,1rgba(175,206,143,1)
CMYK Modelcmyk(15%,0%,31%,19%)
HSL Color Space90,39% ,68%hsl(90,39% ,68%)
HSV Color Space90°, 31%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111100111010001111
Octal257316217
Decimal175206143
Hexafce8f

Different shades of #afce8f color code.

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

Light Shade of #afce8f
#c8deb2
Dark Shade of #afce8f
#96be6c
Saturated Shade of #afce8f
#afd687
Desaturated Shade of #afce8f
#afc697
Grey scale Shade of #afce8f
#aeaeae
Brighten Shade
#c8e7a8
Most Readable Shade
#000000

Shades of #afce8f color code

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

#afce8f
#9bb77f
#88a06f
#74895f
#61724f
#4d5b3f
#3a442f
#262d1f
#13160f
#000000

Similar Color like #afce8f color

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

#b0cf90
#b1d091
#b2d192
#b3d293
#b4d394
#b5d495
#b6d596
#b7d697
#b8d798
#b9d899
#bad99a
#bbda9b
#bcdb9c
#bddc9d
#aecd8e
#adcc8d
#accb8c
#abca8b
#aac98a
#a9c889
#a8c788
#a7c687
#a6c586
#a5c485
#a4c384
#a3c283
#a2c182
#a1c081

Monochromatic Color with #afce8f

#afce8f
#d3f8ad
#1f2419
#434e36
#677954
#8ba371

Tints of #afce8f Color

#afce8f
#b7d39b
#c0d8a7
#c9deb4
#d2e3c0
#dbe9cd
#e4eed9
#edf4e6
#f6f9f2
#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

#afce8f
#ae8fce

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

Split Complementary

#afce8f
#8f8fce
#cd8fce

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

Analogous Color

#c8ce8f
#bcce8f
#afce8f
#a2ce8f
#96ce8f

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

#afce8f
#8fafce
#ce8faf

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

#afce8f
#8fcecd
#ae8fce
#ce8f8f

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

#afce8f
#ae8fce
#cd8fce
#8fce8f

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

#afce8f Color Code Preview on Black Background Color

This is how #afce8f Color will look on black background color. Color contrast ratio is 12.05

#afce8f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afce8f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afce8f

#afce8f color code is use for CSS Background Color

Background color for the above div is #afce8f

HTML with inline CSS

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

#afce8f color code is use for CSS Border Color

CSS Border color for the above div is #afce8f

HTML with inline CSS

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

CSS Border Left color for the above div is #afce8f

HTML with inline CSS

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

CSS Border Right color for the above div is #afce8f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afce8f

HTML with inline CSS

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

CSS Border Top color for the above div is #afce8f

HTML with inline CSS

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

#afce8f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afce8f Color code Preview on White Background

This is how #afce8f Color code will look on white background color. Color contrast ratio is 1.74

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

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