crispedge.com

Color picker

Loading...

#aab5ea hex color - Blue - Cool color - Information

#aab5ea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aab5ea Color code in RGB color code model is created after adding 66.67% red color, 70.98% green color and 91.76% blue color. Hex #aab5ea Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 23% magenta, 0% yellow and 8% black.

Hex #aab5ea color code is between #99bbee web safe hex color code and #bbaadd web safe hex color code. #99bbee is the nearest web safe color code. You can see here many more shades of #aab5ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaab5ea#aab5ea
RGB Decimal170, 181, 234rgb(170, 181, 234)
RGB Percent67%, 71%, 92%rgb(67%, 71%, 92%)
CSS RGBa170, 181, 234,1rgba(170,181,234,1)
CMYK Modelcmyk(27%,23%,0%,8%)
HSL Color Space230,60% ,79%hsl(230,60% ,79%)
HSV Color Space230°, 27%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011010111101010
Octal252265352
Decimal170181234
Hexaab5ea

Different shades of #aab5ea color code.

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

Light Shade of #aab5ea
#d3d9f4
Dark Shade of #aab5ea
#8191e0
Saturated Shade of #aab5ea
#a5b2ef
Desaturated Shade of #aab5ea
#afb8e5
Grey scale Shade of #aab5ea
#cacaca
Brighten Shade
#c3ceff
Most Readable Shade
#000000

Shades of #aab5ea color code

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

#aab5ea
#97a0d0
#848cb6
#71789c
#5e6482
#4b5068
#383c4e
#252834
#12141a
#000000

Similar Color like #aab5ea color

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

#abb6eb
#acb7ec
#adb8ed
#aeb9ee
#afbaef
#b0bbf0
#b1bcf1
#b2bdf2
#b3bef3
#b4bff4
#b5c0f5
#b6c1f6
#b7c2f7
#b8c3f8
#a9b4e9
#a8b3e8
#a7b2e7
#a6b1e6
#a5b0e5
#a4afe4
#a3aee3
#a2ade2
#a1ace1
#a0abe0
#9faadf
#9ea9de
#9da8dd
#9ca7dc

Monochromatic Color with #aab5ea

#aab5ea
#101115
#2e3140
#4d526a
#6c7395
#8b94bf

Tints of #aab5ea Color

#aab5ea
#b3bdec
#bcc5ee
#c6cdf1
#cfd5f3
#d9def5
#e2e6f8
#eceefa
#f5f6fc
#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

#aab5ea
#eadfaa

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

Split Complementary

#aab5ea
#eabfaa
#d5eaaa

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

Analogous Color

#aacfea
#aac2ea
#aab5ea
#acaaea
#b9aaea

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

#aab5ea
#eaaab5
#b5eaaa

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

#aab5ea
#eaaad5
#eadfaa
#aaeabf

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

#aab5ea
#eadfaa
#d5eaaa
#bfaaea

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

#aab5ea Color Code Preview on Black Background Color

This is how #aab5ea Color will look on black background color. Color contrast ratio is 10.51

#aab5ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab5ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab5ea

#aab5ea color code is use for CSS Background Color

Background color for the above div is #aab5ea

HTML with inline CSS

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

#aab5ea color code is use for CSS Border Color

CSS Border color for the above div is #aab5ea

HTML with inline CSS

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

CSS Border Left color for the above div is #aab5ea

HTML with inline CSS

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

CSS Border Right color for the above div is #aab5ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab5ea

HTML with inline CSS

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

CSS Border Top color for the above div is #aab5ea

HTML with inline CSS

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

#aab5ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab5ea Color code Preview on White Background

This is how #aab5ea Color code will look on white background color. Color contrast ratio is 2.00

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

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,181,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,223,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,181,234,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.