crispedge.com

Color picker

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

#aeb9cf hex color - Blue - Cool color - Information

#aeb9cf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aeb9cf Color code in RGB color code model is created after adding 68.24% red color, 72.55% green color and 81.18% blue color. Hex #aeb9cf Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 11% magenta, 0% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaeb9cf#aeb9cf
RGB Decimal174, 185, 207rgb(174, 185, 207)
RGB Percent68%, 73%, 81%rgb(68%, 73%, 81%)
CSS RGBa174, 185, 207,1rgba(174,185,207,1)
CMYK Modelcmyk(16%,11%,0%,19%)
HSL Color Space220,26% ,75%hsl(220,26% ,75%)
HSV Color Space220°, 16%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011100111001111
Octal256271317
Decimal174185207
Hexaeb9cf

Different shades of #aeb9cf color code.

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

Light Shade of #aeb9cf
#ced5e2
Dark Shade of #aeb9cf
#8e9dbc
Saturated Shade of #aeb9cf
#a8b7d5
Desaturated Shade of #aeb9cf
#b4bbc9
Grey scale Shade of #aeb9cf
#bebebe
Brighten Shade
#c7d2e8
Most Readable Shade
#000000

Shades of #aeb9cf color code

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

#aeb9cf
#9aa4b8
#878fa1
#747b8a
#606673
#4d525c
#3a3d45
#26292e
#131417
#000000

Similar Color like #aeb9cf color

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

#afbad0
#b0bbd1
#b1bcd2
#b2bdd3
#b3bed4
#b4bfd5
#b5c0d6
#b6c1d7
#b7c2d8
#b8c3d9
#b9c4da
#bac5db
#bbc6dc
#bcc7dd
#adb8ce
#acb7cd
#abb6cc
#aab5cb
#a9b4ca
#a8b3c9
#a7b2c8
#a6b1c7
#a5b0c6
#a4afc5
#a3aec4
#a2adc3
#a1acc2
#a0abc1

Monochromatic Color with #aeb9cf

#aeb9cf
#d2dff9
#1f2125
#43474f
#676d7a
#8a93a4

Tints of #aeb9cf Color

#aeb9cf
#b7c0d4
#c0c8d9
#c9d0df
#d2d8e4
#dbdfe9
#e4e7ef
#edeff4
#f6f7f9
#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

#aeb9cf
#cfc4ae

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

Split Complementary

#aeb9cf
#cfb4ae
#cacfae

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

Analogous Color

#aec6cf
#aec0cf
#aeb9cf
#aeb2cf
#b0aecf

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

#aeb9cf
#cfaeb9
#b9cfae

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

#aeb9cf
#cfaec9
#cfc4ae
#aecfb3

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

#aeb9cf
#cfc4ae
#cacfae
#b4aecf

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

#aeb9cf Color Code Preview on Black Background Color

This is how #aeb9cf Color will look on black background color. Color contrast ratio is 10.64

#aeb9cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb9cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb9cf

#aeb9cf color code is use for CSS Background Color

Background color for the above div is #aeb9cf

HTML with inline CSS

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

#aeb9cf color code is use for CSS Border Color

CSS Border color for the above div is #aeb9cf

HTML with inline CSS

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

CSS Border Left color for the above div is #aeb9cf

HTML with inline CSS

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

CSS Border Right color for the above div is #aeb9cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeb9cf

HTML with inline CSS

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

CSS Border Top color for the above div is #aeb9cf

HTML with inline CSS

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

#aeb9cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeb9cf Color code Preview on White Background

This is how #aeb9cf Color code will look on white background color. Color contrast ratio is 1.97

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

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.