crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aabaee hex color - Blue - Cool color - Information

#aabaee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aabaee Color code in RGB color code model is created after adding 66.67% red color, 72.94% green color and 93.33% blue color. Hex #aabaee Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 22% magenta, 0% yellow and 7% black.

Hex #aabaee color code is between #99bbdd web safe hex color code and #bbaaff web safe hex color code. #99bbdd is the nearest web safe color code. You can see here many more shades of #aabaee color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaabaee#aabaee
RGB Decimal170, 186, 238rgb(170, 186, 238)
RGB Percent67%, 73%, 93%rgb(67%, 73%, 93%)
CSS RGBa170, 186, 238,1rgba(170,186,238,1)
CMYK Modelcmyk(29%,22%,0%,7%)
HSL Color Space226,67% ,80%hsl(226,67% ,80%)
HSV Color Space226°, 29%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011101011101110
Octal252272356
Decimal170186238
Hexaabaee

Different shades of #aabaee color code.

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

Light Shade of #aabaee
#d5ddf6
Dark Shade of #aabaee
#8098e5
Saturated Shade of #aabaee
#a5b7f3
Desaturated Shade of #aabaee
#afbde9
Grey scale Shade of #aabaee
#cccccc
Brighten Shade
#c3d3ff
Most Readable Shade
#000000

Shades of #aabaee color code

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

#aabaee
#97a5d3
#8490b9
#717c9e
#5e6784
#4b5269
#383e4f
#252934
#12141a
#000000

Similar Color like #aabaee color

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

#abbbef
#acbcf0
#adbdf1
#aebef2
#afbff3
#b0c0f4
#b1c1f5
#b2c2f6
#b3c3f7
#b4c4f8
#b5c5f9
#b6c6fa
#b7c7fb
#b8c8fc
#a9b9ed
#a8b8ec
#a7b7eb
#a6b6ea
#a5b5e9
#a4b4e8
#a3b3e7
#a2b2e6
#a1b1e5
#a0b0e4
#9fafe3
#9eaee2
#9dade1
#9cace0

Monochromatic Color with #aabaee

#aabaee
#12141a
#313544
#4f566e
#6d7899
#8c99c3

Tints of #aabaee Color

#aabaee
#b3c1ef
#bcc9f1
#c6d1f3
#cfd8f5
#d9e0f7
#e2e8f9
#eceffb
#f5f7fd
#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

#aabaee
#eedeaa

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

Split Complementary

#aabaee
#eebcaa
#dceeaa

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

Analogous Color

#aad5ee
#aac8ee
#aabaee
#aaacee
#b5aaee

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

#aabaee
#eeaaba
#baeeaa

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

#aabaee
#eeaadc
#eedeaa
#aaeebc

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

#aabaee
#eedeaa
#dceeaa
#bcaaee

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

#aabaee Color Code Preview on Black Background Color

This is how #aabaee Color will look on black background color. Color contrast ratio is 10.97

#aabaee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabaee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabaee

#aabaee color code is use for CSS Background Color

Background color for the above div is #aabaee

HTML with inline CSS

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

#aabaee color code is use for CSS Border Color

CSS Border color for the above div is #aabaee

HTML with inline CSS

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

CSS Border Left color for the above div is #aabaee

HTML with inline CSS

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

CSS Border Right color for the above div is #aabaee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aabaee

HTML with inline CSS

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

CSS Border Top color for the above div is #aabaee

HTML with inline CSS

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

#aabaee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aabaee Color code Preview on White Background

This is how #aabaee Color code will look on white background color. Color contrast ratio is 1.91

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.