crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#aed3dd hex color - Blue - Cool color - Information

#aed3dd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #aed3dd color code is between #aacccc web safe hex color code and #bbddee web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #aed3dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaed3dd#aed3dd
RGB Decimal174, 211, 221rgb(174, 211, 221)
RGB Percent68%, 83%, 87%rgb(68%, 83%, 87%)
CSS RGBa174, 211, 221,1rgba(174,211,221,1)
CMYK Modelcmyk(21%,5%,0%,13%)
HSL Color Space193,41% ,77%hsl(193,41% ,77%)
HSV Color Space193°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101001111011101
Octal256323335
Decimal174211221
Hexaed3dd

Different shades of #aed3dd color code.

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

Light Shade of #aed3dd
#d2e7ec
Dark Shade of #aed3dd
#8abfce
Saturated Shade of #aed3dd
#a8d6e3
Desaturated Shade of #aed3dd
#b4d0d7
Grey scale Shade of #aed3dd
#c5c5c5
Brighten Shade
#c7ecf6
Most Readable Shade
#000000

Shades of #aed3dd color code

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

#aed3dd
#9abbc4
#87a4ab
#748c93
#60757a
#4d5d62
#3a4649
#262e31
#131718
#000000

Similar Color like #aed3dd color

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

#afd4de
#b0d5df
#b1d6e0
#b2d7e1
#b3d8e2
#b4d9e3
#b5dae4
#b6dbe5
#b7dce6
#b8dde7
#b9dee8
#badfe9
#bbe0ea
#bce1eb
#add2dc
#acd1db
#abd0da
#aacfd9
#a9ced8
#a8cdd7
#a7ccd6
#a6cbd5
#a5cad4
#a4c9d3
#a3c8d2
#a2c7d1
#a1c6d0
#a0c5cf

Monochromatic Color with #aed3dd

#aed3dd
#070808
#283133
#4a595d
#6b8288
#8daab3

Tints of #aed3dd Color

#aed3dd
#b7d7e0
#c0dce4
#c9e1e8
#d2e6ec
#dbebef
#e4f0f3
#edf5f7
#f6fafb
#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

#aed3dd
#ddb8ae

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

Split Complementary

#aed3dd
#ddaebb
#ddd0ae

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

Analogous Color

#aeddd4
#aedcdd
#aed3dd
#aecadd
#aec0dd

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

#aed3dd
#ddaed3
#d3ddae

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

#aed3dd
#cfaedd
#ddb8ae
#bbddae

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

#aed3dd
#ddb8ae
#ddd0ae
#aebbdd

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

#aed3dd Color Code Preview on Black Background Color

This is how #aed3dd Color will look on black background color. Color contrast ratio is 13.16

#aed3dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed3dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed3dd

#aed3dd color code is use for CSS Background Color

Background color for the above div is #aed3dd

HTML with inline CSS

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

#aed3dd color code is use for CSS Border Color

CSS Border color for the above div is #aed3dd

HTML with inline CSS

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

CSS Border Left color for the above div is #aed3dd

HTML with inline CSS

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

CSS Border Right color for the above div is #aed3dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed3dd

HTML with inline CSS

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

CSS Border Top color for the above div is #aed3dd

HTML with inline CSS

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

#aed3dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed3dd Color code Preview on White Background

This is how #aed3dd Color code will look on white background color. Color contrast ratio is 1.60

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.