crispedge.com

Color picker

Loading...

#adbbfb hex color - Blue - Cool color - Information

#adbbfb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adbbfb Color code in RGB color code model is created after adding 67.84% red color, 73.33% green color and 98.43% blue color. Hex #adbbfb Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 25% magenta, 0% yellow and 2% black.

Hex #adbbfb color code is between #aaaaff web safe hex color code and #bbccee web safe hex color code. #aaaaff is the nearest web safe color code. You can see here many more shades of #adbbfb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadbbfb#adbbfb
RGB Decimal173, 187, 251rgb(173, 187, 251)
RGB Percent68%, 73%, 98%rgb(68%, 73%, 98%)
CSS RGBa173, 187, 251,1rgba(173,187,251,1)
CMYK Modelcmyk(31%,25%,0%,2%)
HSL Color Space229,91% ,83%hsl(229,91% ,83%)
HSV Color Space229°, 31%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011101111111011
Octal255273373
Decimal173187251
Hexadbbfb

Different shades of #adbbfb color code.

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

Light Shade of #adbbfb
#dee3fd
Dark Shade of #adbbfb
#7c93f9
Saturated Shade of #adbbfb
#a9b8ff
Desaturated Shade of #adbbfb
#b1bef7
Grey scale Shade of #adbbfb
#d4d4d4
Brighten Shade
#c6d4ff
Most Readable Shade
#000000

Shades of #adbbfb color code

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

#adbbfb
#99a6df
#8691c3
#737ca7
#60678b
#4c536f
#393e53
#262937
#13141b
#000000

Similar Color like #adbbfb color

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

#aebcfc
#afbdfd
#b0befe
#b1bfff
#b2c0ff
#b3c1ff
#b4c2ff
#b5c3ff
#b6c4ff
#b7c5ff
#b8c6ff
#b9c7ff
#bac8ff
#bbc9ff
#acbafa
#abb9f9
#aab8f8
#a9b7f7
#a8b6f6
#a7b5f5
#a6b4f4
#a5b3f3
#a4b2f2
#a3b1f1
#a2b0f0
#a1afef
#a0aeee
#9faded

Monochromatic Color with #adbbfb

#adbbfb
#1b1d26
#383c51
#555c7b
#727ca6
#909bd0

Tints of #adbbfb Color

#adbbfb
#b6c2fb
#bfcafb
#c8d1fc
#d1d9fc
#dae0fd
#e3e8fd
#eceffe
#f5f7fe
#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

#adbbfb
#fbedad

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

Split Complementary

#adbbfb
#fbc6ad
#e2fbad

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

Analogous Color

#addafb
#adcbfb
#adbbfb
#afadfb
#beadfb

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

#adbbfb
#fbadbb
#bbfbad

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

#adbbfb
#fbade2
#fbedad
#adfbc6

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

#adbbfb
#fbedad
#e2fbad
#c6adfb

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

#adbbfb Color Code Preview on Black Background Color

This is how #adbbfb Color will look on black background color. Color contrast ratio is 11.28

#adbbfb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbbfb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbbfb

#adbbfb color code is use for CSS Background Color

Background color for the above div is #adbbfb

HTML with inline CSS

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

#adbbfb color code is use for CSS Border Color

CSS Border color for the above div is #adbbfb

HTML with inline CSS

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

CSS Border Left color for the above div is #adbbfb

HTML with inline CSS

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

CSS Border Right color for the above div is #adbbfb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbbfb

HTML with inline CSS

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

CSS Border Top color for the above div is #adbbfb

HTML with inline CSS

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

#adbbfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbbfb Color code Preview on White Background

This is how #adbbfb Color code will look on white background color. Color contrast ratio is 1.86

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

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,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,237,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,187,251,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.