crispedge.com

Color picker

Loading...

#aeaedd hex color - Blue - Cool color - Information

#aeaedd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aeaedd Color code in RGB color code model is created after adding 68.24% red color, 68.24% green color and 86.67% blue color. Hex #aeaedd Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 21% magenta, 0% yellow and 13% black.

Hex #aeaedd color code is between #aaaacc web safe hex color code and #bbbbee web safe hex color code. #aaaacc is the nearest web safe color code. You can see here many more shades of #aeaedd color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeaeaedd#aeaedd
RGB Decimal174, 174, 221rgb(174, 174, 221)
RGB Percent68%, 68%, 87%rgb(68%, 68%, 87%)
CSS RGBa174, 174, 221,1rgba(174,174,221,1)
CMYK Modelcmyk(21%,21%,0%,13%)
HSL Color Space240,41% ,77%hsl(240,41% ,77%)
HSV Color Space240°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101010111011011101
Octal256256335
Decimal174174221
Hexaeaedd

Different shades of #aeaedd color code.

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

Light Shade of #aeaedd
#d2d2ec
Dark Shade of #aeaedd
#8a8ace
Saturated Shade of #aeaedd
#a8a8e3
Desaturated Shade of #aeaedd
#b4b4d7
Grey scale Shade of #aeaedd
#c5c5c5
Brighten Shade
#c7c7f6
Most Readable Shade
#000000

Shades of #aeaedd color code

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

#aeaedd
#9a9ac4
#8787ab
#747493
#60607a
#4d4d62
#3a3a49
#262631
#131318
#000000

Similar Color like #aeaedd color

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

#afafde
#b0b0df
#b1b1e0
#b2b2e1
#b3b3e2
#b4b4e3
#b5b5e4
#b6b6e5
#b7b7e6
#b8b8e7
#b9b9e8
#babae9
#bbbbea
#bcbceb
#adaddc
#acacdb
#ababda
#aaaad9
#a9a9d8
#a8a8d7
#a7a7d6
#a6a6d5
#a5a5d4
#a4a4d3
#a3a3d2
#a2a2d1
#a1a1d0
#a0a0cf

Monochromatic Color with #aeaedd

#aeaedd
#070708
#282833
#4a4a5d
#6b6b88
#8d8db3

Tints of #aeaedd Color

#aeaedd
#b7b7e0
#c0c0e4
#c9c9e8
#d2d2ec
#dbdbef
#e4e4f3
#ededf7
#f6f6fb
#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

#aeaedd
#ddddae

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

Split Complementary

#aeaedd
#ddc6ae
#c6ddae

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

Analogous Color

#aec1dd
#aeb7dd
#aeaedd
#b7aedd
#c1aedd

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

#aeaedd
#ddaeae
#aeddae

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

#aeaedd
#ddaec5
#ddddae
#aeddc5

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

#aeaedd
#ddddae
#c6ddae
#c6aedd

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

#aeaedd Color Code Preview on Black Background Color

This is how #aeaedd Color will look on black background color. Color contrast ratio is 9.90

#aeaedd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeaedd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeaedd

#aeaedd color code is use for CSS Background Color

Background color for the above div is #aeaedd

HTML with inline CSS

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

#aeaedd color code is use for CSS Border Color

CSS Border color for the above div is #aeaedd

HTML with inline CSS

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

CSS Border Left color for the above div is #aeaedd

HTML with inline CSS

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

CSS Border Right color for the above div is #aeaedd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeaedd

HTML with inline CSS

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

CSS Border Top color for the above div is #aeaedd

HTML with inline CSS

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

#aeaedd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeaedd Color code Preview on White Background

This is how #aeaedd Color code will look on white background color. Color contrast ratio is 2.12

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

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,174,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,221,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,174,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.