crispedge.com

Color picker

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

#aeb7ee hex color - Blue - Cool color - Information

#aeb7ee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aeb7ee Color code in RGB color code model is created after adding 68.24% red color, 71.76% green color and 93.33% blue color. Hex #aeb7ee Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 23% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeaeb7ee#aeb7ee
RGB Decimal174, 183, 238rgb(174, 183, 238)
RGB Percent68%, 72%, 93%rgb(68%, 72%, 93%)
CSS RGBa174, 183, 238,1rgba(174,183,238,1)
CMYK Modelcmyk(27%,23%,0%,7%)
HSL Color Space232,65% ,81%hsl(232,65% ,81%)
HSV Color Space232°, 27%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011011111101110
Octal256267356
Decimal174183238
Hexaeb7ee

Different shades of #aeb7ee color code.

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

Light Shade of #aeb7ee
#d8dcf7
Dark Shade of #aeb7ee
#8492e5
Saturated Shade of #aeb7ee
#a9b3f3
Desaturated Shade of #aeb7ee
#b3bbe9
Grey scale Shade of #aeb7ee
#cecece
Brighten Shade
#c7d0ff
Most Readable Shade
#000000

Shades of #aeb7ee color code

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

#aeb7ee
#9aa2d3
#878eb9
#747a9e
#606584
#4d5169
#3a3d4f
#262834
#13141a
#000000

Similar Color like #aeb7ee color

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

#afb8ef
#b0b9f0
#b1baf1
#b2bbf2
#b3bcf3
#b4bdf4
#b5bef5
#b6bff6
#b7c0f7
#b8c1f8
#b9c2f9
#bac3fa
#bbc4fb
#bcc5fc
#adb6ed
#acb5ec
#abb4eb
#aab3ea
#a9b2e9
#a8b1e8
#a7b0e7
#a6afe6
#a5aee5
#a4ade4
#a3ace3
#a2abe2
#a1aae1
#a0a9e0

Monochromatic Color with #aeb7ee

#aeb7ee
#13141a
#323444
#51556e
#707699
#8f96c3

Tints of #aeb7ee Color

#aeb7ee
#b7bfef
#c0c7f1
#c9cff3
#d2d7f5
#dbdff7
#e4e7f9
#edeffb
#f6f7fd
#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

#aeb7ee
#eee5ae

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

Split Complementary

#aeb7ee
#eec5ae
#d7eeae

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

Analogous Color

#aed1ee
#aec4ee
#aeb7ee
#b2aeee
#bfaeee

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

#aeb7ee
#eeaeb7
#b7eeae

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

#aeb7ee
#eeaed7
#eee5ae
#aeeec5

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

#aeb7ee
#eee5ae
#d7eeae
#c5aeee

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

#aeb7ee Color Code Preview on Black Background Color

This is how #aeb7ee Color will look on black background color. Color contrast ratio is 10.81

#aeb7ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb7ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb7ee

#aeb7ee color code is use for CSS Background Color

Background color for the above div is #aeb7ee

HTML with inline CSS

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

#aeb7ee color code is use for CSS Border Color

CSS Border color for the above div is #aeb7ee

HTML with inline CSS

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

CSS Border Left color for the above div is #aeb7ee

HTML with inline CSS

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

CSS Border Right color for the above div is #aeb7ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeb7ee

HTML with inline CSS

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

CSS Border Top color for the above div is #aeb7ee

HTML with inline CSS

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

#aeb7ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeb7ee Color code Preview on White Background

This is how #aeb7ee Color code will look on white background color. Color contrast ratio is 1.94

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.