crispedge.com

Color picker

Loading...

#aebcfd hex color - Blue - Cool color - Information

#aebcfd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aebcfd Color code in RGB color code model is created after adding 68.24% red color, 73.73% green color and 99.22% blue color. Hex #aebcfd Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 26% magenta, 0% yellow and 1% black.

Hex #aebcfd color code is between #aabbff web safe hex color code and #bbccee web safe hex color code. #aabbff is the nearest web safe color code. You can see here many more shades of #aebcfd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaebcfd#aebcfd
RGB Decimal174, 188, 253rgb(174, 188, 253)
RGB Percent68%, 74%, 99%rgb(68%, 74%, 99%)
CSS RGBa174, 188, 253,1rgba(174,188,253,1)
CMYK Modelcmyk(31%,26%,0%,1%)
HSL Color Space229,95% ,84%hsl(229,95% ,84%)
HSV Color Space229°, 31%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101011110011111101
Octal256274375
Decimal174188253
Hexaebcfd

Different shades of #aebcfd color code.

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

Light Shade of #aebcfd
#e0e5fe
Dark Shade of #aebcfd
#7c93fc
Saturated Shade of #aebcfd
#acbbff
Desaturated Shade of #aebcfd
#b2bff9
Grey scale Shade of #aebcfd
#d5d5d5
Brighten Shade
#c7d5ff
Most Readable Shade
#000000

Shades of #aebcfd color code

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

#aebcfd
#9aa7e0
#8792c4
#747da8
#60688c
#4d5370
#3a3e54
#262938
#13141c
#000000

Similar Color like #aebcfd color

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

#afbdfe
#b0beff
#b1bfff
#b2c0ff
#b3c1ff
#b4c2ff
#b5c3ff
#b6c4ff
#b7c5ff
#b8c6ff
#b9c7ff
#bac8ff
#bbc9ff
#bccaff
#adbbfc
#acbafb
#abb9fa
#aab8f9
#a9b7f8
#a8b6f7
#a7b5f6
#a6b4f5
#a5b3f4
#a4b2f3
#a3b1f2
#a2b0f1
#a1aff0
#a0aeef

Monochromatic Color with #aebcfd

#aebcfd
#1c1e28
#393e53
#565d7d
#747da8
#919cd2

Tints of #aebcfd Color

#aebcfd
#b7c3fd
#c0cafd
#c9d2fd
#d2d9fd
#dbe1fe
#e4e8fe
#edf0fe
#f6f7fe
#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

#aebcfd
#fdefae

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

Split Complementary

#aebcfd
#fdc8ae
#e3fdae

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

Analogous Color

#aedcfd
#aeccfd
#aebcfd
#b0aefd
#c0aefd

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

#aebcfd
#fdaebc
#bcfdae

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

#aebcfd
#fdaee3
#fdefae
#aefdc7

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

#aebcfd
#fdefae
#e3fdae
#c8aefd

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

#aebcfd Color Code Preview on Black Background Color

This is how #aebcfd Color will look on black background color. Color contrast ratio is 11.41

#aebcfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebcfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aebcfd

#aebcfd color code is use for CSS Background Color

Background color for the above div is #aebcfd

HTML with inline CSS

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

#aebcfd color code is use for CSS Border Color

CSS Border color for the above div is #aebcfd

HTML with inline CSS

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

CSS Border Left color for the above div is #aebcfd

HTML with inline CSS

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

CSS Border Right color for the above div is #aebcfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aebcfd

HTML with inline CSS

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

CSS Border Top color for the above div is #aebcfd

HTML with inline CSS

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

#aebcfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aebcfd Color code Preview on White Background

This is how #aebcfd Color code will look on white background color. Color contrast ratio is 1.84

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.