crispedge.com

Color picker

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

#a5daec hex color - Blue - Cool color - Information

#a5daec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a5daec Color code in RGB color code model is created after adding 64.71% red color, 85.49% green color and 92.55% blue color. Hex #a5daec Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 8% magenta, 0% yellow and 7% black.

Hex #a5daec color code is between #aaddee web safe hex color code and #99ccdd web safe hex color code. #aaddee is the nearest web safe color code. You can see here many more shades of #a5daec color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea5daec#a5daec
RGB Decimal165, 218, 236rgb(165, 218, 236)
RGB Percent65%, 85%, 93%rgb(65%, 85%, 93%)
CSS RGBa165, 218, 236,1rgba(165,218,236,1)
CMYK Modelcmyk(30%,8%,0%,7%)
HSL Color Space195,65% ,79%hsl(195,65% ,79%)
HSV Color Space195°, 30%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011101101011101100
Octal245332354
Decimal165218236
Hexa5daec

Different shades of #a5daec color code.

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

Light Shade of #a5daec
#cfebf5
Dark Shade of #a5daec
#7bc9e3
Saturated Shade of #a5daec
#a0ddf1
Desaturated Shade of #a5daec
#aad7e7
Grey scale Shade of #a5daec
#c8c8c8
Brighten Shade
#bef3ff
Most Readable Shade
#000000

Shades of #a5daec color code

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

#a5daec
#92c1d1
#80a9b7
#6e919d
#5b7983
#496068
#37484e
#243034
#12181a
#000000

Similar Color like #a5daec color

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

#a6dbed
#a7dcee
#a8ddef
#a9def0
#aadff1
#abe0f2
#ace1f3
#ade2f4
#aee3f5
#afe4f6
#b0e5f7
#b1e6f8
#b2e7f9
#b3e8fa
#a4d9eb
#a3d8ea
#a2d7e9
#a1d6e8
#a0d5e7
#9fd4e6
#9ed3e5
#9dd2e4
#9cd1e3
#9bd0e2
#9acfe1
#99cee0
#98cddf
#97ccde

Monochromatic Color with #a5daec

#a5daec
#101617
#2e3d42
#4c646c
#6a8b97
#87b3c1

Tints of #a5daec Color

#a5daec
#afdeee
#b9e2f0
#c3e6f2
#cdeaf4
#d7eef6
#e1f2f8
#ebf6fa
#f5fafc
#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

#a5daec
#ecb7a5

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

Split Complementary

#a5daec
#eca5b7
#ecdba5

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

Analogous Color

#a5ece2
#a5e8ec
#a5daec
#a5ccec
#a5beec

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

#a5daec
#eca5da
#daeca5

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

#a5daec
#daa5ec
#ecb7a5
#b6eca5

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

#a5daec
#ecb7a5
#ecdba5
#a5b7ec

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

#a5daec Color Code Preview on Black Background Color

This is how #a5daec Color will look on black background color. Color contrast ratio is 13.84

#a5daec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5daec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5daec

#a5daec color code is use for CSS Background Color

Background color for the above div is #a5daec

HTML with inline CSS

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

#a5daec color code is use for CSS Border Color

CSS Border color for the above div is #a5daec

HTML with inline CSS

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

CSS Border Left color for the above div is #a5daec

HTML with inline CSS

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

CSS Border Right color for the above div is #a5daec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5daec

HTML with inline CSS

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

CSS Border Top color for the above div is #a5daec

HTML with inline CSS

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

#a5daec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5daec Color code Preview on White Background

This is how #a5daec Color code will look on white background color. Color contrast ratio is 1.52

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

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.