crispedge.com

Color picker

Loading...

#abfccc hex color - Blue - Cool color - Information

#abfccc hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #abfccc Color code in RGB color code model is created after adding 67.06% red color, 98.82% green color and 80% blue color. Hex #abfccc Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 19% yellow and 1% black.

Hex #abfccc color code is between #aaffbb web safe hex color code and #bbeedd web safe hex color code. #aaffbb is the nearest web safe color code. You can see here many more shades of #abfccc color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeabfccc#abfccc
RGB Decimal171, 252, 204rgb(171, 252, 204)
RGB Percent67%, 99%, 80%rgb(67%, 99%, 80%)
CSS RGBa171, 252, 204,1rgba(171,252,204,1)
CMYK Modelcmyk(32%,0%,19%,1%)
HSL Color Space144,93% ,83%hsl(144,93% ,83%)
HSV Color Space144°, 32%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111111110011001100
Octal253374314
Decimal171252204
Hexabfccc

Different shades of #abfccc color code.

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

Light Shade of #abfccc
#dcfeea
Dark Shade of #abfccc
#7afaae
Saturated Shade of #abfccc
#a8ffcb
Desaturated Shade of #abfccc
#aff8cd
Grey scale Shade of #abfccc
#d3d3d3
Brighten Shade
#c4ffe5
Most Readable Shade
#000000

Shades of #abfccc color code

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

#abfccc
#98e0b5
#85c49e
#72a888
#5f8c71
#4c705a
#395444
#26382d
#131c16
#000000

Similar Color like #abfccc color

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

#acfdcd
#adfece
#aeffcf
#afffd0
#b0ffd1
#b1ffd2
#b2ffd3
#b3ffd4
#b4ffd5
#b5ffd6
#b6ffd7
#b7ffd8
#b8ffd9
#b9ffda
#aafbcb
#a9faca
#a8f9c9
#a7f8c8
#a6f7c7
#a5f6c6
#a4f5c5
#a3f4c4
#a2f3c3
#a1f2c2
#a0f1c1
#9ff0c0
#9eefbf
#9deebe

Monochromatic Color with #abfccc

#abfccc
#1b2720
#385242
#547c65
#71a787
#8ed1aa

Tints of #abfccc Color

#abfccc
#b4fcd1
#bdfcd7
#c7fddd
#d0fde2
#d9fde8
#e3feee
#ecfef3
#f5fef9
#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

#abfccc
#fcabdb

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

Split Complementary

#abfccc
#f5abfc
#fcabb2

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

Analogous Color

#abfcac
#abfcbc
#abfccc
#abfcdc
#abfcec

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

#abfccc
#ccabfc
#fcccab

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

#abfccc
#abb2fc
#fcabdb
#fcf4ab

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

#abfccc
#fcabdb
#fcabb2
#abfcf5

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

#abfccc Color Code Preview on Black Background Color

This is how #abfccc Color will look on black background color. Color contrast ratio is 17.53

#abfccc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abfccc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abfccc

#abfccc color code is use for CSS Background Color

Background color for the above div is #abfccc

HTML with inline CSS

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

#abfccc color code is use for CSS Border Color

CSS Border color for the above div is #abfccc

HTML with inline CSS

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

CSS Border Left color for the above div is #abfccc

HTML with inline CSS

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

CSS Border Right color for the above div is #abfccc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abfccc

HTML with inline CSS

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

CSS Border Top color for the above div is #abfccc

HTML with inline CSS

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

#abfccc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abfccc Color code Preview on White Background

This is how #abfccc Color code will look on white background color. Color contrast ratio is 1.20

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.