crispedge.com

Color picker

Loading...

#aeceeb hex color - Blue - Cool color - Information

#aeceeb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #aeceeb Color code in RGB color code model is created after adding 68.24% red color, 80.78% green color and 92.16% blue color. Hex #aeceeb Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 12% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaeceeb#aeceeb
RGB Decimal174, 206, 235rgb(174, 206, 235)
RGB Percent68%, 81%, 92%rgb(68%, 81%, 92%)
CSS RGBa174, 206, 235,1rgba(174,206,235,1)
CMYK Modelcmyk(26%,12%,0%,8%)
HSL Color Space209,60% ,80%hsl(209,60% ,80%)
HSV Color Space209°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101100111011101011
Octal256316353
Decimal174206235
Hexaeceeb

Different shades of #aeceeb color code.

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

Light Shade of #aeceeb
#d7e7f5
Dark Shade of #aeceeb
#85b5e1
Saturated Shade of #aeceeb
#a9cef0
Desaturated Shade of #aeceeb
#b3cee6
Grey scale Shade of #aeceeb
#cccccc
Brighten Shade
#c7e7ff
Most Readable Shade
#000000

Shades of #aeceeb color code

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

#aeceeb
#9ab7d0
#87a0b6
#74899c
#607282
#4d5b68
#3a444e
#262d34
#13161a
#000000

Similar Color like #aeceeb color

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

#afcfec
#b0d0ed
#b1d1ee
#b2d2ef
#b3d3f0
#b4d4f1
#b5d5f2
#b6d6f3
#b7d7f4
#b8d8f5
#b9d9f6
#badaf7
#bbdbf8
#bcdcf9
#adcdea
#accce9
#abcbe8
#aacae7
#a9c9e6
#a8c8e5
#a7c7e4
#a6c6e3
#a5c5e2
#a4c4e1
#a3c3e0
#a2c2df
#a1c1de
#a0c0dd

Monochromatic Color with #aeceeb

#aeceeb
#111416
#303941
#505e6b
#6f8396
#8fa9c0

Tints of #aeceeb Color

#aeceeb
#b7d3ed
#c0d8ef
#c9def1
#d2e3f3
#dbe9f6
#e4eef8
#edf4fa
#f6f9fc
#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

#aeceeb
#ebcbae

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

Split Complementary

#aeceeb
#ebaeb0
#ebeaae

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

Analogous Color

#aee6eb
#aedaeb
#aeceeb
#aec2eb
#aeb6eb

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

#aeceeb
#ebaece
#ceebae

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

#aeceeb
#e9aeeb
#ebcbae
#afebae

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

#aeceeb
#ebcbae
#ebeaae
#aeb0eb

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

#aeceeb Color Code Preview on Black Background Color

This is how #aeceeb Color will look on black background color. Color contrast ratio is 12.83

#aeceeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeceeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeceeb

#aeceeb color code is use for CSS Background Color

Background color for the above div is #aeceeb

HTML with inline CSS

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

#aeceeb color code is use for CSS Border Color

CSS Border color for the above div is #aeceeb

HTML with inline CSS

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

CSS Border Left color for the above div is #aeceeb

HTML with inline CSS

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

CSS Border Right color for the above div is #aeceeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeceeb

HTML with inline CSS

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

CSS Border Top color for the above div is #aeceeb

HTML with inline CSS

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

#aeceeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeceeb Color code Preview on White Background

This is how #aeceeb Color code will look on white background color. Color contrast ratio is 1.64

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.