crispedge.com

Color picker

Loading...

#a0bbdc hex color - Blue - Cool color - Information

#a0bbdc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #a0bbdc Color code in RGB color code model is created after adding 62.75% red color, 73.33% green color and 86.27% blue color. Hex #a0bbdc Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 15% magenta, 0% yellow and 14% black.

Hex #a0bbdc color code is between #99aadd web safe hex color code and #aacccc web safe hex color code. #99aadd is the nearest web safe color code. You can see here many more shades of #a0bbdc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea0bbdc#a0bbdc
RGB Decimal160, 187, 220rgb(160, 187, 220)
RGB Percent63%, 73%, 86%rgb(63%, 73%, 86%)
CSS RGBa160, 187, 220,1rgba(160,187,220,1)
CMYK Modelcmyk(27%,15%,0%,14%)
HSL Color Space213,46% ,75%hsl(213,46% ,75%)
HSV Color Space213°, 27%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000001011101111011100
Octal240273334
Decimal160187220
Hexa0bbdc

Different shades of #a0bbdc color code.

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

Light Shade of #a0bbdc
#c5d6ea
Dark Shade of #a0bbdc
#7ba0ce
Saturated Shade of #a0bbdc
#99bae2
Desaturated Shade of #a0bbdc
#a6bcd5
Grey scale Shade of #a0bbdc
#bebebe
Brighten Shade
#b9d4f5
Most Readable Shade
#000000

Shades of #a0bbdc color code

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

#a0bbdc
#8ea6c3
#7c91ab
#6a7c92
#58677a
#475361
#353e49
#232930
#111418
#000000

Similar Color like #a0bbdc color

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

#a1bcdd
#a2bdde
#a3bedf
#a4bfe0
#a5c0e1
#a6c1e2
#a7c2e3
#a8c3e4
#a9c4e5
#aac5e6
#abc6e7
#acc7e8
#adc8e9
#aec9ea
#9fbadb
#9eb9da
#9db8d9
#9cb7d8
#9bb6d7
#9ab5d6
#99b4d5
#98b3d4
#97b2d3
#96b1d2
#95b0d1
#94afd0
#93aecf
#92adce

Monochromatic Color with #a0bbdc

#a0bbdc
#050607
#242a32
#434f5c
#627387
#8197b1

Tints of #a0bbdc Color

#a0bbdc
#aac2df
#b5cae3
#bfd1e7
#cad9eb
#d4e0ef
#dfe8f3
#e9eff7
#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

#a0bbdc
#dcc1a0

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

Split Complementary

#a0bbdc
#dca3a0
#d9dca0

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

Analogous Color

#a0d3dc
#a0c7dc
#a0bbdc
#a0afdc
#a0a3dc

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

#a0bbdc
#dca0bb
#bbdca0

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

#a0bbdc
#dca0d9
#dcc1a0
#a0dca3

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

#a0bbdc
#dcc1a0
#d9dca0
#a3a0dc

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

#a0bbdc Color Code Preview on Black Background Color

This is how #a0bbdc Color will look on black background color. Color contrast ratio is 10.64

#a0bbdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0bbdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0bbdc

#a0bbdc color code is use for CSS Background Color

Background color for the above div is #a0bbdc

HTML with inline CSS

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

#a0bbdc color code is use for CSS Border Color

CSS Border color for the above div is #a0bbdc

HTML with inline CSS

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

CSS Border Left color for the above div is #a0bbdc

HTML with inline CSS

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

CSS Border Right color for the above div is #a0bbdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a0bbdc

HTML with inline CSS

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

CSS Border Top color for the above div is #a0bbdc

HTML with inline CSS

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

#a0bbdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a0bbdc Color code Preview on White Background

This is how #a0bbdc Color code will look on white background color. Color contrast ratio is 1.97

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

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(160,187,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,193,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,187,220,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.