@
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.

#adaebb hex color - Blue - Cool color - Information

#adaebb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adaebb Color code in RGB color code model is created after adding 67.84% red color, 68.24% green color and 73.33% blue color. Hex #adaebb Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 7% magenta, 0% yellow and 26.67% black.

Hex #adaebb color code is between #aaaaaa web safe hex color code and #bbbbcc web safe hex color code. #aaaaaa is the nearest web safe color code. You can see here many more shades of #adaebb color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code adaebb #adaebb
RGB Decimal 173, 174, 187 rgb(173, 174, 187)
RGB Percent 68%, 68%, 73% rgb(68%, 68%, 73%)
CSS RGBa 173, 174, 187,1 rgba(173,174,187,1)
CMYK Model cmyk(7%,7%,0%,26.67%)
HSL Color Space 236,9% ,71% hsl(236,9% ,71%)
HSV Color Space 236°, 7%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 10101110 10111011
Octal 255 256 273
Decimal 173 174 187
Hex ad ae bb

Different shades of #adaebb color code.

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

Light Shade of #adaebb
#c9cad2
Dark Shade of #adaebb
#9192a4
Saturated Shade of #adaebb
#a5a8c2
Desaturated Shade of #adaebb
#b4b4b4
Grey scale Shade of #adaebb
#b4b4b4
Brighten Shade
#c6c7d4
Most Readable Shade
#000000

Shades of #adaebb color code

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

#adaebb
#999aa6
#868791
#73747c
#606067
#4c4d53
#393a3e
#262629
#131314
#000000

Similar Color like #adaebb color

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

#aeafbc
#afb0bd
#b0b1be
#b1b2bf
#b2b3c0
#b3b4c1
#b4b5c2
#b5b6c3
#b6b7c4
#b7b8c5
#b8b9c6
#b9bac7
#babbc8
#bbbcc9
#acadba
#abacb9
#aaabb8
#a9aab7
#a8a9b6
#a7a8b5
#a6a7b4
#a5a6b3
#a4a5b2
#a3a4b1
#a2a3b0
#a1a2af
#a0a1ae
#9fa0ad

Monochromatic Color with #adaebb

#adaebb
#d4d6e5
#101011
#37373b
#5e5f66
#868690

Tints of #adaebb Color

#adaebb
#b6b7c2
#bfc0ca
#c8c9d1
#d1d2d9
#dadbe0
#e3e4e8
#ecedef
#f5f6f7
#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

#adaebb
#bbbaad

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

Split Complementary

#adaebb
#bbb3ad
#b5bbad

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

Analogous Color

#adb4bb
#adb1bb
#adaebb
#afadbb
#b2adbb

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

#adaebb
#bbadae
#aebbad

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

#adaebb
#bbadb5
#bbbaad
#adbbb3

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

#adaebb
#bbbaad
#b5bbad
#b3adbb

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

#adaebb Color Code Preview on Black Background Color

This is how #adaebb Color will look on black background color. Color contrast ratio is 9.55

#adaebb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adaebb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adaebb

#adaebb color code is use for CSS Background Color

Background color for the above div is #adaebb

HTML with inline CSS

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

#adaebb color code is use for CSS Border Color

CSS Border color for the above div is #adaebb

HTML with inline CSS

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

CSS Border Left color for the above div is #adaebb

HTML with inline CSS

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

CSS Border Right color for the above div is #adaebb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adaebb

HTML with inline CSS

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

CSS Border Top color for the above div is #adaebb

HTML with inline CSS

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

#adaebb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adaebb Color code Preview on White Background

This is how #adaebb Color code will look on white background color. Color contrast ratio is 2.20

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.