Skip to main content Skip to docs navigation

#abfedf 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 Icery and its hex is #A5FCDC Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code abfedf #abfedf
RGB Decimal 171, 254, 223 171, 254, 223
RGB Percent 67%, 100%, 87% rgb(67%, 100%, 87%)
CSS RGBa 171, 254, 223,1 rgba(171,254,223,1)
CMYK Model cmyk(33%,0%,12%,0.39%)
HSL Color Space 158,98% ,83% hsl(158,98% ,83%)
HSV Color Space 158°, 33%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101011 11111110 11011111
Octal 253 376 337
Decimal 171 254 223
Hex ab fe df

Different shades of #abfedf color code.

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

Darkest of #abfedf
#14fca5
Darker of #abfedf
#46fdb9
Dark of #abfedf
#79fdcc
Base of #abfedf
#abfedf
Light of #abfedf
#ddfff2
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

#abfedf
#feabca

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

Split Complementary

#abfedf
#feabf3
#feb5ab

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

Analogous Color

#abfeaf
#abfebc
#abfedf
#abfefb
#abdffe

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

#abfedf
#fedfab
#dfabfe

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

#abfedf
#dfabfe
#feabca
#cafeab

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

#abfedf
#b5abfe
#feabca
#f3feab

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 #abfedf

#03da8a
#14fca5
#46fdb9
#79fdcc
#abfedf
#ddfff2
#ffffff
#ffffff
#ffffff

Tints of #abfedf Color

#abfedf
#b4fee2
#bdfee6
#c7fee9
#d0feed
#d9fef0
#e3fef4
#ecfef7
#f5fefb
#ffffff

Shades of #abfedf color code

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

#abfedf
#98e1c6
#85c5ad
#72a994
#5f8d7b
#4c7063
#39544a
#263831
#131c18
#000000

Tones

#abfedf
#b3f5dd
#bceddb
#c4e4d9
#cddcd6

Tones

Similar Color like #abfedf color

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

#acffe0
#adffe1
#aeffe2
#afffe3
#b0ffe4
#b1ffe5
#b2ffe6
#b3ffe7
#b4ffe8
#b5ffe9
#b6ffea
#b7ffeb
#b8ffec
#b9ffed
#aafdde
#a9fcdd
#a8fbdc
#a7fadb
#a6f9da
#a5f8d9
#a4f7d8
#a3f6d7
#a2f5d6
#a1f4d5
#a0f3d4
#9ff2d3
#9ef1d2
#9df0d1

Download this Light Blue

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

#abfedf Color Code Preview on Black Background Color

This is how #abfedf Color will look on black background color. Color contrast ratio is 17.97

#abfedf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abfedf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abfedf

#abfedf color code is use for CSS Background Color

Background color for the above div is #abfedf

HTML with inline CSS

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

#abfedf color code is use for CSS Border Color

CSS Border color for the above div is #abfedf

HTML with inline CSS

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

CSS Border Left color for the above div is #abfedf

HTML with inline CSS

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

CSS Border Right color for the above div is #abfedf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abfedf

HTML with inline CSS

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

CSS Border Top color for the above div is #abfedf

HTML with inline CSS

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

#abfedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abfedf Color code Preview on White Background

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

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(171,254,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,171,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,254,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }