crispedge.com

Color picker

Loading...

#afedb2 hex color - Green - Cool color - Information

#afedb2 hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafedb2#afedb2
RGB Decimal175, 237, 178rgb(175, 237, 178)
RGB Percent69%, 93%, 70%rgb(69%, 93%, 70%)
CSS RGBa175, 237, 178,1rgba(175,237,178,1)
CMYK Modelcmyk(26%,0%,25%,7%)
HSL Color Space123,63% ,81%hsl(123,63% ,81%)
HSV Color Space123°, 26%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110110110110010
Octal257355262
Decimal175237178
Hexafedb2

Different shades of #afedb2 color code.

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

Light Shade of #afedb2
#d9f6da
Dark Shade of #afedb2
#85e48a
Saturated Shade of #afedb2
#aaf2ae
Desaturated Shade of #afedb2
#b4e8b6
Grey scale Shade of #afedb2
#cecece
Brighten Shade
#c8ffcb
Most Readable Shade
#000000

Shades of #afedb2 color code

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

#afedb2
#9bd29e
#88b88a
#749e76
#618362
#4d694f
#3a4f3b
#263427
#131a13
#000000

Similar Color like #afedb2 color

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

#b0eeb3
#b1efb4
#b2f0b5
#b3f1b6
#b4f2b7
#b5f3b8
#b6f4b9
#b7f5ba
#b8f6bb
#b9f7bc
#baf8bd
#bbf9be
#bcfabf
#bdfbc0
#aeecb1
#adebb0
#aceaaf
#abe9ae
#aae8ad
#a9e7ac
#a8e6ab
#a7e5aa
#a6e4a9
#a5e3a8
#a4e2a7
#a3e1a6
#a2e0a5
#a1dfa4

Monochromatic Color with #afedb2

#afedb2
#121812
#314332
#516d52
#709872
#90c292

Tints of #afedb2 Color

#afedb2
#b7efba
#c0f1c3
#c9f3cb
#d2f5d4
#dbf7dc
#e4f9e5
#edfbed
#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

#afedb2
#edafea

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

Split Complementary

#afedb2
#d1afed
#edafcb

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

Analogous Color

#c5edaf
#b8edaf
#afedb2
#afedbe
#afedcb

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

#afedb2
#b2afed
#edb2af

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

#afedb2
#afcbed
#edafea
#edd1af

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

#afedb2
#edafea
#edafcb
#afedd1

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

#afedb2 Color Code Preview on Black Background Color

This is how #afedb2 Color will look on black background color. Color contrast ratio is 15.58

#afedb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afedb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afedb2

#afedb2 color code is use for CSS Background Color

Background color for the above div is #afedb2

HTML with inline CSS

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

#afedb2 color code is use for CSS Border Color

CSS Border color for the above div is #afedb2

HTML with inline CSS

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

CSS Border Left color for the above div is #afedb2

HTML with inline CSS

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

CSS Border Right color for the above div is #afedb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afedb2

HTML with inline CSS

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

CSS Border Top color for the above div is #afedb2

HTML with inline CSS

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

#afedb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afedb2 Color code Preview on White Background

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

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