crispedge.com

Color picker

Loading...

#adf7de hex color - Green - Cool color - Information

#adf7de hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #adf7de Color code in RGB color code model is created after adding 67.84% red color, 96.86% green color and 87.06% blue color. Hex #adf7de Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 10% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadf7de#adf7de
RGB Decimal173, 247, 222rgb(173, 247, 222)
RGB Percent68%, 97%, 87%rgb(68%, 97%, 87%)
CSS RGBa173, 247, 222,1rgba(173,247,222,1)
CMYK Modelcmyk(30%,0%,10%,3%)
HSL Color Space160,82% ,82%hsl(160,82% ,82%)
HSV Color Space160°, 30%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011111011111011110
Octal255367336
Decimal173247222
Hexadf7de

Different shades of #adf7de color code.

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

Light Shade of #adf7de
#dbfcf1
Dark Shade of #adf7de
#7ff2cb
Saturated Shade of #adf7de
#a8fbdf
Desaturated Shade of #adf7de
#b1f2dd
Grey scale Shade of #adf7de
#d2d2d2
Brighten Shade
#c6fff7
Most Readable Shade
#000000

Shades of #adf7de color code

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

#adf7de
#99dbc5
#86c0ac
#73a494
#60897b
#4c6d62
#39524a
#263631
#131b18
#000000

Similar Color like #adf7de color

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

#aef8df
#aff9e0
#b0fae1
#b1fbe2
#b2fce3
#b3fde4
#b4fee5
#b5ffe6
#b6ffe7
#b7ffe8
#b8ffe9
#b9ffea
#baffeb
#bbffec
#acf6dd
#abf5dc
#aaf4db
#a9f3da
#a8f2d9
#a7f1d8
#a6f0d7
#a5efd6
#a4eed5
#a3edd4
#a2ecd3
#a1ebd2
#a0ead1
#9fe9d0

Monochromatic Color with #adf7de

#adf7de
#18221f
#364d45
#54776b
#71a292
#8fccb8

Tints of #adf7de Color

#adf7de
#b6f7e1
#bff8e5
#c8f9e9
#d1faec
#dafbf0
#e3fcf4
#ecfdf7
#f5fefb
#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

#adf7de
#f7adc6

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

Split Complementary

#adf7de
#f7adeb
#f7b9ad

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

Analogous Color

#adf7c0
#adf7cf
#adf7de
#adf7ed
#adf2f7

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

#adf7de
#deadf7
#f7dead

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

#adf7de
#b9adf7
#f7adc6
#ebf7ad

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

#adf7de
#f7adc6
#f7b9ad
#adebf7

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

#adf7de Color Code Preview on Black Background Color

This is how #adf7de Color will look on black background color. Color contrast ratio is 17.14

#adf7de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adf7de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adf7de

#adf7de color code is use for CSS Background Color

Background color for the above div is #adf7de

HTML with inline CSS

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

#adf7de color code is use for CSS Border Color

CSS Border color for the above div is #adf7de

HTML with inline CSS

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

CSS Border Left color for the above div is #adf7de

HTML with inline CSS

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

CSS Border Right color for the above div is #adf7de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adf7de

HTML with inline CSS

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

CSS Border Top color for the above div is #adf7de

HTML with inline CSS

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

#adf7de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adf7de Color code Preview on White Background

This is how #adf7de Color code will look on white background color. Color contrast ratio is 1.23

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

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(173,247,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(247,173,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,247,222,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.