crispedge.com

Color picker

Loading...

#aeaacc hex color - Blue - Cool color - Information

#aeaacc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #aeaacc color code is between #aa99bb web safe hex color code and #bbbbdd web safe hex color code. #aa99bb is the nearest web safe color code. You can see here many more shades of #aeaacc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaeaacc#aeaacc
RGB Decimal174, 170, 204rgb(174, 170, 204)
RGB Percent68%, 67%, 80%rgb(68%, 67%, 80%)
CSS RGBa174, 170, 204,1rgba(174,170,204,1)
CMYK Modelcmyk(15%,17%,0%,20%)
HSL Color Space247,25% ,73%hsl(247,25% ,73%)
HSV Color Space247°, 17%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101010101011001100
Octal256252314
Decimal174170204
Hexaeaacc

Different shades of #aeaacc color code.

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

Light Shade of #aeaacc
#cccadf
Dark Shade of #aeaacc
#908ab9
Saturated Shade of #aeaacc
#a9a3d3
Desaturated Shade of #aeaacc
#b3b1c5
Grey scale Shade of #aeaacc
#bbbbbb
Brighten Shade
#c7c3e5
Most Readable Shade
#000000

Shades of #aeaacc color code

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

#aeaacc
#9a97b5
#87849e
#747188
#605e71
#4d4b5a
#3a3844
#26252d
#131216
#000000

Similar Color like #aeaacc color

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

#afabcd
#b0acce
#b1adcf
#b2aed0
#b3afd1
#b4b0d2
#b5b1d3
#b6b2d4
#b7b3d5
#b8b4d6
#b9b5d7
#bab6d8
#bbb7d9
#bcb8da
#ada9cb
#aca8ca
#aba7c9
#aaa6c8
#a9a5c7
#a8a4c6
#a7a3c5
#a6a2c4
#a5a1c3
#a4a0c2
#a39fc1
#a29ec0
#a19dbf
#a09cbe

Monochromatic Color with #aeaacc

#aeaacc
#d2cdf6
#1d1c22
#41404c
#656377
#8a87a1

Tints of #aeaacc Color

#aeaacc
#b7b3d1
#c0bcd7
#c9c6dd
#d2cfe2
#dbd9e8
#e4e2ee
#edecf3
#f6f5f9
#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

#aeaacc
#c8ccaa

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

Split Complementary

#aeaacc
#ccbfaa
#b7ccaa

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

Analogous Color

#aab4cc
#aaadcc
#aeaacc
#b5aacc
#bcaacc

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

#aeaacc
#ccaeaa
#aaccae

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

#aeaacc
#ccaab7
#c8ccaa
#aaccbf

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

#aeaacc
#c8ccaa
#b7ccaa
#bfaacc

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

#aeaacc Color Code Preview on Black Background Color

This is how #aeaacc Color will look on black background color. Color contrast ratio is 9.42

#aeaacc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeaacc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeaacc

#aeaacc color code is use for CSS Background Color

Background color for the above div is #aeaacc

HTML with inline CSS

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

#aeaacc color code is use for CSS Border Color

CSS Border color for the above div is #aeaacc

HTML with inline CSS

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

CSS Border Left color for the above div is #aeaacc

HTML with inline CSS

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

CSS Border Right color for the above div is #aeaacc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeaacc

HTML with inline CSS

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

CSS Border Top color for the above div is #aeaacc

HTML with inline CSS

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

#aeaacc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeaacc Color code Preview on White Background

This is how #aeaacc Color code will look on white background color. Color contrast ratio is 2.23

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

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,170,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(200,204,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,170,204,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.