crispedge.com

Color picker

Loading...

#aad4ed hex color - Blue - Cool color - Information

#aad4ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #aad4ed Color code in RGB color code model is created after adding 66.67% red color, 83.14% green color and 92.94% blue color. Hex #aad4ed Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 11% magenta, 0% yellow and 7% black.

Hex #aad4ed color code is between #99ccee web safe hex color code and #bbdddd web safe hex color code. #99ccee is the nearest web safe color code. You can see here many more shades of #aad4ed color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeaad4ed#aad4ed
RGB Decimal170, 212, 237rgb(170, 212, 237)
RGB Percent67%, 83%, 93%rgb(67%, 83%, 93%)
CSS RGBa170, 212, 237,1rgba(170,212,237,1)
CMYK Modelcmyk(28%,11%,0%,7%)
HSL Color Space202,65% ,80%hsl(202,65% ,80%)
HSV Color Space202°, 28%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101010011101101
Octal252324355
Decimal170212237
Hexaad4ed

Different shades of #aad4ed color code.

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

Light Shade of #aad4ed
#d4e9f6
Dark Shade of #aad4ed
#80bfe4
Saturated Shade of #aad4ed
#a5d5f2
Desaturated Shade of #aad4ed
#afd3e8
Grey scale Shade of #aad4ed
#cbcbcb
Brighten Shade
#c3edff
Most Readable Shade
#000000

Shades of #aad4ed color code

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

#aad4ed
#97bcd2
#84a4b8
#718d9e
#5e7583
#4b5e69
#38464f
#252f34
#12171a
#000000

Similar Color like #aad4ed color

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

#abd5ee
#acd6ef
#add7f0
#aed8f1
#afd9f2
#b0daf3
#b1dbf4
#b2dcf5
#b3ddf6
#b4def7
#b5dff8
#b6e0f9
#b7e1fa
#b8e2fb
#a9d3ec
#a8d2eb
#a7d1ea
#a6d0e9
#a5cfe8
#a4cee7
#a3cde6
#a2cce5
#a1cbe4
#a0cae3
#9fc9e2
#9ec8e1
#9dc7e0
#9cc6df

Monochromatic Color with #aad4ed

#aad4ed
#121618
#303c43
#4f626d
#6d8898
#8caec2

Tints of #aad4ed Color

#aad4ed
#b3d8ef
#bcddf1
#c6e2f3
#cfe7f5
#d9ebf7
#e2f0f9
#ecf5fb
#f5fafd
#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

#aad4ed
#edc3aa

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

Split Complementary

#aad4ed
#edaab3
#ede4aa

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

Analogous Color

#aaedeb
#aae1ed
#aad4ed
#aac7ed
#aab9ed

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

#aad4ed
#edaad4
#d4edaa

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

#aad4ed
#e4aaed
#edc3aa
#b2edaa

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

#aad4ed
#edc3aa
#ede4aa
#aab3ed

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

#aad4ed Color Code Preview on Black Background Color

This is how #aad4ed Color will look on black background color. Color contrast ratio is 13.35

#aad4ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad4ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad4ed

#aad4ed color code is use for CSS Background Color

Background color for the above div is #aad4ed

HTML with inline CSS

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

#aad4ed color code is use for CSS Border Color

CSS Border color for the above div is #aad4ed

HTML with inline CSS

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

CSS Border Left color for the above div is #aad4ed

HTML with inline CSS

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

CSS Border Right color for the above div is #aad4ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aad4ed

HTML with inline CSS

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

CSS Border Top color for the above div is #aad4ed

HTML with inline CSS

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

#aad4ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aad4ed Color code Preview on White Background

This is how #aad4ed Color code will look on white background color. Color contrast ratio is 1.57

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

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(170,212,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,195,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,212,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.