crispedge.com

Color picker

Loading...

#aebbdd hex color - Blue - Cool color - Information

#aebbdd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaebbdd#aebbdd
RGB Decimal174, 187, 221rgb(174, 187, 221)
RGB Percent68%, 73%, 87%rgb(68%, 73%, 87%)
CSS RGBa174, 187, 221,1rgba(174,187,221,1)
CMYK Modelcmyk(21%,15%,0%,13%)
HSL Color Space223,41% ,77%hsl(223,41% ,77%)
HSV Color Space223°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011101111011101
Octal256273335
Decimal174187221
Hexaebbdd

Different shades of #aebbdd color code.

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

Light Shade of #aebbdd
#d2d9ec
Dark Shade of #aebbdd
#8a9dce
Saturated Shade of #aebbdd
#a8b8e3
Desaturated Shade of #aebbdd
#b4bed7
Grey scale Shade of #aebbdd
#c5c5c5
Brighten Shade
#c7d4f6
Most Readable Shade
#000000

Shades of #aebbdd color code

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

#aebbdd
#9aa6c4
#8791ab
#747c93
#60677a
#4d5362
#3a3e49
#262931
#131418
#000000

Similar Color like #aebbdd color

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

#afbcde
#b0bddf
#b1bee0
#b2bfe1
#b3c0e2
#b4c1e3
#b5c2e4
#b6c3e5
#b7c4e6
#b8c5e7
#b9c6e8
#bac7e9
#bbc8ea
#bcc9eb
#adbadc
#acb9db
#abb8da
#aab7d9
#a9b6d8
#a8b5d7
#a7b4d6
#a6b3d5
#a5b2d4
#a4b1d3
#a3b0d2
#a2afd1
#a1aed0
#a0adcf

Monochromatic Color with #aebbdd

#aebbdd
#070708
#282b33
#4a4f5d
#6b7388
#8d97b3

Tints of #aebbdd Color

#aebbdd
#b7c2e0
#c0cae4
#c9d1e8
#d2d9ec
#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

#aebbdd
#ddd0ae

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

Split Complementary

#aebbdd
#ddb9ae
#d3ddae

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

Analogous Color

#aecedd
#aec4dd
#aebbdd
#aeb2dd
#b4aedd

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

#aebbdd
#ddaebb
#bbddae

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

#aebbdd
#ddaed2
#ddd0ae
#aeddb8

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

#aebbdd
#ddd0ae
#d3ddae
#b9aedd

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

#aebbdd Color Code Preview on Black Background Color

This is how #aebbdd Color will look on black background color. Color contrast ratio is 10.95

#aebbdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebbdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebbdd

#aebbdd color code is use for CSS Background Color

Background color for the above div is #aebbdd

HTML with inline CSS

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

#aebbdd color code is use for CSS Border Color

CSS Border color for the above div is #aebbdd

HTML with inline CSS

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

CSS Border Left color for the above div is #aebbdd

HTML with inline CSS

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

CSS Border Right color for the above div is #aebbdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aebbdd

HTML with inline CSS

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

CSS Border Top color for the above div is #aebbdd

HTML with inline CSS

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

#aebbdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aebbdd Color code Preview on White Background

This is how #aebbdd Color code will look on white background color. Color contrast ratio is 1.92

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

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