crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#adc5ed hex color - Blue - Cool color - Information

#adc5ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #adc5ed Color code in RGB color code model is created after adding 67.84% red color, 77.25% green color and 92.94% blue color. Hex #adc5ed Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 17% magenta, 0% yellow and 7% black.

Hex #adc5ed color code is between #aaccee web safe hex color code and #bbbbdd web safe hex color code. #aaccee is the nearest web safe color code. You can see here many more shades of #adc5ed color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeadc5ed#adc5ed
RGB Decimal173, 197, 237rgb(173, 197, 237)
RGB Percent68%, 77%, 93%rgb(68%, 77%, 93%)
CSS RGBa173, 197, 237,1rgba(173,197,237,1)
CMYK Modelcmyk(27%,17%,0%,7%)
HSL Color Space218,64% ,80%hsl(218,64% ,80%)
HSV Color Space218°, 27%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011100010111101101
Octal255305355
Decimal173197237
Hexadc5ed

Different shades of #adc5ed color code.

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

Light Shade of #adc5ed
#d7e3f6
Dark Shade of #adc5ed
#83a7e4
Saturated Shade of #adc5ed
#a8c4f2
Desaturated Shade of #adc5ed
#b2c6e8
Grey scale Shade of #adc5ed
#cdcdcd
Brighten Shade
#c6deff
Most Readable Shade
#000000

Shades of #adc5ed color code

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

#adc5ed
#99afd2
#8699b8
#73839e
#606d83
#4c5769
#39414f
#262b34
#13151a
#000000

Similar Color like #adc5ed color

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

#aec6ee
#afc7ef
#b0c8f0
#b1c9f1
#b2caf2
#b3cbf3
#b4ccf4
#b5cdf5
#b6cef6
#b7cff7
#b8d0f8
#b9d1f9
#bad2fa
#bbd3fb
#acc4ec
#abc3eb
#aac2ea
#a9c1e9
#a8c0e8
#a7bfe7
#a6bee6
#a5bde5
#a4bce4
#a3bbe3
#a2bae2
#a1b9e1
#a0b8e0
#9fb7df

Monochromatic Color with #adc5ed

#adc5ed
#121418
#313843
#505b6d
#6f7e98
#8ea2c2

Tints of #adc5ed Color

#adc5ed
#b6cbef
#bfd1f1
#c8d8f3
#d1def5
#dae5f7
#e3ebf9
#ecf2fb
#f5f8fd
#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

#adc5ed
#edd5ad

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

Split Complementary

#adc5ed
#edb5ad
#e5edad

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

Analogous Color

#addfed
#add2ed
#adc5ed
#adb8ed
#afaded

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

#adc5ed
#edadc5
#c5edad

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

#adc5ed
#edade5
#edd5ad
#adedb5

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

#adc5ed
#edd5ad
#e5edad
#b5aded

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

#adc5ed Color Code Preview on Black Background Color

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

#adc5ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc5ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adc5ed

#adc5ed color code is use for CSS Background Color

Background color for the above div is #adc5ed

HTML with inline CSS

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

#adc5ed color code is use for CSS Border Color

CSS Border color for the above div is #adc5ed

HTML with inline CSS

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

CSS Border Left color for the above div is #adc5ed

HTML with inline CSS

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

CSS Border Right color for the above div is #adc5ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adc5ed

HTML with inline CSS

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

CSS Border Top color for the above div is #adc5ed

HTML with inline CSS

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

#adc5ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adc5ed Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.