crispedge.com

Color picker

Loading...

#aff7db hex color - Green - Cool color - Information

#aff7db hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #aff7db Color code in RGB color code model is created after adding 68.63% red color, 96.86% green color and 85.88% blue color. Hex #aff7db Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 11% yellow and 3% black.

Hex #aff7db color code is between #aaffdd web safe hex color code and #bbeecc web safe hex color code. #aaffdd is the nearest web safe color code. You can see here many more shades of #aff7db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaff7db#aff7db
RGB Decimal175, 247, 219rgb(175, 247, 219)
RGB Percent69%, 97%, 86%rgb(69%, 97%, 86%)
CSS RGBa175, 247, 219,1rgba(175,247,219,1)
CMYK Modelcmyk(29%,0%,11%,3%)
HSL Color Space157,82% ,83%hsl(157,82% ,83%)
HSV Color Space157°, 29%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111111011111011011
Octal257367333
Decimal175247219
Hexaff7db

Different shades of #aff7db color code.

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

Light Shade of #aff7db
#ddfcf0
Dark Shade of #aff7db
#81f2c6
Saturated Shade of #aff7db
#abfbdc
Desaturated Shade of #aff7db
#b3f3da
Grey scale Shade of #aff7db
#d3d3d3
Brighten Shade
#c8fff4
Most Readable Shade
#000000

Shades of #aff7db color code

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

#aff7db
#9bdbc2
#88c0aa
#74a492
#618979
#4d6d61
#3a5249
#263630
#131b18
#000000

Similar Color like #aff7db color

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

#b0f8dc
#b1f9dd
#b2fade
#b3fbdf
#b4fce0
#b5fde1
#b6fee2
#b7ffe3
#b8ffe4
#b9ffe5
#baffe6
#bbffe7
#bcffe8
#bdffe9
#aef6da
#adf5d9
#acf4d8
#abf3d7
#aaf2d6
#a9f1d5
#a8f0d4
#a7efd3
#a6eed2
#a5edd1
#a4ecd0
#a3ebcf
#a2eace
#a1e9cd

Monochromatic Color with #aff7db

#aff7db
#18221f
#374d44
#55776a
#73a290
#91ccb5

Tints of #aff7db Color

#aff7db
#b7f7df
#c0f8e3
#c9f9e7
#d2faeb
#dbfbef
#e4fcf3
#edfdf7
#f6fefb
#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

#aff7db
#f7afcb

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

Split Complementary

#aff7db
#f7afef
#f7b7af

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

Analogous Color

#aff7be
#aff7cd
#aff7db
#aff7e9
#aff6f7

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

#aff7db
#dbaff7
#f7dbaf

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

#aff7db
#b7aff7
#f7afcb
#eff7af

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

#aff7db
#f7afcb
#f7b7af
#afeff7

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

#aff7db Color Code Preview on Black Background Color

This is how #aff7db Color will look on black background color. Color contrast ratio is 17.15

#aff7db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aff7db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aff7db

#aff7db color code is use for CSS Background Color

Background color for the above div is #aff7db

HTML with inline CSS

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

#aff7db color code is use for CSS Border Color

CSS Border color for the above div is #aff7db

HTML with inline CSS

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

CSS Border Left color for the above div is #aff7db

HTML with inline CSS

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

CSS Border Right color for the above div is #aff7db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aff7db

HTML with inline CSS

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

CSS Border Top color for the above div is #aff7db

HTML with inline CSS

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

#aff7db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aff7db Color code Preview on White Background

This is how #aff7db Color code will look on white background color. Color contrast ratio is 1.22

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

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