crispedge.com

Color picker

Loading...

#a4bbdd hex color - Blue - Cool color - Information

#a4bbdd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #a4bbdd Color code in RGB color code model is created after adding 64.31% red color, 73.33% green color and 86.67% blue color. Hex #a4bbdd Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 15% magenta, 0% yellow and 13% black.

Hex #a4bbdd color code is between #aaaacc web safe hex color code and #99ccee web safe hex color code. #aaaacc is the nearest web safe color code. You can see here many more shades of #a4bbdd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea4bbdd#a4bbdd
RGB Decimal164, 187, 221rgb(164, 187, 221)
RGB Percent64%, 73%, 87%rgb(64%, 73%, 87%)
CSS RGBa164, 187, 221,1rgba(164,187,221,1)
CMYK Modelcmyk(26%,15%,0%,13%)
HSL Color Space216,46% ,75%hsl(216,46% ,75%)
HSV Color Space216°, 26%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001011101111011101
Octal244273335
Decimal164187221
Hexa4bbdd

Different shades of #a4bbdd color code.

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

Light Shade of #a4bbdd
#c9d7eb
Dark Shade of #a4bbdd
#7f9fcf
Saturated Shade of #a4bbdd
#9ebae3
Desaturated Shade of #a4bbdd
#aabcd7
Grey scale Shade of #a4bbdd
#c0c0c0
Brighten Shade
#bdd4f6
Most Readable Shade
#000000

Shades of #a4bbdd color code

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

#a4bbdd
#91a6c4
#7f91ab
#6d7c93
#5b677a
#485362
#363e49
#242931
#121418
#000000

Similar Color like #a4bbdd color

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

#a5bcde
#a6bddf
#a7bee0
#a8bfe1
#a9c0e2
#aac1e3
#abc2e4
#acc3e5
#adc4e6
#aec5e7
#afc6e8
#b0c7e9
#b1c8ea
#b2c9eb
#a3badc
#a2b9db
#a1b8da
#a0b7d9
#9fb6d8
#9eb5d7
#9db4d6
#9cb3d5
#9bb2d4
#9ab1d3
#99b0d2
#98afd1
#97aed0
#96adcf

Monochromatic Color with #a4bbdd

#a4bbdd
#060708
#262b33
#454f5d
#657388
#8497b3

Tints of #a4bbdd Color

#a4bbdd
#aec2e0
#b8cae4
#c2d1e8
#ccd9ec
#d6e0ef
#e0e8f3
#eaeff7
#f4f7fb
#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

#a4bbdd
#ddc6a4

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

Split Complementary

#a4bbdd
#ddaaa4
#d8dda4

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

Analogous Color

#a4d2dd
#a4c6dd
#a4bbdd
#a4b0dd
#a4a4dd

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

#a4bbdd
#dda4bb
#bbdda4

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

#a4bbdd
#dda4d7
#ddc6a4
#a4dda9

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

#a4bbdd
#ddc6a4
#d8dda4
#aaa4dd

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

#a4bbdd Color Code Preview on Black Background Color

This is how #a4bbdd Color will look on black background color. Color contrast ratio is 10.73

#a4bbdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4bbdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4bbdd

#a4bbdd color code is use for CSS Background Color

Background color for the above div is #a4bbdd

HTML with inline CSS

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

#a4bbdd color code is use for CSS Border Color

CSS Border color for the above div is #a4bbdd

HTML with inline CSS

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

CSS Border Left color for the above div is #a4bbdd

HTML with inline CSS

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

CSS Border Right color for the above div is #a4bbdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4bbdd

HTML with inline CSS

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

CSS Border Top color for the above div is #a4bbdd

HTML with inline CSS

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

#a4bbdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4bbdd Color code Preview on White Background

This is how #a4bbdd Color code will look on white background color. Color contrast ratio is 1.96

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

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,187,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,198,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,187,221,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.