crispedge.com

Color picker

Loading...

#aee6ec hex color - Blue - Cool color - Information

#aee6ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aee6ec Color code in RGB color code model is created after adding 68.24% red color, 90.2% green color and 92.55% blue color. Hex #aee6ec Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 3% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaee6ec#aee6ec
RGB Decimal174, 230, 236rgb(174, 230, 236)
RGB Percent68%, 90%, 93%rgb(68%, 90%, 93%)
CSS RGBa174, 230, 236,1rgba(174,230,236,1)
CMYK Modelcmyk(26%,3%,0%,7%)
HSL Color Space186,62% ,80%hsl(186,62% ,80%)
HSV Color Space186°, 26%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101110011011101100
Octal256346354
Decimal174230236
Hexaee6ec

Different shades of #aee6ec color code.

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

Light Shade of #aee6ec
#d7f3f6
Dark Shade of #aee6ec
#85d9e2
Saturated Shade of #aee6ec
#a9eaf1
Desaturated Shade of #aee6ec
#b3e2e7
Grey scale Shade of #aee6ec
#cdcdcd
Brighten Shade
#c7ffff
Most Readable Shade
#000000

Shades of #aee6ec color code

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

#aee6ec
#9accd1
#87b2b7
#74999d
#607f83
#4d6668
#3a4c4e
#263334
#13191a
#000000

Similar Color like #aee6ec color

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

#afe7ed
#b0e8ee
#b1e9ef
#b2eaf0
#b3ebf1
#b4ecf2
#b5edf3
#b6eef4
#b7eff5
#b8f0f6
#b9f1f7
#baf2f8
#bbf3f9
#bcf4fa
#ade5eb
#ace4ea
#abe3e9
#aae2e8
#a9e1e7
#a8e0e6
#a7dfe5
#a6dee4
#a5dde3
#a4dce2
#a3dbe1
#a2dae0
#a1d9df
#a0d8de

Monochromatic Color with #aee6ec

#aee6ec
#111717
#314042
#506a6c
#6f9397
#8fbdc1

Tints of #aee6ec Color

#aee6ec
#b7e8ee
#c0ebf0
#c9eef2
#d2f1f4
#dbf3f6
#e4f6f8
#edf9fa
#f6fcfc
#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

#aee6ec
#ecb4ae

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

Split Complementary

#aee6ec
#ecaec7
#ecd3ae

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

Analogous Color

#aeecd9
#aeece6
#aee6ec
#aedaec
#aecdec

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

#aee6ec
#ecaee6
#e6ecae

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

#aee6ec
#d3aeec
#ecb4ae
#c7ecae

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

#aee6ec
#ecb4ae
#ecd3ae
#aec7ec

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

#aee6ec Color Code Preview on Black Background Color

This is how #aee6ec Color will look on black background color. Color contrast ratio is 15.33

#aee6ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aee6ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aee6ec

#aee6ec color code is use for CSS Background Color

Background color for the above div is #aee6ec

HTML with inline CSS

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

#aee6ec color code is use for CSS Border Color

CSS Border color for the above div is #aee6ec

HTML with inline CSS

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

CSS Border Left color for the above div is #aee6ec

HTML with inline CSS

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

CSS Border Right color for the above div is #aee6ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aee6ec

HTML with inline CSS

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

CSS Border Top color for the above div is #aee6ec

HTML with inline CSS

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

#aee6ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aee6ec Color code Preview on White Background

This is how #aee6ec Color code will look on white background color. Color contrast ratio is 1.37

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

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,230,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,180,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,230,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.