crispedge.com

Color picker

Loading...

#a5bbbd hex color - Blue - Cool color - Information

#a5bbbd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #a5bbbd color code is between #aaaabb web safe hex color code and #99cccc web safe hex color code. #aaaabb is the nearest web safe color code. You can see here many more shades of #a5bbbd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea5bbbd#a5bbbd
RGB Decimal165, 187, 189rgb(165, 187, 189)
RGB Percent65%, 73%, 74%rgb(65%, 73%, 74%)
CSS RGBa165, 187, 189,1rgba(165,187,189,1)
CMYK Modelcmyk(13%,1%,0%,26%)
HSL Color Space185,15% ,69%hsl(185,15% ,69%)
HSV Color Space185°, 13%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011011101110111101
Octal245273275
Decimal165187189
Hexa5bbbd

Different shades of #a5bbbd color code.

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

Light Shade of #a5bbbd
#c2d1d3
Dark Shade of #a5bbbd
#88a5a7
Saturated Shade of #a5bbbd
#9dc1c5
Desaturated Shade of #a5bbbd
#adb4b5
Grey scale Shade of #a5bbbd
#b1b1b1
Brighten Shade
#bed4d6
Most Readable Shade
#000000

Shades of #a5bbbd color code

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

#a5bbbd
#92a6a8
#809193
#6e7c7e
#5b6769
#495354
#373e3f
#24292a
#121415
#000000

Similar Color like #a5bbbd color

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

#a6bcbe
#a7bdbf
#a8bec0
#a9bfc1
#aac0c2
#abc1c3
#acc2c4
#adc3c5
#aec4c6
#afc5c7
#b0c6c8
#b1c7c9
#b2c8ca
#b3c9cb
#a4babc
#a3b9bb
#a2b8ba
#a1b7b9
#a0b6b8
#9fb5b7
#9eb4b6
#9db3b5
#9cb2b4
#9bb1b3
#9ab0b2
#99afb1
#98aeb0
#97adaf

Monochromatic Color with #a5bbbd

#a5bbbd
#cae5e7
#111313
#363d3d
#5b6768
#809192

Tints of #a5bbbd Color

#a5bbbd
#afc2c4
#b9cacb
#c3d1d3
#cdd9da
#d7e0e1
#e1e8e9
#ebeff0
#f5f7f7
#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

#a5bbbd
#bda7a5

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

Split Complementary

#a5bbbd
#bda5af
#bdb3a5

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

Analogous Color

#a5bdb5
#a5bdba
#a5bbbd
#a5b6bd
#a5b1bd

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

#a5bbbd
#bda5bb
#bbbda5

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

#a5bbbd
#b3a5bd
#bda7a5
#afbda5

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

#a5bbbd
#bda7a5
#bdb3a5
#a5afbd

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

#a5bbbd Color Code Preview on Black Background Color

This is how #a5bbbd Color will look on black background color. Color contrast ratio is 10.44

#a5bbbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5bbbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5bbbd

#a5bbbd color code is use for CSS Background Color

Background color for the above div is #a5bbbd

HTML with inline CSS

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

#a5bbbd color code is use for CSS Border Color

CSS Border color for the above div is #a5bbbd

HTML with inline CSS

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

CSS Border Left color for the above div is #a5bbbd

HTML with inline CSS

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

CSS Border Right color for the above div is #a5bbbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5bbbd

HTML with inline CSS

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

CSS Border Top color for the above div is #a5bbbd

HTML with inline CSS

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

#a5bbbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5bbbd Color code Preview on White Background

This is how #a5bbbd Color code will look on white background color. Color contrast ratio is 2.01

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

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(165,187,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,167,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,187,189,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.