crispedge.com

Color picker

Loading...

#afedb6 hex color - Green - Cool color - Information

#afedb6 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afedb6 Color code in RGB color code model is created after adding 68.63% red color, 92.94% green color and 71.37% blue color. Hex #afedb6 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 23% yellow and 7% black.

Hex #afedb6 color code is between #aaeebb web safe hex color code and #bbddaa web safe hex color code. #aaeebb is the nearest web safe color code. You can see here many more shades of #afedb6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafedb6#afedb6
RGB Decimal175, 237, 182rgb(175, 237, 182)
RGB Percent69%, 93%, 71%rgb(69%, 93%, 71%)
CSS RGBa175, 237, 182,1rgba(175,237,182,1)
CMYK Modelcmyk(26%,0%,23%,7%)
HSL Color Space127,63% ,81%hsl(127,63% ,81%)
HSV Color Space127°, 26%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110110110110110
Octal257355266
Decimal175237182
Hexafedb6

Different shades of #afedb6 color code.

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

Light Shade of #afedb6
#d9f6dc
Dark Shade of #afedb6
#85e490
Saturated Shade of #afedb6
#aaf2b2
Desaturated Shade of #afedb6
#b4e8ba
Grey scale Shade of #afedb6
#cecece
Brighten Shade
#c8ffcf
Most Readable Shade
#000000

Shades of #afedb6 color code

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

#afedb6
#9bd2a1
#88b88d
#749e79
#618365
#4d6950
#3a4f3c
#263428
#131a14
#000000

Similar Color like #afedb6 color

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

#b0eeb7
#b1efb8
#b2f0b9
#b3f1ba
#b4f2bb
#b5f3bc
#b6f4bd
#b7f5be
#b8f6bf
#b9f7c0
#baf8c1
#bbf9c2
#bcfac3
#bdfbc4
#aeecb5
#adebb4
#aceab3
#abe9b2
#aae8b1
#a9e7b0
#a8e6af
#a7e5ae
#a6e4ad
#a5e3ac
#a4e2ab
#a3e1aa
#a2e0a9
#a1dfa8

Monochromatic Color with #afedb6

#afedb6
#121813
#314333
#516d54
#709875
#90c295

Tints of #afedb6 Color

#afedb6
#b7efbe
#c0f1c6
#c9f3ce
#d2f5d6
#dbf7de
#e4f9e6
#edfbee
#f6fdf6
#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

#afedb6
#edafe6

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

Split Complementary

#afedb6
#d5afed
#edafc7

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

Analogous Color

#c1edaf
#b4edaf
#afedb6
#afedc2
#afedcf

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

#afedb6
#b6afed
#edb6af

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

#afedb6
#afc7ed
#edafe6
#edd5af

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

#afedb6
#edafe6
#edafc7
#afedd5

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

#afedb6 Color Code Preview on Black Background Color

This is how #afedb6 Color will look on black background color. Color contrast ratio is 15.61

#afedb6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afedb6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afedb6

#afedb6 color code is use for CSS Background Color

Background color for the above div is #afedb6

HTML with inline CSS

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

#afedb6 color code is use for CSS Border Color

CSS Border color for the above div is #afedb6

HTML with inline CSS

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

CSS Border Left color for the above div is #afedb6

HTML with inline CSS

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

CSS Border Right color for the above div is #afedb6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afedb6

HTML with inline CSS

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

CSS Border Top color for the above div is #afedb6

HTML with inline CSS

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

#afedb6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afedb6 Color code Preview on White Background

This is how #afedb6 Color code will look on white background color. Color contrast ratio is 1.35

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

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,237,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,175,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,237,182,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.