@
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.

#abb1fa hex color - Blue - Cool color - Information

#abb1fa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #abb1fa Color code in RGB color code model is created after adding 67.06% red color, 69.41% green color and 98.04% blue color. Hex #abb1fa Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 29% magenta, 0% yellow and 1.96% black.

Hex #abb1fa color code is between #aaaaff web safe hex color code and #bbbbee web safe hex color code. #aaaaff is the nearest web safe color code. You can see here many more shades of #abb1fa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeabb1fa#abb1fa
RGB Decimal171, 177, 250rgb(171, 177, 250)
RGB Percent67%, 69%, 98%rgb(67%, 69%, 98%)
CSS RGBa171, 177, 250,1rgba(171,177,250,1)
CMYK Modelcmyk(32%,29%,0%,1.96%)
HSL Color Space235,89% ,83%hsl(235,89% ,83%)
HSV Color Space235°, 32%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011000111111010
Octal253261372
Decimal171177250
Hexabb1fa

Different shades of #abb1fa color code.

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

Light Shade of #abb1fa
#dbdefd
Dark Shade of #abb1fa
#7b84f7
Saturated Shade of #abb1fa
#a7adfe
Desaturated Shade of #abb1fa
#afb5f6
Grey scale Shade of #abb1fa
#d2d2d2
Brighten Shade
#c4caff
Most Readable Shade
#000000

Shades of #abb1fa color code

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

#abb1fa
#989dde
#8589c2
#7276a6
#5f628a
#4c4e6f
#393b53
#262737
#13131b
#000000

Similar Color like #abb1fa color

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

#acb2fb
#adb3fc
#aeb4fd
#afb5fe
#b0b6ff
#b1b7ff
#b2b8ff
#b3b9ff
#b4baff
#b5bbff
#b6bcff
#b7bdff
#b8beff
#b9bfff
#aab0f9
#a9aff8
#a8aef7
#a7adf6
#a6acf5
#a5abf4
#a4aaf3
#a3a9f2
#a2a8f1
#a1a7f0
#a0a6ef
#9fa5ee
#9ea4ed
#9da3ec

Monochromatic Color with #abb1fa

#abb1fa
#1a1b25
#373950
#54577a
#7175a5
#8e93cf

Tints of #abb1fa Color

#abb1fa
#b4b9fa
#bdc2fb
#c7cbfb
#d0d3fc
#d9dcfc
#e3e5fd
#ecedfd
#f5f6fe
#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

#abb1fa
#faf4ab

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

Split Complementary

#abb1fa
#faccab
#d9faab

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

Analogous Color

#abd1fa
#abc1fa
#abb1fa
#b5abfa
#c5abfa

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

#abb1fa
#faabb1
#b1faab

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

#abb1fa
#faabd8
#faf4ab
#abfacc

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

#abb1fa
#faf4ab
#d9faab
#ccabfa

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

#abb1fa Color Code Preview on Black Background Color

This is how #abb1fa Color will look on black background color. Color contrast ratio is 10.40

#abb1fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb1fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb1fa

#abb1fa color code is use for CSS Background Color

Background color for the above div is #abb1fa

HTML with inline CSS

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

#abb1fa color code is use for CSS Border Color

CSS Border color for the above div is #abb1fa

HTML with inline CSS

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

CSS Border Left color for the above div is #abb1fa

HTML with inline CSS

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

CSS Border Right color for the above div is #abb1fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb1fa

HTML with inline CSS

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

CSS Border Top color for the above div is #abb1fa

HTML with inline CSS

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

#abb1fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb1fa Color code Preview on White Background

This is how #abb1fa Color code will look on white background color. Color contrast ratio is 2.02

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

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,177,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,244,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,177,250,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.