crispedge.com

Color picker

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

#8da5ec hex color - Blue - Cool color - Information

#8da5ec hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #8da5ec color code is between #88aaee web safe hex color code and #9999dd web safe hex color code. #88aaee is the nearest web safe color code. You can see here many more shades of #8da5ec color code.

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Code8da5ec#8da5ec
RGB Decimal141, 165, 236rgb(141, 165, 236)
RGB Percent55%, 65%, 93%rgb(55%, 65%, 93%)
CSS RGBa141, 165, 236,1rgba(141,165,236,1)
CMYK Modelcmyk(40%,30%,0%,7%)
HSL Color Space225,71% ,74%hsl(225,71% ,74%)
HSV Color Space225°, 40%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011011010010111101100
Octal215245354
Decimal141165236
Hex8da5ec

Different shades of #8da5ec color code.

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

Light Shade of #8da5ec
#b9c8f3
Dark Shade of #8da5ec
#6182e5
Saturated Shade of #8da5ec
#86a2f3
Desaturated Shade of #8da5ec
#94a8e5
Grey scale Shade of #8da5ec
#bcbcbc
Brighten Shade
#a6beff
Most Readable Shade
#000000

Shades of #8da5ec color code

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

#8da5ec
#7d92d1
#6d80b7
#5e6e9d
#4e5b83
#3e4968
#2f374e
#1f2434
#0f121a
#000000

Similar Color like #8da5ec color

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

#8ea6ed
#8fa7ee
#90a8ef
#91a9f0
#92aaf1
#93abf2
#94acf3
#95adf4
#96aef5
#97aff6
#98b0f7
#99b1f8
#9ab2f9
#9bb3fa
#8ca4eb
#8ba3ea
#8aa2e9
#89a1e8
#88a0e7
#879fe6
#869ee5
#859de4
#849ce3
#839be2
#829ae1
#8199e0
#8098df
#7f97de

Monochromatic Color with #8da5ec

#8da5ec
#0e1017
#272e42
#414c6c
#5a6a97
#7487c1

Tints of #8da5ec Color

#8da5ec
#99afee
#a6b9f0
#b3c3f2
#bfcdf4
#ccd7f6
#d9e1f8
#e5ebfa
#f2f5fc
#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

#8da5ec
#ecd48d

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

Split Complementary

#8da5ec
#eca58d
#d4ec8d

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

Analogous Color

#8dcbec
#8db8ec
#8da5ec
#8d92ec
#9b8dec

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

#8da5ec
#ec8da5
#a5ec8d

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

#8da5ec
#ec8dd4
#ecd48d
#8deca4

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

#8da5ec
#ecd48d
#d4ec8d
#a58dec

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 #8da5ec 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.

#8da5ec Color Code Preview on Black Background Color

This is how #8da5ec Color will look on black background color. Color contrast ratio is 8.73

#8da5ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8da5ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8da5ec

#8da5ec color code is use for CSS Background Color

Background color for the above div is #8da5ec

HTML with inline CSS

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

#8da5ec color code is use for CSS Border Color

CSS Border color for the above div is #8da5ec

HTML with inline CSS

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

CSS Border Left color for the above div is #8da5ec

HTML with inline CSS

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

CSS Border Right color for the above div is #8da5ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8da5ec

HTML with inline CSS

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

CSS Border Top color for the above div is #8da5ec

HTML with inline CSS

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

#8da5ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8da5ec Color code Preview on White Background

This is how #8da5ec Color code will look on white background color. Color contrast ratio is 2.41

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

Related Gradients

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.