crispedge.com

Color picker

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

#aeb6cc hex color - Blue - Cool color - Information

#aeb6cc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aeb6cc Color code in RGB color code model is created after adding 68.24% red color, 71.37% green color and 80% blue color. Hex #aeb6cc Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 11% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaeb6cc#aeb6cc
RGB Decimal174, 182, 204rgb(174, 182, 204)
RGB Percent68%, 71%, 80%rgb(68%, 71%, 80%)
CSS RGBa174, 182, 204,1rgba(174,182,204,1)
CMYK Modelcmyk(15%,11%,0%,20%)
HSL Color Space224,23% ,74%hsl(224,23% ,74%)
HSV Color Space224°, 15%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011011011001100
Octal256266314
Decimal174182204
Hexaeb6cc

Different shades of #aeb6cc color code.

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

Light Shade of #aeb6cc
#cdd2e0
Dark Shade of #aeb6cc
#8f9ab8
Saturated Shade of #aeb6cc
#a7b3d3
Desaturated Shade of #aeb6cc
#b5b9c5
Grey scale Shade of #aeb6cc
#bdbdbd
Brighten Shade
#c7cfe5
Most Readable Shade
#000000

Shades of #aeb6cc color code

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

#aeb6cc
#9aa1b5
#878d9e
#747988
#606571
#4d505a
#3a3c44
#26282d
#131416
#000000

Similar Color like #aeb6cc color

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

#afb7cd
#b0b8ce
#b1b9cf
#b2bad0
#b3bbd1
#b4bcd2
#b5bdd3
#b6bed4
#b7bfd5
#b8c0d6
#b9c1d7
#bac2d8
#bbc3d9
#bcc4da
#adb5cb
#acb4ca
#abb3c9
#aab2c8
#a9b1c7
#a8b0c6
#a7afc5
#a6aec4
#a5adc3
#a4acc2
#a3abc1
#a2aac0
#a1a9bf
#a0a8be

Monochromatic Color with #aeb6cc

#aeb6cc
#d2dcf6
#1d1e22
#41444c
#656a77
#8a90a1

Tints of #aeb6cc Color

#aeb6cc
#b7bed1
#c0c6d7
#c9cedd
#d2d6e2
#dbdee8
#e4e6ee
#edeef3
#f6f6f9
#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

#aeb6cc
#ccc4ae

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

Split Complementary

#aeb6cc
#ccb5ae
#c5ccae

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

Analogous Color

#aec2cc
#aebccc
#aeb6cc
#aeb0cc
#b2aecc

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

#aeb6cc
#ccaeb6
#b6ccae

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

#aeb6cc
#ccaec5
#ccc4ae
#aeccb5

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

#aeb6cc
#ccc4ae
#c5ccae
#b5aecc

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

#aeb6cc Color Code Preview on Black Background Color

This is how #aeb6cc Color will look on black background color. Color contrast ratio is 10.36

#aeb6cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb6cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb6cc

#aeb6cc color code is use for CSS Background Color

Background color for the above div is #aeb6cc

HTML with inline CSS

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

#aeb6cc color code is use for CSS Border Color

CSS Border color for the above div is #aeb6cc

HTML with inline CSS

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

CSS Border Left color for the above div is #aeb6cc

HTML with inline CSS

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

CSS Border Right color for the above div is #aeb6cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeb6cc

HTML with inline CSS

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

CSS Border Top color for the above div is #aeb6cc

HTML with inline CSS

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

#aeb6cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeb6cc Color code Preview on White Background

This is how #aeb6cc Color code will look on white background color. Color contrast ratio is 2.03

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

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.