@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#aeceed hex color - Blue - Cool color - Information

#aeceed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #aeceed Color code in RGB color code model is created after adding 68.24% red color, 80.78% green color and 92.94% blue color. Hex #aeceed Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 13% magenta, 0% yellow and 7.06% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code aeceed #aeceed
RGB Decimal 174, 206, 237 rgb(174, 206, 237)
RGB Percent 68%, 81%, 93% rgb(68%, 81%, 93%)
CSS RGBa 174, 206, 237,1 rgba(174,206,237,1)
CMYK Model cmyk(27%,13%,0%,7.06%)
HSL Color Space 210,64% ,81% hsl(210,64% ,81%)
HSV Color Space 210°, 27%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101110 11001110 11101101
Octal 256 316 355
Decimal 174 206 237
Hex ae ce ed

Different shades of #aeceed color code.

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

Light Shade of #aeceed
#d8e7f6
Dark Shade of #aeceed
#84b5e4
Saturated Shade of #aeceed
#a9cef2
Desaturated Shade of #aeceed
#b3cee8
Grey scale Shade of #aeceed
#cdcdcd
Brighten Shade
#c7e7ff
Most Readable Shade
#000000

Shades of #aeceed color code

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

#aeceed
#9ab7d2
#87a0b8
#74899e
#607283
#4d5b69
#3a444f
#262d34
#13161a
#000000

Similar Color like #aeceed color

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

#afcfee
#b0d0ef
#b1d1f0
#b2d2f1
#b3d3f2
#b4d4f3
#b5d5f4
#b6d6f5
#b7d7f6
#b8d8f7
#b9d9f8
#badaf9
#bbdbfa
#bcdcfb
#adcdec
#accceb
#abcbea
#aacae9
#a9c9e8
#a8c8e7
#a7c7e6
#a6c6e5
#a5c5e4
#a4c4e3
#a3c3e2
#a2c2e1
#a1c1e0
#a0c0df

Monochromatic Color with #aeceed

#aeceed
#121518
#313a43
#505f6d
#708498
#8fa9c2

Tints of #aeceed Color

#aeceed
#b7d3ef
#c0d8f1
#c9def3
#d2e3f5
#dbe9f7
#e4eef9
#edf4fb
#f6f9fd
#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

#aeceed
#edcdae

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

Split Complementary

#aeceed
#edaeaf
#edecae

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

Analogous Color

#aee7ed
#aedbed
#aeceed
#aec1ed
#aeb5ed

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

#aeceed
#edaece
#ceedae

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

#aeceed
#ecaeed
#edcdae
#aeedae

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

#aeceed
#edcdae
#edecae
#aeafed

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

#aeceed Color Code Preview on Black Background Color

This is how #aeceed Color will look on black background color. Color contrast ratio is 12.85

#aeceed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeceed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeceed

#aeceed color code is use for CSS Background Color

Background color for the above div is #aeceed

HTML with inline CSS

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

#aeceed color code is use for CSS Border Color

CSS Border color for the above div is #aeceed

HTML with inline CSS

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

CSS Border Left color for the above div is #aeceed

HTML with inline CSS

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

CSS Border Right color for the above div is #aeceed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeceed

HTML with inline CSS

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

CSS Border Top color for the above div is #aeceed

HTML with inline CSS

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

#aeceed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeceed Color code Preview on White Background

This is how #aeceed Color code will look on white background color. Color contrast ratio is 1.63

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

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,206,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,205,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,206,237,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.