@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#adbbcc hex color - Blue - Cool color - Information

#adbbcc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #adbbcc Color code in RGB color code model is created after adding 67.84% red color, 73.33% green color and 80% blue color. Hex #adbbcc Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 8% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code adbbcc #adbbcc
RGB Decimal 173, 187, 204 rgb(173, 187, 204)
RGB Percent 68%, 73%, 80% rgb(68%, 73%, 80%)
CSS RGBa 173, 187, 204,1 rgba(173,187,204,1)
CMYK Model cmyk(15%,8%,0%,20%)
HSL Color Space 213,23% ,74% hsl(213,23% ,74%)
HSV Color Space 213°, 15%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 10111011 11001100
Octal 255 273 314
Decimal 173 187 204
Hex ad bb cc

Different shades of #adbbcc color code.

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

Light Shade of #adbbcc
#ccd5e0
Dark Shade of #adbbcc
#8ea1b8
Saturated Shade of #adbbcc
#a6bad3
Desaturated Shade of #adbbcc
#b4bcc5
Grey scale Shade of #adbbcc
#bcbcbc
Brighten Shade
#c6d4e5
Most Readable Shade
#000000

Shades of #adbbcc color code

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

#adbbcc
#99a6b5
#86919e
#737c88
#606771
#4c535a
#393e44
#26292d
#131416
#000000

Similar Color like #adbbcc color

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

#aebccd
#afbdce
#b0becf
#b1bfd0
#b2c0d1
#b3c1d2
#b4c2d3
#b5c3d4
#b6c4d5
#b7c5d6
#b8c6d7
#b9c7d8
#bac8d9
#bbc9da
#acbacb
#abb9ca
#aab8c9
#a9b7c8
#a8b6c7
#a7b5c6
#a6b4c5
#a5b3c4
#a4b2c3
#a3b1c2
#a2b0c1
#a1afc0
#a0aebf
#9fadbe

Monochromatic Color with #adbbcc

#adbbcc
#d1e2f6
#1d1f22
#41464c
#656d77
#8994a1

Tints of #adbbcc Color

#adbbcc
#b6c2d1
#bfcad7
#c8d1dd
#d1d9e2
#dae0e8
#e3e8ee
#eceff3
#f5f7f9
#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

#adbbcc
#ccbead

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

Split Complementary

#adbbcc
#ccafad
#cbccad

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

Analogous Color

#adc7cc
#adc1cc
#adbbcc
#adb5cc
#adafcc

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

#adbbcc
#ccadbb
#bbccad

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

#adbbcc
#ccadca
#ccbead
#adccaf

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

#adbbcc
#ccbead
#cbccad
#afadcc

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

#adbbcc Color Code Preview on Black Background Color

This is how #adbbcc Color will look on black background color. Color contrast ratio is 10.76

#adbbcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbbcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbbcc

#adbbcc color code is use for CSS Background Color

Background color for the above div is #adbbcc

HTML with inline CSS

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

#adbbcc color code is use for CSS Border Color

CSS Border color for the above div is #adbbcc

HTML with inline CSS

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

CSS Border Left color for the above div is #adbbcc

HTML with inline CSS

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

CSS Border Right color for the above div is #adbbcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbbcc

HTML with inline CSS

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

CSS Border Top color for the above div is #adbbcc

HTML with inline CSS

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

#adbbcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbbcc Color code Preview on White Background

This is how #adbbcc Color code will look on white background color. Color contrast ratio is 1.95

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

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(173,187,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,190,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,187,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.