crispedge.com

Color picker

Loading...

#adc7dd hex color - Blue - Cool color - Information

#adc7dd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #adc7dd Color code in RGB color code model is created after adding 67.84% red color, 78.04% green color and 86.67% blue color. Hex #adc7dd Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 10% magenta, 0% yellow and 13% black.

Hex #adc7dd color code is between #aacccc web safe hex color code and #bbbbee web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #adc7dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadc7dd#adc7dd
RGB Decimal173, 199, 221rgb(173, 199, 221)
RGB Percent68%, 78%, 87%rgb(68%, 78%, 87%)
CSS RGBa173, 199, 221,1rgba(173,199,221,1)
CMYK Modelcmyk(22%,10%,0%,13%)
HSL Color Space208,41% ,77%hsl(208,41% ,77%)
HSV Color Space208°, 22%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011100011111011101
Octal255307335
Decimal173199221
Hexadc7dd

Different shades of #adc7dd color code.

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

Light Shade of #adc7dd
#d1e0ec
Dark Shade of #adc7dd
#89aece
Saturated Shade of #adc7dd
#a7c7e3
Desaturated Shade of #adc7dd
#b3c7d7
Grey scale Shade of #adc7dd
#c5c5c5
Brighten Shade
#c6e0f6
Most Readable Shade
#000000

Shades of #adc7dd color code

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

#adc7dd
#99b0c4
#869aab
#738493
#606e7a
#4c5862
#394249
#262c31
#131618
#000000

Similar Color like #adc7dd color

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

#aec8de
#afc9df
#b0cae0
#b1cbe1
#b2cce2
#b3cde3
#b4cee4
#b5cfe5
#b6d0e6
#b7d1e7
#b8d2e8
#b9d3e9
#bad4ea
#bbd5eb
#acc6dc
#abc5db
#aac4da
#a9c3d9
#a8c2d8
#a7c1d7
#a6c0d6
#a5bfd5
#a4bed4
#a3bdd3
#a2bcd2
#a1bbd1
#a0bad0
#9fb9cf

Monochromatic Color with #adc7dd

#adc7dd
#070808
#282e33
#49545d
#6a7a88
#8ca1b3

Tints of #adc7dd Color

#adc7dd
#b6cde0
#bfd3e4
#c8d9e8
#d1dfec
#dae6ef
#e3ecf3
#ecf2f7
#f5f8fb
#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

#adc7dd
#ddc3ad

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

Split Complementary

#adc7dd
#ddadaf
#dddbad

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

Analogous Color

#addadd
#add1dd
#adc7dd
#adbddd
#adb4dd

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

#adc7dd
#ddadc7
#c7ddad

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

#adc7dd
#dbaddd
#ddc3ad
#afddad

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

#adc7dd
#ddc3ad
#dddbad
#adafdd

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

#adc7dd Color Code Preview on Black Background Color

This is how #adc7dd Color will look on black background color. Color contrast ratio is 11.99

#adc7dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc7dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc7dd

#adc7dd color code is use for CSS Background Color

Background color for the above div is #adc7dd

HTML with inline CSS

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

#adc7dd color code is use for CSS Border Color

CSS Border color for the above div is #adc7dd

HTML with inline CSS

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

CSS Border Left color for the above div is #adc7dd

HTML with inline CSS

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

CSS Border Right color for the above div is #adc7dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adc7dd

HTML with inline CSS

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

CSS Border Top color for the above div is #adc7dd

HTML with inline CSS

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

#adc7dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adc7dd Color code Preview on White Background

This is how #adc7dd Color code will look on white background color. Color contrast ratio is 1.75

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

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,199,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,195,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,199,221,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.