crispedge.com

Color picker

Loading...

#aebdde hex color - Blue - Cool color - Information

#aebdde hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #aebdde color code is between #aabbdd web safe hex color code and #bbccee web safe hex color code. #aabbdd is the nearest web safe color code. You can see here many more shades of #aebdde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaebdde#aebdde
RGB Decimal174, 189, 222rgb(174, 189, 222)
RGB Percent68%, 74%, 87%rgb(68%, 74%, 87%)
CSS RGBa174, 189, 222,1rgba(174,189,222,1)
CMYK Modelcmyk(22%,15%,0%,13%)
HSL Color Space221,42% ,78%hsl(221,42% ,78%)
HSV Color Space221°, 22%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011110111011110
Octal256275336
Decimal174189222
Hexaebdde

Different shades of #aebdde color code.

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

Light Shade of #aebdde
#d2dbed
Dark Shade of #aebdde
#8a9fcf
Saturated Shade of #aebdde
#a8bbe4
Desaturated Shade of #aebdde
#b4bfd8
Grey scale Shade of #aebdde
#c6c6c6
Brighten Shade
#c7d6f7
Most Readable Shade
#000000

Shades of #aebdde color code

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

#aebdde
#9aa8c5
#8793ac
#747e94
#60697b
#4d5462
#3a3f4a
#262a31
#131518
#000000

Similar Color like #aebdde color

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

#afbedf
#b0bfe0
#b1c0e1
#b2c1e2
#b3c2e3
#b4c3e4
#b5c4e5
#b6c5e6
#b7c6e7
#b8c7e8
#b9c8e9
#bac9ea
#bbcaeb
#bccbec
#adbcdd
#acbbdc
#abbadb
#aab9da
#a9b8d9
#a8b7d8
#a7b6d7
#a6b5d6
#a5b4d5
#a4b3d4
#a3b2d3
#a2b1d2
#a1b0d1
#a0afd0

Monochromatic Color with #aebdde

#aebdde
#070809
#292c34
#4a505e
#6b7589
#8d99b3

Tints of #aebdde Color

#aebdde
#b7c4e1
#c0cbe5
#c9d3e9
#d2daec
#dbe1f0
#e4e9f4
#edf0f7
#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

#aebdde
#decfae

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

Split Complementary

#aebdde
#deb7ae
#d5deae

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

Analogous Color

#aed0de
#aec7de
#aebdde
#aeb3de
#b2aede

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

#aebdde
#deaebd
#bddeae

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

#aebdde
#deaed5
#decfae
#aedeb7

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

#aebdde
#decfae
#d5deae
#b7aede

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

#aebdde Color Code Preview on Black Background Color

This is how #aebdde Color will look on black background color. Color contrast ratio is 11.13

#aebdde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebdde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebdde

#aebdde color code is use for CSS Background Color

Background color for the above div is #aebdde

HTML with inline CSS

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

#aebdde color code is use for CSS Border Color

CSS Border color for the above div is #aebdde

HTML with inline CSS

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

CSS Border Left color for the above div is #aebdde

HTML with inline CSS

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

CSS Border Right color for the above div is #aebdde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aebdde

HTML with inline CSS

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

CSS Border Top color for the above div is #aebdde

HTML with inline CSS

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

#aebdde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aebdde Color code Preview on White Background

This is how #aebdde Color code will look on white background color. Color contrast ratio is 1.89

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

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,189,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,207,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,189,222,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.