Skip to main content Skip to docs navigation

#adfedf hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Mintastic and its hex is #AFFFD5 Nearest Color Name

Color Hue/Base color: Blue

Hex #adfedf Color code in RGB color code model is created after adding 67.84% red color, 99.61% green color and 87.45% blue color. Hex #adfedf Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 12% yellow and 0.39% black.

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

RGB Chart

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

Color Table

Hex Color Code adfedf #adfedf
RGB Decimal 173, 254, 223 173, 254, 223
RGB Percent 68%, 100%, 87% rgb(68%, 100%, 87%)
CSS RGBa 173, 254, 223,1 rgba(173,254,223,1)
CMYK Model cmyk(32%,0%,12%,0.39%)
HSL Color Space 157,98% ,84% hsl(157,98% ,84%)
HSV Color Space 157°, 32%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 11111110 11011111
Octal 255 376 337
Decimal 173 254 223
Hex ad fe df

Different shades of #adfedf color code.

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

Darkest of #adfedf
#16fca4
Darker of #adfedf
#48fdb8
Dark of #adfedf
#7bfdcb
Base of #adfedf
#adfedf
Light of #adfedf
#dffff3
Lighter
#ffffff
Lightest
#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

#adfedf
#feadcc

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

Split Complementary

#adfedf
#feadf4
#feb7ad

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

Analogous Color

#adfeb0
#adfebd
#adfedf
#adfefa
#ade0fe

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

#adfedf
#fedfad
#dfadfe

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

#adfedf
#dfadfe
#feadcc
#ccfead

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#adfedf
#b7adfe
#feadcc
#f4fead

Square 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).

Monochromatic Color with #adfedf

#03dc89
#16fca4
#48fdb8
#7bfdcb
#adfedf
#dffff3
#ffffff
#ffffff
#ffffff

Tints of #adfedf Color

#adfedf
#b6fee2
#bffee6
#c8fee9
#d1feed
#dafef0
#e3fef4
#ecfef7
#f5fefb
#ffffff

Shades of #adfedf color code

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

#adfedf
#99e1c6
#86c5ad
#73a994
#608d7b
#4c7063
#39544a
#263831
#131c18
#000000

Tones

#adfedf
#b5f6dd
#beeddb
#c6e5d9
#ceddd7

Tones

Similar Color like #adfedf color

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

#aeffe0
#afffe1
#b0ffe2
#b1ffe3
#b2ffe4
#b3ffe5
#b4ffe6
#b5ffe7
#b6ffe8
#b7ffe9
#b8ffea
#b9ffeb
#baffec
#bbffed
#acfdde
#abfcdd
#aafbdc
#a9fadb
#a8f9da
#a7f8d9
#a6f7d8
#a5f6d7
#a4f5d6
#a3f4d5
#a2f3d4
#a1f2d3
#a0f1d2
#9ff0d1

Download this Light Blue

Hex #adfedf 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.

#adfedf Color Code Preview on Black Background Color

This is how #adfedf Color will look on black background color. Color contrast ratio is 18.02

#adfedf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adfedf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adfedf

#adfedf color code is use for CSS Background Color

Background color for the above div is #adfedf

HTML with inline CSS

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

#adfedf color code is use for CSS Border Color

CSS Border color for the above div is #adfedf

HTML with inline CSS

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

CSS Border Left color for the above div is #adfedf

HTML with inline CSS

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

CSS Border Right color for the above div is #adfedf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adfedf

HTML with inline CSS

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

CSS Border Top color for the above div is #adfedf

HTML with inline CSS

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

#adfedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adfedf Color code Preview on White Background

This is how #adfedf Color code will look on white background color. Color contrast ratio is 1.17

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(173,254,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,173,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,254,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }