crispedge.com

Color picker

Loading...

#aabdfb hex color - Blue - Cool color - Information

#aabdfb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aabdfb Color code in RGB color code model is created after adding 66.67% red color, 74.12% green color and 98.43% blue color. Hex #aabdfb Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 25% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 17 Views

RGB Chart

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

Color Table

Hex Color Codeaabdfb#aabdfb
RGB Decimal170, 189, 251rgb(170, 189, 251)
RGB Percent67%, 74%, 98%rgb(67%, 74%, 98%)
CSS RGBa170, 189, 251,1rgba(170,189,251,1)
CMYK Modelcmyk(32%,25%,0%,2%)
HSL Color Space226,91% ,83%hsl(226,91% ,83%)
HSV Color Space226°, 32%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011110111111011
Octal252275373
Decimal170189251
Hexaabdfb

Different shades of #aabdfb color code.

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

Light Shade of #aabdfb
#dbe3fd
Dark Shade of #aabdfb
#7997f9
Saturated Shade of #aabdfb
#a6bbff
Desaturated Shade of #aabdfb
#aebff7
Grey scale Shade of #aabdfb
#d2d2d2
Brighten Shade
#c3d6ff
Most Readable Shade
#000000

Shades of #aabdfb color code

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

#aabdfb
#97a8df
#8493c3
#717ea7
#5e698b
#4b546f
#383f53
#252a37
#12151b
#000000

Similar Color like #aabdfb color

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

#abbefc
#acbffd
#adc0fe
#aec1ff
#afc2ff
#b0c3ff
#b1c4ff
#b2c5ff
#b3c6ff
#b4c7ff
#b5c8ff
#b6c9ff
#b7caff
#b8cbff
#a9bcfa
#a8bbf9
#a7baf8
#a6b9f7
#a5b8f6
#a4b7f5
#a3b6f4
#a2b5f3
#a1b4f2
#a0b3f1
#9fb2f0
#9eb1ef
#9db0ee
#9cafed

Monochromatic Color with #aabdfb

#aabdfb
#1a1d26
#373d51
#545d7b
#707da6
#8d9dd0

Tints of #aabdfb Color

#aabdfb
#b3c4fb
#bccbfb
#c6d3fc
#cfdafc
#d9e1fd
#e2e9fd
#ecf0fe
#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

#aabdfb
#fbe8aa

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

Split Complementary

#aabdfb
#fbc0aa
#e6fbaa

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

Analogous Color

#aaddfb
#aacdfb
#aabdfb
#aaadfb
#b7aafb

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

#aabdfb
#fbaabd
#bdfbaa

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

#aabdfb
#fbaae5
#fbe8aa
#aafbbf

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

#aabdfb
#fbe8aa
#e6fbaa
#c0aafb

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

#aabdfb Color Code Preview on Black Background Color

This is how #aabdfb Color will look on black background color. Color contrast ratio is 11.38

#aabdfb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabdfb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabdfb

#aabdfb color code is use for CSS Background Color

Background color for the above div is #aabdfb

HTML with inline CSS

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

#aabdfb color code is use for CSS Border Color

CSS Border color for the above div is #aabdfb

HTML with inline CSS

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

CSS Border Left color for the above div is #aabdfb

HTML with inline CSS

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

CSS Border Right color for the above div is #aabdfb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aabdfb

HTML with inline CSS

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

CSS Border Top color for the above div is #aabdfb

HTML with inline CSS

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

#aabdfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aabdfb Color code Preview on White Background

This is how #aabdfb Color code will look on white background color. Color contrast ratio is 1.85

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

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,189,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,232,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,189,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.