crispedge.com

Color picker

Loading...

#aea5bf hex color - Blue - Cool color - Information

#aea5bf hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aea5bf Color code in RGB color code model is created after adding 68.24% red color, 64.71% green color and 74.9% blue color. Hex #aea5bf Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 14% magenta, 0% yellow and 25% black.

Hex #aea5bf color code is between #aaaabb web safe hex color code and #bb99cc web safe hex color code. #aaaabb is the nearest web safe color code. You can see here many more shades of #aea5bf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeaea5bf#aea5bf
RGB Decimal174, 165, 191rgb(174, 165, 191)
RGB Percent68%, 65%, 75%rgb(68%, 65%, 75%)
CSS RGBa174, 165, 191,1rgba(174,165,191,1)
CMYK Modelcmyk(9%,14%,0%,25%)
HSL Color Space261,17% ,70%hsl(261,17% ,70%)
HSV Color Space261°, 14%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101010010110111111
Octal256245277
Decimal174165191
Hexaea5bf

Different shades of #aea5bf color code.

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

Light Shade of #aea5bf
#c9c3d4
Dark Shade of #aea5bf
#9387aa
Saturated Shade of #aea5bf
#ac9dc7
Desaturated Shade of #aea5bf
#b0adb7
Grey scale Shade of #aea5bf
#b2b2b2
Brighten Shade
#c7bed8
Most Readable Shade
#000000

Shades of #aea5bf color code

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

#aea5bf
#9a92a9
#878094
#746e7f
#605b6a
#4d4954
#3a373f
#26242a
#131215
#000000

Similar Color like #aea5bf color

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

#afa6c0
#b0a7c1
#b1a8c2
#b2a9c3
#b3aac4
#b4abc5
#b5acc6
#b6adc7
#b7aec8
#b8afc9
#b9b0ca
#bab1cb
#bbb2cc
#bcb3cd
#ada4be
#aca3bd
#aba2bc
#aaa1bb
#a9a0ba
#a89fb9
#a79eb8
#a69db7
#a59cb6
#a49bb5
#a39ab4
#a299b3
#a198b2
#a097b1

Monochromatic Color with #aea5bf

#aea5bf
#d5cae9
#131215
#3a373f
#615c6a
#878094

Tints of #aea5bf Color

#aea5bf
#b7afc6
#c0b9cd
#c9c3d4
#d2cddb
#dbd7e2
#e4e1e9
#edebf0
#f6f5f7
#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

#aea5bf
#b6bfa5

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

Split Complementary

#aea5bf
#bfbba5
#a9bfa5

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

Analogous Color

#a5a6bf
#a9a5bf
#aea5bf
#b3a5bf
#b8a5bf

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

#aea5bf
#bfaea5
#a5bfae

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

#aea5bf
#bfa5a9
#b6bfa5
#a5bfbb

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

#aea5bf
#b6bfa5
#a9bfa5
#bba5bf

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

#aea5bf Color Code Preview on Black Background Color

This is how #aea5bf Color will look on black background color. Color contrast ratio is 8.93

#aea5bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea5bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea5bf

#aea5bf color code is use for CSS Background Color

Background color for the above div is #aea5bf

HTML with inline CSS

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

#aea5bf color code is use for CSS Border Color

CSS Border color for the above div is #aea5bf

HTML with inline CSS

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

CSS Border Left color for the above div is #aea5bf

HTML with inline CSS

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

CSS Border Right color for the above div is #aea5bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aea5bf

HTML with inline CSS

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

CSS Border Top color for the above div is #aea5bf

HTML with inline CSS

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

#aea5bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aea5bf Color code Preview on White Background

This is how #aea5bf Color code will look on white background color. Color contrast ratio is 2.35

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,165,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,191,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,165,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.