crispedge.com

Color picker

Loading...

#a9cefe hex color - Blue - Cool color - Information

#a9cefe hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #a9cefe Color code in RGB color code model is created after adding 66.27% red color, 80.78% green color and 99.61% blue color. Hex #a9cefe Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 19% magenta, 0% yellow and 0% black.

Hex #a9cefe color code is between #aaccff web safe hex color code and #99ddee web safe hex color code. #aaccff is the nearest web safe color code. You can see here many more shades of #a9cefe color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea9cefe#a9cefe
RGB Decimal169, 206, 254rgb(169, 206, 254)
RGB Percent66%, 81%, 100%rgb(66%, 81%, 100%)
CSS RGBa169, 206, 254,1rgba(169,206,254,1)
CMYK Modelcmyk(33%,19%,0%,0%)
HSL Color Space214,98% ,83%hsl(214,98% ,83%)
HSV Color Space214°, 33%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010011100111011111110
Octal251316376
Decimal169206254
Hexa9cefe

Different shades of #a9cefe color code.

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

Light Shade of #a9cefe
#dbebff
Dark Shade of #a9cefe
#77b1fd
Saturated Shade of #a9cefe
#a8ceff
Desaturated Shade of #a9cefe
#adcffa
Grey scale Shade of #a9cefe
#d3d3d3
Brighten Shade
#c2e7ff
Most Readable Shade
#000000

Shades of #a9cefe color code

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

#a9cefe
#96b7e1
#83a0c5
#7089a9
#5d728d
#4b5b70
#384454
#252d38
#12161c
#000000

Similar Color like #a9cefe color

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

#aacfff
#abd0ff
#acd1ff
#add2ff
#aed3ff
#afd4ff
#b0d5ff
#b1d6ff
#b2d7ff
#b3d8ff
#b4d9ff
#b5daff
#b6dbff
#b7dcff
#a8cdfd
#a7ccfc
#a6cbfb
#a5cafa
#a4c9f9
#a3c8f8
#a2c7f7
#a1c6f6
#a0c5f5
#9fc4f4
#9ec3f3
#9dc2f2
#9cc1f1
#9bc0f0

Monochromatic Color with #a9cefe

#a9cefe
#1c2229
#384454
#54677e
#7089a9
#8dacd3

Tints of #a9cefe Color

#a9cefe
#b2d3fe
#bcd8fe
#c5defe
#cfe3fe
#d8e9fe
#e2eefe
#ebf4fe
#f5f9fe
#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

#a9cefe
#fed9a9

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

Split Complementary

#a9cefe
#feaea9
#f9fea9

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

Analogous Color

#a9f0fe
#a9dffe
#a9cefe
#a9bdfe
#a9acfe

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

#a9cefe
#fea9ce
#cefea9

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

#a9cefe
#fea9f8
#fed9a9
#a9feae

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

#a9cefe
#fed9a9
#f9fea9
#aea9fe

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

#a9cefe Color Code Preview on Black Background Color

This is how #a9cefe Color will look on black background color. Color contrast ratio is 12.95

#a9cefe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a9cefe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a9cefe

#a9cefe color code is use for CSS Background Color

Background color for the above div is #a9cefe

HTML with inline CSS

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

#a9cefe color code is use for CSS Border Color

CSS Border color for the above div is #a9cefe

HTML with inline CSS

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

CSS Border Left color for the above div is #a9cefe

HTML with inline CSS

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

CSS Border Right color for the above div is #a9cefe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a9cefe

HTML with inline CSS

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

CSS Border Top color for the above div is #a9cefe

HTML with inline CSS

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

#a9cefe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a9cefe Color code Preview on White Background

This is how #a9cefe Color code will look on white background color. Color contrast ratio is 1.62

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

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(169,206,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,217,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,206,254,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.