crispedge.com

Color picker

Loading...

#aebadd hex color - Blue - Cool color - Information

#aebadd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaebadd#aebadd
RGB Decimal174, 186, 221rgb(174, 186, 221)
RGB Percent68%, 73%, 87%rgb(68%, 73%, 87%)
CSS RGBa174, 186, 221,1rgba(174,186,221,1)
CMYK Modelcmyk(21%,16%,0%,13%)
HSL Color Space225,41% ,77%hsl(225,41% ,77%)
HSV Color Space225°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011101011011101
Octal256272335
Decimal174186221
Hexaebadd

Different shades of #aebadd color code.

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

Light Shade of #aebadd
#d2d9ec
Dark Shade of #aebadd
#8a9bce
Saturated Shade of #aebadd
#a8b7e3
Desaturated Shade of #aebadd
#b4bdd7
Grey scale Shade of #aebadd
#c5c5c5
Brighten Shade
#c7d3f6
Most Readable Shade
#000000

Shades of #aebadd color code

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

#aebadd
#9aa5c4
#8790ab
#747c93
#60677a
#4d5262
#3a3e49
#262931
#131418
#000000

Similar Color like #aebadd color

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

#afbbde
#b0bcdf
#b1bde0
#b2bee1
#b3bfe2
#b4c0e3
#b5c1e4
#b6c2e5
#b7c3e6
#b8c4e7
#b9c5e8
#bac6e9
#bbc7ea
#bcc8eb
#adb9dc
#acb8db
#abb7da
#aab6d9
#a9b5d8
#a8b4d7
#a7b3d6
#a6b2d5
#a5b1d4
#a4b0d3
#a3afd2
#a2aed1
#a1add0
#a0accf

Monochromatic Color with #aebadd

#aebadd
#070708
#282b33
#4a4f5d
#6b7288
#8d96b3

Tints of #aebadd Color

#aebadd
#b7c1e0
#c0c9e4
#c9d1e8
#d2d8ec
#dbe0ef
#e4e8f3
#edeff7
#f6f7fb
#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

#aebadd
#ddd1ae

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

Split Complementary

#aebadd
#ddbaae
#d2ddae

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

Analogous Color

#aecddd
#aec3dd
#aebadd
#aeb1dd
#b5aedd

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

#aebadd
#ddaeba
#baddae

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

#aebadd
#ddaed1
#ddd1ae
#aeddb9

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

#aebadd
#ddd1ae
#d2ddae
#baaedd

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

#aebadd Color Code Preview on Black Background Color

This is how #aebadd Color will look on black background color. Color contrast ratio is 10.87

#aebadd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebadd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebadd

#aebadd color code is use for CSS Background Color

Background color for the above div is #aebadd

HTML with inline CSS

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

#aebadd color code is use for CSS Border Color

CSS Border color for the above div is #aebadd

HTML with inline CSS

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

CSS Border Left color for the above div is #aebadd

HTML with inline CSS

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

CSS Border Right color for the above div is #aebadd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aebadd

HTML with inline CSS

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

CSS Border Top color for the above div is #aebadd

HTML with inline CSS

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

#aebadd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aebadd Color code Preview on White Background

This is how #aebadd Color code will look on white background color. Color contrast ratio is 1.93

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

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,186,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,209,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,186,221,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.