crispedge.com

Color picker

Loading...

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

#5eebdc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5eebdc Color code in RGB color code model is created after adding 36.86% red color, 92.16% green color and 86.27% blue color. Hex #5eebdc Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 0% magenta, 6% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5eebdc#5eebdc
RGB Decimal94, 235, 220rgb(94, 235, 220)
RGB Percent37%, 92%, 86%rgb(37%, 92%, 86%)
CSS RGBa94, 235, 220,1rgba(94,235,220,1)
CMYK Modelcmyk(60%,0%,6%,8%)
HSL Color Space174,78% ,65%hsl(174,78% ,65%)
HSV Color Space174°, 60%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101110101111011100
Octal136353334
Decimal94235220
Hex5eebdc

Different shades of #5eebdc color code.

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

Light Shade of #5eebdc
#8bf1e6
Dark Shade of #5eebdc
#31e5d2
Saturated Shade of #5eebdc
#55f4e3
Desaturated Shade of #5eebdc
#67e2d5
Grey scale Shade of #5eebdc
#a4a4a4
Brighten Shade
#77fff5
Most Readable Shade
#000000

Shades of #5eebdc color code

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

#5eebdc
#53d0c3
#49b6ab
#3e9c92
#34827a
#296861
#1f4e49
#143430
#0a1a18
#000000

Similar Color like #5eebdc color

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

#5fecdd
#60edde
#61eedf
#62efe0
#63f0e1
#64f1e2
#65f2e3
#66f3e4
#67f4e5
#68f5e6
#69f6e7
#6af7e8
#6bf8e9
#6cf9ea
#5deadb
#5ce9da
#5be8d9
#5ae7d8
#59e6d7
#58e5d6
#57e4d5
#56e3d4
#55e2d3
#54e1d2
#53e0d1
#52dfd0
#51decf
#50ddce

Monochromatic Color with #5eebdc

#5eebdc
#091615
#1a413d
#2b6b65
#3c968c
#4dc0b4

Tints of #5eebdc Color

#5eebdc
#6feddf
#81efe3
#93f1e7
#a5f3eb
#b7f6ef
#c9f8f3
#dbfaf7
#edfcfb
#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

#5eebdc
#eb5e6d

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

Split Complementary

#5eebdc
#eb5eb3
#eb965e

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

Analogous Color

#5eeba4
#5eebc0
#5eebdc
#5edeeb
#5ec2eb

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

#5eebdc
#dc5eeb
#ebdc5e

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

#5eebdc
#955eeb
#eb5e6d
#b3eb5e

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

#5eebdc
#eb5e6d
#eb965e
#5eb3eb

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

#5eebdc Color Code Preview on Black Background Color

This is how #5eebdc Color will look on black background color. Color contrast ratio is 14.39

#5eebdc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5eebdc color code is use for CSS Background Color

Background color for the above div is #5eebdc

HTML with inline CSS

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

#5eebdc color code is use for CSS Border Color

CSS Border color for the above div is #5eebdc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5eebdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5eebdc Color code Preview on White Background

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

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

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(94,235,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,94,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(94,235,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.