crispedge.com

Color picker

Loading...

#adbcbb hex color - Blue - Cool color - Information

#adbcbb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adbcbb Color code in RGB color code model is created after adding 67.84% red color, 73.73% green color and 73.33% blue color. Hex #adbcbb Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 1% yellow and 26% black.

Hex #adbcbb color code is between #aabbaa web safe hex color code and #bbcccc web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #adbcbb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeadbcbb#adbcbb
RGB Decimal173, 188, 187rgb(173, 188, 187)
RGB Percent68%, 74%, 73%rgb(68%, 74%, 73%)
CSS RGBa173, 188, 187,1rgba(173,188,187,1)
CMYK Modelcmyk(8%,0%,1%,26%)
HSL Color Space176,10% ,71%hsl(176,10% ,71%)
HSV Color Space176°, 8%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011110010111011
Octal255274273
Decimal173188187
Hexadbcbb

Different shades of #adbcbb color code.

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

Light Shade of #adbcbb
#c9d3d2
Dark Shade of #adbcbb
#91a5a4
Saturated Shade of #adbcbb
#a6c3c1
Desaturated Shade of #adbcbb
#b4b5b5
Grey scale Shade of #adbcbb
#b4b4b4
Brighten Shade
#c6d5d4
Most Readable Shade
#000000

Shades of #adbcbb color code

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

#adbcbb
#99a7a6
#869291
#737d7c
#606867
#4c5353
#393e3e
#262929
#131414
#000000

Similar Color like #adbcbb color

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

#aebdbc
#afbebd
#b0bfbe
#b1c0bf
#b2c1c0
#b3c2c1
#b4c3c2
#b5c4c3
#b6c5c4
#b7c6c5
#b8c7c6
#b9c8c7
#bac9c8
#bbcac9
#acbbba
#abbab9
#aab9b8
#a9b8b7
#a8b7b6
#a7b6b5
#a6b5b4
#a5b4b3
#a4b3b2
#a3b2b1
#a2b1b0
#a1b0af
#a0afae
#9faead

Monochromatic Color with #adbcbb

#adbcbb
#d4e6e5
#111212
#383c3c
#5f6766
#869191

Tints of #adbcbb Color

#adbcbb
#b6c3c2
#bfcaca
#c8d2d1
#d1d9d9
#dae1e0
#e3e8e8
#ecf0ef
#f5f7f7
#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

#adbcbb
#bcadae

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

Split Complementary

#adbcbb
#bcadb6
#bcb4ad

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

Analogous Color

#adbcb5
#adbcb8
#adbcbb
#adbabc
#adb7bc

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

#adbcbb
#bbadbc
#bcbbad

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

#adbcbb
#b3adbc
#bcadae
#b5bcad

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

#adbcbb
#bcadae
#bcb4ad
#adb6bc

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

#adbcbb Color Code Preview on Black Background Color

This is how #adbcbb Color will look on black background color. Color contrast ratio is 10.69

#adbcbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbcbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbcbb

#adbcbb color code is use for CSS Background Color

Background color for the above div is #adbcbb

HTML with inline CSS

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

#adbcbb color code is use for CSS Border Color

CSS Border color for the above div is #adbcbb

HTML with inline CSS

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

CSS Border Left color for the above div is #adbcbb

HTML with inline CSS

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

CSS Border Right color for the above div is #adbcbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbcbb

HTML with inline CSS

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

CSS Border Top color for the above div is #adbcbb

HTML with inline CSS

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

#adbcbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbcbb Color code Preview on White Background

This is how #adbcbb Color code will look on white background color. Color contrast ratio is 1.96

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.