crispedge.com

Color picker

Loading...

#aab9fc hex color - Blue - Cool color - Information

#aab9fc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aab9fc Color code in RGB color code model is created after adding 66.67% red color, 72.55% green color and 98.82% blue color. Hex #aab9fc Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 27% magenta, 0% yellow and 1% black.

Hex #aab9fc color code is between #99bbff web safe hex color code and #bbaaee web safe hex color code. #99bbff is the nearest web safe color code. You can see here many more shades of #aab9fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaab9fc#aab9fc
RGB Decimal170, 185, 252rgb(170, 185, 252)
RGB Percent67%, 73%, 99%rgb(67%, 73%, 99%)
CSS RGBa170, 185, 252,1rgba(170,185,252,1)
CMYK Modelcmyk(33%,27%,0%,1%)
HSL Color Space229,93% ,83%hsl(229,93% ,83%)
HSV Color Space229°, 33%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011100111111100
Octal252271374
Decimal170185252
Hexaab9fc

Different shades of #aab9fc color code.

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

Light Shade of #aab9fc
#dbe2fe
Dark Shade of #aab9fc
#7990fa
Saturated Shade of #aab9fc
#a7b7ff
Desaturated Shade of #aab9fc
#aebcf8
Grey scale Shade of #aab9fc
#d3d3d3
Brighten Shade
#c3d2ff
Most Readable Shade
#000000

Shades of #aab9fc color code

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

#aab9fc
#97a4e0
#848fc4
#717ba8
#5e668c
#4b5270
#383d54
#252938
#12141c
#000000

Similar Color like #aab9fc color

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

#abbafd
#acbbfe
#adbcff
#aebdff
#afbeff
#b0bfff
#b1c0ff
#b2c1ff
#b3c2ff
#b4c3ff
#b5c4ff
#b6c5ff
#b7c6ff
#b8c7ff
#a9b8fb
#a8b7fa
#a7b6f9
#a6b5f8
#a5b4f7
#a4b3f6
#a3b2f5
#a2b1f4
#a1b0f3
#a0aff2
#9faef1
#9eadf0
#9dacef
#9cabee

Monochromatic Color with #aab9fc

#aab9fc
#1b1d27
#373c52
#545b7c
#717ba7
#8d9ad1

Tints of #aab9fc Color

#aab9fc
#b3c0fc
#bcc8fc
#c6d0fd
#cfd8fd
#d9dffd
#e2e7fe
#eceffe
#f5f7fe
#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

#aab9fc
#fcedaa

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

Split Complementary

#aab9fc
#fcc4aa
#e2fcaa

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

Analogous Color

#aadafc
#aac9fc
#aab9fc
#abaafc
#bcaafc

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

#aab9fc
#fcaab9
#b9fcaa

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

#aab9fc
#fcaae2
#fcedaa
#aafcc4

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

#aab9fc
#fcedaa
#e2fcaa
#c4aafc

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

#aab9fc Color Code Preview on Black Background Color

This is how #aab9fc Color will look on black background color. Color contrast ratio is 11.05

#aab9fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab9fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab9fc

#aab9fc color code is use for CSS Background Color

Background color for the above div is #aab9fc

HTML with inline CSS

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

#aab9fc color code is use for CSS Border Color

CSS Border color for the above div is #aab9fc

HTML with inline CSS

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

CSS Border Left color for the above div is #aab9fc

HTML with inline CSS

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

CSS Border Right color for the above div is #aab9fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab9fc

HTML with inline CSS

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

CSS Border Top color for the above div is #aab9fc

HTML with inline CSS

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

#aab9fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab9fc Color code Preview on White Background

This is how #aab9fc Color code will look on white background color. Color contrast ratio is 1.90

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

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(170,185,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,237,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,185,252,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.