crispedge.com

Color picker

Loading...

#ade2fc hex color - Blue - Cool color - Information

#ade2fc hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #ade2fc color code is between #aaddff web safe hex color code and #bbeeee web safe hex color code. #aaddff is the nearest web safe color code. You can see here many more shades of #ade2fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeade2fc#ade2fc
RGB Decimal173, 226, 252rgb(173, 226, 252)
RGB Percent68%, 89%, 99%rgb(68%, 89%, 99%)
CSS RGBa173, 226, 252,1rgba(173,226,252,1)
CMYK Modelcmyk(31%,10%,0%,1%)
HSL Color Space200,93% ,83%hsl(200,93% ,83%)
HSV Color Space200°, 31%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011110001011111100
Octal255342374
Decimal173226252
Hexade2fc

Different shades of #ade2fc color code.

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

Light Shade of #ade2fc
#def3fe
Dark Shade of #ade2fc
#7cd1fa
Saturated Shade of #ade2fc
#aae3ff
Desaturated Shade of #ade2fc
#b1e1f8
Grey scale Shade of #ade2fc
#d4d4d4
Brighten Shade
#c6fbff
Most Readable Shade
#000000

Shades of #ade2fc color code

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

#ade2fc
#99c8e0
#86afc4
#7396a8
#607d8c
#4c6470
#394b54
#263238
#13191c
#000000

Similar Color like #ade2fc color

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

#aee3fd
#afe4fe
#b0e5ff
#b1e6ff
#b2e7ff
#b3e8ff
#b4e9ff
#b5eaff
#b6ebff
#b7ecff
#b8edff
#b9eeff
#baefff
#bbf0ff
#ace1fb
#abe0fa
#aadff9
#a9def8
#a8ddf7
#a7dcf6
#a6dbf5
#a5daf4
#a4d9f3
#a3d8f2
#a2d7f1
#a1d6f0
#a0d5ef
#9fd4ee

Monochromatic Color with #ade2fc

#ade2fc
#1b2327
#384a52
#55707c
#7396a7
#90bcd1

Tints of #ade2fc Color

#ade2fc
#b6e5fc
#bfe8fc
#c8ebfd
#d1eefd
#daf2fd
#e3f5fe
#ecf8fe
#f5fbfe
#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

#ade2fc
#fcc7ad

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

Split Complementary

#ade2fc
#fcadbb
#fcefad

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

Analogous Color

#adfcf6
#adf2fc
#ade2fc
#add2fc
#adc2fc

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

#ade2fc
#fcade2
#e2fcad

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

#ade2fc
#eeadfc
#fcc7ad
#bafcad

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

#ade2fc
#fcc7ad
#fcefad
#adbbfc

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

#ade2fc Color Code Preview on Black Background Color

This is how #ade2fc Color will look on black background color. Color contrast ratio is 15.06

#ade2fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ade2fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ade2fc

#ade2fc color code is use for CSS Background Color

Background color for the above div is #ade2fc

HTML with inline CSS

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

#ade2fc color code is use for CSS Border Color

CSS Border color for the above div is #ade2fc

HTML with inline CSS

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

CSS Border Left color for the above div is #ade2fc

HTML with inline CSS

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

CSS Border Right color for the above div is #ade2fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ade2fc

HTML with inline CSS

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

CSS Border Top color for the above div is #ade2fc

HTML with inline CSS

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

#ade2fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ade2fc Color code Preview on White Background

This is how #ade2fc Color code will look on white background color. Color contrast ratio is 1.39

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

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(173,226,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,199,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,226,252,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.