crispedge.com

Color picker

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

#aed1dd hex color - Blue - Cool color - Information

#aed1dd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #aed1dd 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 #aed1dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaed1dd#aed1dd
RGB Decimal174, 209, 221rgb(174, 209, 221)
RGB Percent68%, 82%, 87%rgb(68%, 82%, 87%)
CSS RGBa174, 209, 221,1rgba(174,209,221,1)
CMYK Modelcmyk(21%,5%,0%,13%)
HSL Color Space195,41% ,77%hsl(195,41% ,77%)
HSV Color Space195°, 21%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101101000111011101
Octal256321335
Decimal174209221
Hexaed1dd

Different shades of #aed1dd color code.

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

Light Shade of #aed1dd
#d2e5ec
Dark Shade of #aed1dd
#8abdce
Saturated Shade of #aed1dd
#a8d4e3
Desaturated Shade of #aed1dd
#b4ced7
Grey scale Shade of #aed1dd
#c5c5c5
Brighten Shade
#c7eaf6
Most Readable Shade
#000000

Shades of #aed1dd color code

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

#aed1dd
#9ab9c4
#87a2ab
#748b93
#60747a
#4d5c62
#3a4549
#262e31
#131718
#000000

Similar Color like #aed1dd color

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

#afd2de
#b0d3df
#b1d4e0
#b2d5e1
#b3d6e2
#b4d7e3
#b5d8e4
#b6d9e5
#b7dae6
#b8dbe7
#b9dce8
#badde9
#bbdeea
#bcdfeb
#add0dc
#accfdb
#abceda
#aacdd9
#a9ccd8
#a8cbd7
#a7cad6
#a6c9d5
#a5c8d4
#a4c7d3
#a3c6d2
#a2c5d1
#a1c4d0
#a0c3cf

Monochromatic Color with #aed1dd

#aed1dd
#070808
#283033
#4a585d
#6b8188
#8da9b3

Tints of #aed1dd Color

#aed1dd
#b7d6e0
#c0dbe4
#c9e0e8
#d2e5ec
#dbeaef
#e4eff3
#edf4f7
#f6f9fb
#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

#aed1dd
#ddbaae

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

Split Complementary

#aed1dd
#ddaeba
#ddd2ae

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

Analogous Color

#aeddd6
#aedadd
#aed1dd
#aec8dd
#aebedd

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

#aed1dd
#ddaed1
#d1ddae

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

#aed1dd
#d1aedd
#ddbaae
#b9ddae

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

#aed1dd
#ddbaae
#ddd2ae
#aebadd

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

#aed1dd Color Code Preview on Black Background Color

This is how #aed1dd Color will look on black background color. Color contrast ratio is 12.96

#aed1dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed1dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aed1dd

#aed1dd color code is use for CSS Background Color

Background color for the above div is #aed1dd

HTML with inline CSS

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

#aed1dd color code is use for CSS Border Color

CSS Border color for the above div is #aed1dd

HTML with inline CSS

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

CSS Border Left color for the above div is #aed1dd

HTML with inline CSS

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

CSS Border Right color for the above div is #aed1dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aed1dd

HTML with inline CSS

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

CSS Border Top color for the above div is #aed1dd

HTML with inline CSS

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

#aed1dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aed1dd Color code Preview on White Background

This is how #aed1dd Color code will look on white background color. Color contrast ratio is 1.62

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

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.