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

#adbde9 hex color - Blue - Cool color - Information

#adbde9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adbde9 Color code in RGB color code model is created after adding 67.84% red color, 74.12% green color and 91.37% blue color. Hex #adbde9 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 19% magenta, 0% yellow and 8.63% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code adbde9 #adbde9
RGB Decimal 173, 189, 233 rgb(173, 189, 233)
RGB Percent 68%, 74%, 91% rgb(68%, 74%, 91%)
CSS RGBa 173, 189, 233,1 rgba(173,189,233,1)
CMYK Model cmyk(26%,19%,0%,8.63%)
HSL Color Space 224,58% ,80% hsl(224,58% ,80%)
HSV Color Space 224°, 26%, 91%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 10111101 11101001
Octal 255 275 351
Decimal 173 189 233
Hex ad bd e9

Different shades of #adbde9 color code.

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

Light Shade of #adbde9
#d5ddf4
Dark Shade of #adbde9
#859dde
Saturated Shade of #adbde9
#a8bbee
Desaturated Shade of #adbde9
#b2bfe4
Grey scale Shade of #adbde9
#cbcbcb
Brighten Shade
#c6d6ff
Most Readable Shade
#000000

Shades of #adbde9 color code

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

#adbde9
#99a8cf
#8693b5
#737e9b
#606981
#4c5467
#393f4d
#262a33
#131519
#000000

Similar Color like #adbde9 color

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

#aebeea
#afbfeb
#b0c0ec
#b1c1ed
#b2c2ee
#b3c3ef
#b4c4f0
#b5c5f1
#b6c6f2
#b7c7f3
#b8c8f4
#b9c9f5
#bacaf6
#bbcbf7
#acbce8
#abbbe7
#aabae6
#a9b9e5
#a8b8e4
#a7b7e3
#a6b6e2
#a5b5e1
#a4b4e0
#a3b3df
#a2b2de
#a1b1dd
#a0b0dc
#9fafdb

Monochromatic Color with #adbde9

#adbde9
#0f1114
#2f333f
#4e5669
#6e7894
#8d9bbe

Tints of #adbde9 Color

#adbde9
#b6c4eb
#bfcbed
#c8d3f0
#d1daf2
#dae1f5
#e3e9f7
#ecf0fa
#f5f7fc
#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

#adbde9
#e9d9ad

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

Split Complementary

#adbde9
#e9bbad
#dbe9ad

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

Analogous Color

#add5e9
#adc9e9
#adbde9
#adb1e9
#b5ade9

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

#adbde9
#e9adbd
#bde9ad

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

#adbde9
#e9addb
#e9d9ad
#ade9bb

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

#adbde9
#e9d9ad
#dbe9ad
#bbade9

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

#adbde9 Color Code Preview on Black Background Color

This is how #adbde9 Color will look on black background color. Color contrast ratio is 11.23

#adbde9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbde9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbde9

#adbde9 color code is use for CSS Background Color

Background color for the above div is #adbde9

HTML with inline CSS

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

#adbde9 color code is use for CSS Border Color

CSS Border color for the above div is #adbde9

HTML with inline CSS

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

CSS Border Left color for the above div is #adbde9

HTML with inline CSS

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

CSS Border Right color for the above div is #adbde9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbde9

HTML with inline CSS

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

CSS Border Top color for the above div is #adbde9

HTML with inline CSS

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

#adbde9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbde9 Color code Preview on White Background

This is how #adbde9 Color code will look on white background color. Color contrast ratio is 1.87

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

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,189,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(233,217,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,189,233,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.