@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#adcedc hex color - Blue - Cool color - Information

#adcedc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #adcedc Color code in RGB color code model is created after adding 67.84% red color, 80.78% green color and 86.27% blue color. Hex #adcedc Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 6% magenta, 0% yellow and 13.73% black.

Hex #adcedc color code is between #aaccdd web safe hex color code and #bbddcc web safe hex color code. #aaccdd is the nearest web safe color code. You can see here many more shades of #adcedc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code adcedc #adcedc
RGB Decimal 173, 206, 220 rgb(173, 206, 220)
RGB Percent 68%, 81%, 86% rgb(68%, 81%, 86%)
CSS RGBa 173, 206, 220,1 rgba(173,206,220,1)
CMYK Model cmyk(21%,6%,0%,13.73%)
HSL Color Space 198,40% ,77% hsl(198,40% ,77%)
HSV Color Space 198°, 21%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101101 11001110 11011100
Octal 255 316 334
Decimal 173 206 220
Hex ad ce dc

Different shades of #adcedc color code.

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

Light Shade of #adcedc
#d1e3eb
Dark Shade of #adcedc
#89b9cd
Saturated Shade of #adcedc
#a7d0e2
Desaturated Shade of #adcedc
#b3ccd6
Grey scale Shade of #adcedc
#c4c4c4
Brighten Shade
#c6e7f5
Most Readable Shade
#000000

Shades of #adcedc color code

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

#adcedc
#99b7c3
#86a0ab
#738992
#60727a
#4c5b61
#394449
#262d30
#131618
#000000

Similar Color like #adcedc color

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

#aecfdd
#afd0de
#b0d1df
#b1d2e0
#b2d3e1
#b3d4e2
#b4d5e3
#b5d6e4
#b6d7e5
#b7d8e6
#b8d9e7
#b9dae8
#badbe9
#bbdcea
#accddb
#abccda
#aacbd9
#a9cad8
#a8c9d7
#a7c8d6
#a6c7d5
#a5c6d4
#a4c5d3
#a3c4d2
#a2c3d1
#a1c2d0
#a0c1cf
#9fc0ce

Monochromatic Color with #adcedc

#adcedc
#060707
#272f32
#49575c
#6a7e87
#8ca6b1

Tints of #adcedc Color

#adcedc
#b6d3df
#bfd8e3
#c8dee7
#d1e3eb
#dae9ef
#e3eef3
#ecf4f7
#f5f9fb
#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

#adcedc
#dcbbad

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

Split Complementary

#adcedc
#dcadb7
#dcd3ad

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

Analogous Color

#addcd7
#add7dc
#adcedc
#adc5dc
#adbbdc

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

#adcedc
#dcadce
#cedcad

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

#adcedc
#d2addc
#dcbbad
#b6dcad

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

#adcedc
#dcbbad
#dcd3ad
#adb7dc

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

#adcedc Color Code Preview on Black Background Color

This is how #adcedc Color will look on black background color. Color contrast ratio is 12.64

#adcedc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcedc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adcedc

#adcedc color code is use for CSS Background Color

Background color for the above div is #adcedc

HTML with inline CSS

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

#adcedc color code is use for CSS Border Color

CSS Border color for the above div is #adcedc

HTML with inline CSS

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

CSS Border Left color for the above div is #adcedc

HTML with inline CSS

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

CSS Border Right color for the above div is #adcedc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adcedc

HTML with inline CSS

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

CSS Border Top color for the above div is #adcedc

HTML with inline CSS

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

#adcedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adcedc Color code Preview on White Background

This is how #adcedc Color code will look on white background color. Color contrast ratio is 1.66

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

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