crispedge.com

Color picker

Loading...

#aef3fc hex color - Blue - Cool color - Information

#aef3fc hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #aef3fc color code is between #aaeeff web safe hex color code and #bbffee web safe hex color code. #aaeeff is the nearest web safe color code. You can see here many more shades of #aef3fc color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaef3fc#aef3fc
RGB Decimal174, 243, 252rgb(174, 243, 252)
RGB Percent68%, 95%, 99%rgb(68%, 95%, 99%)
CSS RGBa174, 243, 252,1rgba(174,243,252,1)
CMYK Modelcmyk(31%,4%,0%,1%)
HSL Color Space187,93% ,84%hsl(187,93% ,84%)
HSV Color Space187°, 31%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101111001111111100
Octal256363374
Decimal174243252
Hexaef3fc

Different shades of #aef3fc color code.

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

Light Shade of #aef3fc
#dffafe
Dark Shade of #aef3fc
#7decfa
Saturated Shade of #aef3fc
#abf5ff
Desaturated Shade of #aef3fc
#b2f0f8
Grey scale Shade of #aef3fc
#d5d5d5
Brighten Shade
#c7ffff
Most Readable Shade
#000000

Shades of #aef3fc color code

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

#aef3fc
#9ad8e0
#87bdc4
#74a2a8
#60878c
#4d6c70
#3a5154
#263638
#131b1c
#000000

Similar Color like #aef3fc color

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

#aff4fd
#b0f5fe
#b1f6ff
#b2f7ff
#b3f8ff
#b4f9ff
#b5faff
#b6fbff
#b7fcff
#b8fdff
#b9feff
#baffff
#bbffff
#bcffff
#adf2fb
#acf1fa
#abf0f9
#aaeff8
#a9eef7
#a8edf6
#a7ecf5
#a6ebf4
#a5eaf3
#a4e9f2
#a3e8f1
#a2e7f0
#a1e6ef
#a0e5ee

Monochromatic Color with #aef3fc

#aef3fc
#1b2627
#394f52
#56787c
#73a1a7
#91cad1

Tints of #aef3fc Color

#aef3fc
#b7f4fc
#c0f5fc
#c9f7fd
#d2f8fd
#dbf9fd
#e4fbfe
#edfcfe
#f6fdfe
#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

#aef3fc
#fcb7ae

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

Split Complementary

#aef3fc
#fcaecc
#fcdeae

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

Analogous Color

#aefce6
#aefcf5
#aef3fc
#aee3fc
#aed4fc

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

#aef3fc
#fcaef3
#f3fcae

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

#aef3fc
#deaefc
#fcb7ae
#ccfcae

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

#aef3fc
#fcb7ae
#fcdeae
#aeccfc

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

#aef3fc Color Code Preview on Black Background Color

This is how #aef3fc Color will look on black background color. Color contrast ratio is 17.03

#aef3fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef3fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aef3fc

#aef3fc color code is use for CSS Background Color

Background color for the above div is #aef3fc

HTML with inline CSS

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

#aef3fc color code is use for CSS Border Color

CSS Border color for the above div is #aef3fc

HTML with inline CSS

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

CSS Border Left color for the above div is #aef3fc

HTML with inline CSS

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

CSS Border Right color for the above div is #aef3fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aef3fc

HTML with inline CSS

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

CSS Border Top color for the above div is #aef3fc

HTML with inline CSS

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

#aef3fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aef3fc Color code Preview on White Background

This is how #aef3fc Color code will look on white background color. Color contrast ratio is 1.23

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

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,243,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,183,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,243,252,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.