crispedge.com

Color picker

Loading...

#adb0da hex color - Blue - Cool color - Information

#adb0da hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adb0da Color code in RGB color code model is created after adding 67.84% red color, 69.02% green color and 85.49% blue color. Hex #adb0da Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 19% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeadb0da#adb0da
RGB Decimal173, 176, 218rgb(173, 176, 218)
RGB Percent68%, 69%, 85%rgb(68%, 69%, 85%)
CSS RGBa173, 176, 218,1rgba(173,176,218,1)
CMYK Modelcmyk(21%,19%,0%,15%)
HSL Color Space236,38% ,77%hsl(236,38% ,77%)
HSV Color Space236°, 21%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011000011011010
Octal255260332
Decimal173176218
Hexadb0da

Different shades of #adb0da color code.

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

Light Shade of #adb0da
#d0d2ea
Dark Shade of #adb0da
#8a8eca
Saturated Shade of #adb0da
#a7abe0
Desaturated Shade of #adb0da
#b3b5d4
Grey scale Shade of #adb0da
#c3c3c3
Brighten Shade
#c6c9f3
Most Readable Shade
#000000

Shades of #adb0da color code

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

#adb0da
#999cc1
#8688a9
#737591
#606179
#4c4e60
#393a48
#262730
#131318
#000000

Similar Color like #adb0da color

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

#aeb1db
#afb2dc
#b0b3dd
#b1b4de
#b2b5df
#b3b6e0
#b4b7e1
#b5b8e2
#b6b9e3
#b7bae4
#b8bbe5
#b9bce6
#babde7
#bbbee8
#acafd9
#abaed8
#aaadd7
#a9acd6
#a8abd5
#a7aad4
#a6a9d3
#a5a8d2
#a4a7d1
#a3a6d0
#a2a5cf
#a1a4ce
#a0a3cd
#9fa2cc

Monochromatic Color with #adb0da

#adb0da
#040405
#262730
#48495a
#6a6b85
#8b8eaf

Tints of #adb0da Color

#adb0da
#b6b8de
#bfc1e2
#c8cae6
#d1d3ea
#dadbee
#e3e4f2
#ecedf6
#f5f6fa
#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

#adb0da
#dad7ad

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

Split Complementary

#adb0da
#dac1ad
#c7daad

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

Analogous Color

#adc2da
#adb9da
#adb0da
#b3adda
#bcadda

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

#adb0da
#daadb0
#b0daad

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

#adb0da
#daadc6
#dad7ad
#addac0

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

#adb0da
#dad7ad
#c7daad
#c1adda

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

#adb0da Color Code Preview on Black Background Color

This is how #adb0da Color will look on black background color. Color contrast ratio is 10.00

#adb0da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb0da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb0da

#adb0da color code is use for CSS Background Color

Background color for the above div is #adb0da

HTML with inline CSS

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

#adb0da color code is use for CSS Border Color

CSS Border color for the above div is #adb0da

HTML with inline CSS

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

CSS Border Left color for the above div is #adb0da

HTML with inline CSS

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

CSS Border Right color for the above div is #adb0da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb0da

HTML with inline CSS

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

CSS Border Top color for the above div is #adb0da

HTML with inline CSS

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

#adb0da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb0da Color code Preview on White Background

This is how #adb0da Color code will look on white background color. Color contrast ratio is 2.10

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

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,176,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,215,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,176,218,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.