crispedge.com

Color picker

Loading...

#adbecb hex color - Blue - Cool color - Information

#adbecb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #adbecb color code is between #aabbcc web safe hex color code and #bbccbb web safe hex color code. #aabbcc is the nearest web safe color code. You can see here many more shades of #adbecb color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeadbecb#adbecb
RGB Decimal173, 190, 203rgb(173, 190, 203)
RGB Percent68%, 75%, 80%rgb(68%, 75%, 80%)
CSS RGBa173, 190, 203,1rgba(173,190,203,1)
CMYK Modelcmyk(15%,6%,0%,20%)
HSL Color Space206,22% ,74%hsl(206,22% ,74%)
HSV Color Space206°, 15%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011111011001011
Octal255276313
Decimal173190203
Hexadbecb

Different shades of #adbecb color code.

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

Light Shade of #adbecb
#ccd7df
Dark Shade of #adbecb
#8ea5b7
Saturated Shade of #adbecb
#a6bfd2
Desaturated Shade of #adbecb
#b4bdc4
Grey scale Shade of #adbecb
#bcbcbc
Brighten Shade
#c6d7e4
Most Readable Shade
#000000

Shades of #adbecb color code

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

#adbecb
#99a8b4
#86939d
#737e87
#606970
#4c545a
#393f43
#262a2d
#131516
#000000

Similar Color like #adbecb color

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

#aebfcc
#afc0cd
#b0c1ce
#b1c2cf
#b2c3d0
#b3c4d1
#b4c5d2
#b5c6d3
#b6c7d4
#b7c8d5
#b8c9d6
#b9cad7
#bacbd8
#bbccd9
#acbdca
#abbcc9
#aabbc8
#a9bac7
#a8b9c6
#a7b8c5
#a6b7c4
#a5b6c3
#a4b5c2
#a3b4c1
#a2b3c0
#a1b2bf
#a0b1be
#9fb0bd

Monochromatic Color with #adbecb

#adbecb
#d1e6f5
#1c1f21
#40474b
#656e76
#8996a0

Tints of #adbecb Color

#adbecb
#b6c5d0
#bfccd6
#c8d3dc
#d1dae2
#dae2e7
#e3e9ed
#ecf0f3
#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

#adbecb
#cbbaad

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

Split Complementary

#adbecb
#cbadaf
#cbc9ad

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

Analogous Color

#adcacb
#adc4cb
#adbecb
#adb8cb
#adb2cb

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

#adbecb
#cbadbe
#becbad

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

#adbecb
#c9adcb
#cbbaad
#afcbad

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

#adbecb
#cbbaad
#cbc9ad
#adafcb

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

#adbecb Color Code Preview on Black Background Color

This is how #adbecb Color will look on black background color. Color contrast ratio is 11.00

#adbecb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbecb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbecb

#adbecb color code is use for CSS Background Color

Background color for the above div is #adbecb

HTML with inline CSS

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

#adbecb color code is use for CSS Border Color

CSS Border color for the above div is #adbecb

HTML with inline CSS

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

CSS Border Left color for the above div is #adbecb

HTML with inline CSS

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

CSS Border Right color for the above div is #adbecb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbecb

HTML with inline CSS

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

CSS Border Top color for the above div is #adbecb

HTML with inline CSS

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

#adbecb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbecb Color code Preview on White Background

This is how #adbecb Color code will look on white background color. Color contrast ratio is 1.91

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

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,190,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,186,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,190,203,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.