crispedge.com

Color picker

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

#5de8ef hex color - Blue - Cool color - Information

#5de8ef hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5de8ef Color code in RGB color code model is created after adding 36.47% red color, 90.98% green color and 93.73% blue color. Hex #5de8ef Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 3% magenta, 0% yellow and 6% black.

Hex #5de8ef color code is between #55eeee web safe hex color code and #66ddff web safe hex color code. #55eeee is the nearest web safe color code. You can see here many more shades of #5de8ef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5de8ef#5de8ef
RGB Decimal93, 232, 239rgb(93, 232, 239)
RGB Percent36%, 91%, 94%rgb(36%, 91%, 94%)
CSS RGBa93, 232, 239,1rgba(93,232,239,1)
CMYK Modelcmyk(61%,3%,0%,6%)
HSL Color Space183,82% ,65%hsl(183,82% ,65%)
HSV Color Space183°, 61%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111011110100011101111
Octal135350357
Decimal93232239
Hex5de8ef

Different shades of #5de8ef color code.

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

Light Shade of #5de8ef
#8beff4
Dark Shade of #5de8ef
#2fe1ea
Saturated Shade of #5de8ef
#54f0f8
Desaturated Shade of #5de8ef
#66e0e6
Grey scale Shade of #5de8ef
#a6a6a6
Brighten Shade
#76ffff
Most Readable Shade
#000000

Shades of #5de8ef color code

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

#5de8ef
#52ced4
#48b4b9
#3e9a9f
#338084
#29676a
#1f4d4f
#143335
#0a191a
#000000

Similar Color like #5de8ef color

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

#5ee9f0
#5feaf1
#60ebf2
#61ecf3
#62edf4
#63eef5
#64eff6
#65f0f7
#66f1f8
#67f2f9
#68f3fa
#69f4fb
#6af5fc
#6bf6fd
#5ce7ee
#5be6ed
#5ae5ec
#59e4eb
#58e3ea
#57e2e9
#56e1e8
#55e0e7
#54dfe6
#53dee5
#52dde4
#51dce3
#50dbe2
#4fdae1

Monochromatic Color with #5de8ef

#5de8ef
#0a1a1a
#1b4345
#2b6c6f
#3c959a
#4cbfc4

Tints of #5de8ef Color

#5de8ef
#6feaf0
#81edf2
#93eff4
#a5f2f6
#b7f4f7
#c9f7f9
#dbf9fb
#edfcfd
#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

#5de8ef
#ef645d

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

Split Complementary

#5de8ef
#ef5d9f
#efad5d

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

Analogous Color

#5defbc
#5defd9
#5de8ef
#5dcbef
#5daeef

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

#5de8ef
#ef5de8
#e8ef5d

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

#5de8ef
#ad5def
#ef645d
#9fef5d

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

#5de8ef
#ef645d
#efad5d
#5d9fef

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 #5de8ef 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.

#5de8ef Color Code Preview on Black Background Color

This is how #5de8ef Color will look on black background color. Color contrast ratio is 14.25

#5de8ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5de8ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5de8ef

#5de8ef color code is use for CSS Background Color

Background color for the above div is #5de8ef

HTML with inline CSS

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

#5de8ef color code is use for CSS Border Color

CSS Border color for the above div is #5de8ef

HTML with inline CSS

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

CSS Border Left color for the above div is #5de8ef

HTML with inline CSS

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

CSS Border Right color for the above div is #5de8ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5de8ef

HTML with inline CSS

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

CSS Border Top color for the above div is #5de8ef

HTML with inline CSS

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

#5de8ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5de8ef Color code Preview on White Background

This is how #5de8ef Color code will look on white background color. Color contrast ratio is 1.47

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

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.