crispedge.com

Color picker

Loading...

#afffb7 hex color - Green - Cool color - Information

#afffb7 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afffb7 Color code in RGB color code model is created after adding 68.63% red color, 100% green color and 71.76% blue color. Hex #afffb7 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 0% magenta, 28% yellow and 0% black.

Hex #afffb7 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 #afffb7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafffb7#afffb7
RGB Decimal175, 255, 183rgb(175, 255, 183)
RGB Percent69%, 100%, 72%rgb(69%, 100%, 72%)
CSS RGBa175, 255, 183,1rgba(175,255,183,1)
CMYK Modelcmyk(31%,0%,28%,0%)
HSL Color Space126,100% ,84%hsl(126,100% ,84%)
HSV Color Space126°, 31%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111111111110110111
Octal257377267
Decimal175255183
Hexafffb7

Different shades of #afffb7 color code.

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

Light Shade of #afffb7
#e2ffe5
Dark Shade of #afffb7
#7cff89
Saturated Shade of #afffb7
#afffb7
Desaturated Shade of #afffb7
#b3fbba
Grey scale Shade of #afffb7
#d7d7d7
Brighten Shade
#c8ffd0
Most Readable Shade
#000000

Shades of #afffb7 color code

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

#afffb7
#9be2a2
#88c68e
#74aa7a
#618d65
#4d7151
#3a553d
#263828
#131c14
#000000

Similar Color like #afffb7 color

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

#b0ffb8
#b1ffb9
#b2ffba
#b3ffbb
#b4ffbc
#b5ffbd
#b6ffbe
#b7ffbf
#b8ffc0
#b9ffc1
#baffc2
#bbffc3
#bcffc4
#bdffc5
#aefeb6
#adfdb5
#acfcb4
#abfbb3
#aafab2
#a9f9b1
#a8f8b0
#a7f7af
#a6f6ae
#a5f5ad
#a4f4ac
#a3f3ab
#a2f2aa
#a1f1a9

Monochromatic Color with #afffb7

#afffb7
#1d2a1e
#3a553d
#58805c
#75aa7a
#92d498

Tints of #afffb7 Color

#afffb7
#b7ffbf
#c0ffc7
#c9ffcf
#d2ffd7
#dbffdf
#e4ffe7
#edffef
#f6fff7
#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

#afffb7
#ffaff7

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

Split Complementary

#afffb7
#dfafff
#ffafcf

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

Analogous Color

#c7ffaf
#b7ffaf
#afffb7
#afffc7
#afffd7

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

#afffb7
#b7afff
#ffb7af

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

#afffb7
#afcfff
#ffaff7
#ffdfaf

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

#afffb7
#ffaff7
#ffafcf
#afffdf

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

#afffb7 Color Code Preview on Black Background Color

This is how #afffb7 Color will look on black background color. Color contrast ratio is 17.81

#afffb7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afffb7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afffb7

#afffb7 color code is use for CSS Background Color

Background color for the above div is #afffb7

HTML with inline CSS

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

#afffb7 color code is use for CSS Border Color

CSS Border color for the above div is #afffb7

HTML with inline CSS

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

CSS Border Left color for the above div is #afffb7

HTML with inline CSS

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

CSS Border Right color for the above div is #afffb7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afffb7

HTML with inline CSS

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

CSS Border Top color for the above div is #afffb7

HTML with inline CSS

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

#afffb7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afffb7 Color code Preview on White Background

This is how #afffb7 Color code will look on white background color. Color contrast ratio is 1.18

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

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,255,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,175,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,255,183,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.