crispedge.com

Color picker

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

#aab0ec hex color - Blue - Cool color - Information

#aab0ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aab0ec Color code in RGB color code model is created after adding 66.67% red color, 69.02% green color and 92.55% blue color. Hex #aab0ec Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 25% magenta, 0% yellow and 7% black.

Hex #aab0ec color code is between #99aaee web safe hex color code and #bbbbdd web safe hex color code. #99aaee is the nearest web safe color code. You can see here many more shades of #aab0ec color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Codeaab0ec#aab0ec
RGB Decimal170, 176, 236rgb(170, 176, 236)
RGB Percent67%, 69%, 93%rgb(67%, 69%, 93%)
CSS RGBa170, 176, 236,1rgba(170,176,236,1)
CMYK Modelcmyk(28%,25%,0%,7%)
HSL Color Space235,63% ,80%hsl(235,63% ,80%)
HSV Color Space235°, 28%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011000011101100
Octal252260354
Decimal170176236
Hexaab0ec

Different shades of #aab0ec color code.

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

Light Shade of #aab0ec
#d4d7f5
Dark Shade of #aab0ec
#8089e3
Saturated Shade of #aab0ec
#a5acf1
Desaturated Shade of #aab0ec
#afb4e7
Grey scale Shade of #aab0ec
#cbcbcb
Brighten Shade
#c3c9ff
Most Readable Shade
#000000

Shades of #aab0ec color code

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

#aab0ec
#979cd1
#8488b7
#71759d
#5e6183
#4b4e68
#383a4e
#252734
#12131a
#000000

Similar Color like #aab0ec color

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

#abb1ed
#acb2ee
#adb3ef
#aeb4f0
#afb5f1
#b0b6f2
#b1b7f3
#b2b8f4
#b3b9f5
#b4baf6
#b5bbf7
#b6bcf8
#b7bdf9
#b8befa
#a9afeb
#a8aeea
#a7ade9
#a6ace8
#a5abe7
#a4aae6
#a3a9e5
#a2a8e4
#a1a7e3
#a0a6e2
#9fa5e1
#9ea4e0
#9da3df
#9ca2de

Monochromatic Color with #aab0ec

#aab0ec
#111217
#303142
#4e516c
#6d7197
#8b90c1

Tints of #aab0ec Color

#aab0ec
#b3b8ee
#bcc1f0
#c6caf2
#cfd3f4
#d9dbf6
#e2e4f8
#ecedfa
#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

#aab0ec
#ece6aa

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

Split Complementary

#aab0ec
#ecc5aa
#d1ecaa

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

Analogous Color

#aacaec
#aabdec
#aab0ec
#b1aaec
#beaaec

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

#aab0ec
#ecaab0
#b0ecaa

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

#aab0ec
#ecaad1
#ece6aa
#aaecc5

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

#aab0ec
#ece6aa
#d1ecaa
#c5aaec

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

#aab0ec Color Code Preview on Black Background Color

This is how #aab0ec Color will look on black background color. Color contrast ratio is 10.13

#aab0ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab0ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab0ec

#aab0ec color code is use for CSS Background Color

Background color for the above div is #aab0ec

HTML with inline CSS

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

#aab0ec color code is use for CSS Border Color

CSS Border color for the above div is #aab0ec

HTML with inline CSS

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

CSS Border Left color for the above div is #aab0ec

HTML with inline CSS

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

CSS Border Right color for the above div is #aab0ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab0ec

HTML with inline CSS

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

CSS Border Top color for the above div is #aab0ec

HTML with inline CSS

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

#aab0ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab0ec Color code Preview on White Background

This is how #aab0ec Color code will look on white background color. Color contrast ratio is 2.07

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

Related Gradients

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.