crispedge.com

Color picker

Loading...

#a4ebee hex color - Blue - Cool color - Information

#a4ebee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a4ebee Color code in RGB color code model is created after adding 64.31% red color, 92.16% green color and 93.33% blue color. Hex #a4ebee Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 1% magenta, 0% yellow and 7% black.

Hex #a4ebee color code is between #aaeedd web safe hex color code and #99ddff web safe hex color code. #aaeedd is the nearest web safe color code. You can see here many more shades of #a4ebee color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea4ebee#a4ebee
RGB Decimal164, 235, 238rgb(164, 235, 238)
RGB Percent64%, 92%, 93%rgb(64%, 92%, 93%)
CSS RGBa164, 235, 238,1rgba(164,235,238,1)
CMYK Modelcmyk(31%,1%,0%,7%)
HSL Color Space182,69% ,79%hsl(182,69% ,79%)
HSV Color Space182°, 31%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001110101111101110
Octal244353356
Decimal164235238
Hexa4ebee

Different shades of #a4ebee color code.

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

Light Shade of #a4ebee
#cff4f6
Dark Shade of #a4ebee
#79e2e6
Saturated Shade of #a4ebee
#9ff0f3
Desaturated Shade of #a4ebee
#a9e6e9
Grey scale Shade of #a4ebee
#c9c9c9
Brighten Shade
#bdffff
Most Readable Shade
#000000

Shades of #a4ebee color code

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

#a4ebee
#91d0d3
#7fb6b9
#6d9c9e
#5b8284
#486869
#364e4f
#243434
#121a1a
#000000

Similar Color like #a4ebee color

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

#a5ecef
#a6edf0
#a7eef1
#a8eff2
#a9f0f3
#aaf1f4
#abf2f5
#acf3f6
#adf4f7
#aef5f8
#aff6f9
#b0f7fa
#b1f8fb
#b2f9fc
#a3eaed
#a2e9ec
#a1e8eb
#a0e7ea
#9fe6e9
#9ee5e8
#9de4e7
#9ce3e6
#9be2e5
#9ae1e4
#99e0e3
#98dfe2
#97dee1
#96dde0

Monochromatic Color with #a4ebee

#a4ebee
#12191a
#2f4344
#4c6d6e
#699799
#87c1c3

Tints of #a4ebee Color

#a4ebee
#aeedef
#b8eff1
#c2f1f3
#ccf3f5
#d6f6f7
#e0f8f9
#eafafb
#f4fcfd
#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

#a4ebee
#eea7a4

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

Split Complementary

#a4ebee
#eea4c6
#eecca4

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

Analogous Color

#a4eed3
#a4eee2
#a4ebee
#a4dcee
#a4cdee

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

#a4ebee
#eea4eb
#ebeea4

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

#a4ebee
#cca4ee
#eea7a4
#c6eea4

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

#a4ebee
#eea7a4
#eecca4
#a4c6ee

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

#a4ebee Color Code Preview on Black Background Color

This is how #a4ebee Color will look on black background color. Color contrast ratio is 15.70

#a4ebee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4ebee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4ebee

#a4ebee color code is use for CSS Background Color

Background color for the above div is #a4ebee

HTML with inline CSS

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

#a4ebee color code is use for CSS Border Color

CSS Border color for the above div is #a4ebee

HTML with inline CSS

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

CSS Border Left color for the above div is #a4ebee

HTML with inline CSS

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

CSS Border Right color for the above div is #a4ebee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4ebee

HTML with inline CSS

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

CSS Border Top color for the above div is #a4ebee

HTML with inline CSS

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

#a4ebee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4ebee Color code Preview on White Background

This is how #a4ebee Color code will look on white background color. Color contrast ratio is 1.34

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

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(164,235,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,167,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,235,238,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.