crispedge.com

Color picker

Loading...

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

#5ebaec hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5ebaec Color code in RGB color code model is created after adding 36.86% red color, 72.94% green color and 92.55% blue color. Hex #5ebaec Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 21% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5ebaec#5ebaec
RGB Decimal94, 186, 236rgb(94, 186, 236)
RGB Percent37%, 73%, 93%rgb(37%, 73%, 93%)
CSS RGBa94, 186, 236,1rgba(94,186,236,1)
CMYK Modelcmyk(60%,21%,0%,7%)
HSL Color Space201,79% ,65%hsl(201,79% ,65%)
HSV Color Space201°, 60%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101011101011101100
Octal136272354
Decimal94186236
Hex5ebaec

Different shades of #5ebaec color code.

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

Light Shade of #5ebaec
#8ccef1
Dark Shade of #5ebaec
#30a6e7
Saturated Shade of #5ebaec
#55bdf5
Desaturated Shade of #5ebaec
#67b7e3
Grey scale Shade of #5ebaec
#a5a5a5
Brighten Shade
#77d3ff
Most Readable Shade
#000000

Shades of #5ebaec color code

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

#5ebaec
#53a5d1
#4990b7
#3e7c9d
#346783
#295268
#1f3e4e
#142934
#0a141a
#000000

Similar Color like #5ebaec color

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

#5fbbed
#60bcee
#61bdef
#62bef0
#63bff1
#64c0f2
#65c1f3
#66c2f4
#67c3f5
#68c4f6
#69c5f7
#6ac6f8
#6bc7f9
#6cc8fa
#5db9eb
#5cb8ea
#5bb7e9
#5ab6e8
#59b5e7
#58b4e6
#57b3e5
#56b2e4
#55b1e3
#54b0e2
#53afe1
#52aee0
#51addf
#50acde

Monochromatic Color with #5ebaec

#5ebaec
#091317
#1a3442
#2b556c
#3c7797
#4d99c1

Tints of #5ebaec Color

#5ebaec
#6fc1ee
#81c9f0
#93d1f2
#a5d8f4
#b7e0f6
#c9e8f8
#dbeffa
#edf7fc
#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

#5ebaec
#ec905e

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

Split Complementary

#5ebaec
#ec5e73
#ecd75e

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

Analogous Color

#5eece5
#5ed6ec
#5ebaec
#5e9eec
#5e81ec

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

#5ebaec
#ec5eba
#baec5e

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

#5ebaec
#d75eec
#ec905e
#73ec5e

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

#5ebaec
#ec905e
#ecd75e
#5e73ec

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

#5ebaec Color Code Preview on Black Background Color

This is how #5ebaec Color will look on black background color. Color contrast ratio is 9.71

#5ebaec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5ebaec color code is use for CSS Background Color

Background color for the above div is #5ebaec

HTML with inline CSS

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

#5ebaec color code is use for CSS Border Color

CSS Border color for the above div is #5ebaec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5ebaec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ebaec Color code Preview on White Background

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

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

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,186,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,144,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(94,186,236,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.