crispedge.com

Color picker

Loading...

#aeaafa hex color - Blue - Cool color - Information

#aeaafa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aeaafa Color code in RGB color code model is created after adding 68.24% red color, 66.67% green color and 98.04% blue color. Hex #aeaafa Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 32% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaeaafa#aeaafa
RGB Decimal174, 170, 250rgb(174, 170, 250)
RGB Percent68%, 67%, 98%rgb(68%, 67%, 98%)
CSS RGBa174, 170, 250,1rgba(174,170,250,1)
CMYK Modelcmyk(30%,32%,0%,2%)
HSL Color Space243,89% ,82%hsl(243,89% ,82%)
HSV Color Space243°, 32%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101010101011111010
Octal256252372
Decimal174170250
Hexaeaafa

Different shades of #aeaafa color code.

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

Light Shade of #aeaafa
#dcdafd
Dark Shade of #aeaafa
#807af7
Saturated Shade of #aeaafa
#aaa5fe
Desaturated Shade of #aeaafa
#b2aef5
Grey scale Shade of #aeaafa
#d2d2d2
Brighten Shade
#c7c3ff
Most Readable Shade
#000000

Shades of #aeaafa color code

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

#aeaafa
#9a97de
#8784c2
#7471a6
#605e8a
#4d4b6f
#3a3853
#262537
#13121b
#000000

Similar Color like #aeaafa color

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

#afabfb
#b0acfc
#b1adfd
#b2aefe
#b3afff
#b4b0ff
#b5b1ff
#b6b2ff
#b7b3ff
#b8b4ff
#b9b5ff
#bab6ff
#bbb7ff
#bcb8ff
#ada9f9
#aca8f8
#aba7f7
#aaa6f6
#a9a5f5
#a8a4f4
#a7a3f3
#a6a2f2
#a5a1f1
#a4a0f0
#a39fef
#a29eee
#a19ded
#a09cec

Monochromatic Color with #aeaafa

#aeaafa
#1a1925
#383650
#55537a
#7370a5
#908dcf

Tints of #aeaafa Color

#aeaafa
#b7b3fa
#c0bcfb
#c9c6fb
#d2cffc
#dbd9fc
#e4e2fd
#edecfd
#f6f5fe
#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

#aeaafa
#f6faaa

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

Split Complementary

#aeaafa
#fad6aa
#cefaaa

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

Analogous Color

#aac6fa
#aab6fa
#aeaafa
#beaafa
#ceaafa

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

#aeaafa
#faaeaa
#aafaae

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

#aeaafa
#faaace
#f6faaa
#aafad6

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

#aeaafa
#f6faaa
#cefaaa
#d6aafa

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

#aeaafa Color Code Preview on Black Background Color

This is how #aeaafa Color will look on black background color. Color contrast ratio is 9.93

#aeaafa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeaafa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeaafa

#aeaafa color code is use for CSS Background Color

Background color for the above div is #aeaafa

HTML with inline CSS

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

#aeaafa color code is use for CSS Border Color

CSS Border color for the above div is #aeaafa

HTML with inline CSS

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

CSS Border Left color for the above div is #aeaafa

HTML with inline CSS

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

CSS Border Right color for the above div is #aeaafa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeaafa

HTML with inline CSS

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

CSS Border Top color for the above div is #aeaafa

HTML with inline CSS

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

#aeaafa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeaafa Color code Preview on White Background

This is how #aeaafa Color code will look on white background color. Color contrast ratio is 2.11

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

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