crispedge.com

Color picker

Loading...

#abfccd hex color - Blue - Cool color - Information

#abfccd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeabfccd#abfccd
RGB Decimal171, 252, 205rgb(171, 252, 205)
RGB Percent67%, 99%, 80%rgb(67%, 99%, 80%)
CSS RGBa171, 252, 205,1rgba(171,252,205,1)
CMYK Modelcmyk(32%,0%,19%,1%)
HSL Color Space145,93% ,83%hsl(145,93% ,83%)
HSV Color Space145°, 32%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111111110011001101
Octal253374315
Decimal171252205
Hexabfccd

Different shades of #abfccd color code.

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

Light Shade of #abfccd
#dcfeea
Dark Shade of #abfccd
#7afab0
Saturated Shade of #abfccd
#a8ffcd
Desaturated Shade of #abfccd
#aff8ce
Grey scale Shade of #abfccd
#d3d3d3
Brighten Shade
#c4ffe6
Most Readable Shade
#000000

Shades of #abfccd color code

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

#abfccd
#98e0b6
#85c49f
#72a888
#5f8c71
#4c705b
#395444
#26382d
#131c16
#000000

Similar Color like #abfccd color

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

#acfdce
#adfecf
#aeffd0
#afffd1
#b0ffd2
#b1ffd3
#b2ffd4
#b3ffd5
#b4ffd6
#b5ffd7
#b6ffd8
#b7ffd9
#b8ffda
#b9ffdb
#aafbcc
#a9facb
#a8f9ca
#a7f8c9
#a6f7c8
#a5f6c7
#a4f5c6
#a3f4c5
#a2f3c4
#a1f2c3
#a0f1c2
#9ff0c1
#9eefc0
#9deebf

Monochromatic Color with #abfccd

#abfccd
#1b2720
#385243
#547c65
#71a788
#8ed1aa

Tints of #abfccd Color

#abfccd
#b4fcd2
#bdfcd8
#c7fddd
#d0fde3
#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

#abfccd
#fcabda

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

Split Complementary

#abfccd
#f6abfc
#fcabb1

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

Analogous Color

#abfcad
#abfcbd
#abfccd
#abfcdd
#abfced

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

#abfccd
#cdabfc
#fccdab

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

#abfccd
#abb1fc
#fcabda
#fcf5ab

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

#abfccd
#fcabda
#fcabb1
#abfcf6

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

#abfccd Color Code Preview on Black Background Color

This is how #abfccd Color will look on black background color. Color contrast ratio is 17.54

#abfccd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abfccd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abfccd

#abfccd color code is use for CSS Background Color

Background color for the above div is #abfccd

HTML with inline CSS

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

#abfccd color code is use for CSS Border Color

CSS Border color for the above div is #abfccd

HTML with inline CSS

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

CSS Border Left color for the above div is #abfccd

HTML with inline CSS

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

CSS Border Right color for the above div is #abfccd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abfccd

HTML with inline CSS

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

CSS Border Top color for the above div is #abfccd

HTML with inline CSS

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

#abfccd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abfccd Color code Preview on White Background

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

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,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,171,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,252,205,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.