crispedge.com

Color picker

Loading...

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

#5edacc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5edacc Color code in RGB color code model is created after adding 36.86% red color, 85.49% green color and 80% blue color. Hex #5edacc Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 0% magenta, 6% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5edacc#5edacc
RGB Decimal94, 218, 204rgb(94, 218, 204)
RGB Percent37%, 85%, 80%rgb(37%, 85%, 80%)
CSS RGBa94, 218, 204,1rgba(94,218,204,1)
CMYK Modelcmyk(57%,0%,6%,15%)
HSL Color Space173,63% ,61%hsl(173,63% ,61%)
HSV Color Space173°, 57%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101101101011001100
Octal136332314
Decimal94218204
Hex5edacc

Different shades of #5edacc color code.

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

Light Shade of #5edacc
#87e4d9
Dark Shade of #5edacc
#35d0bf
Saturated Shade of #5edacc
#54e4d4
Desaturated Shade of #5edacc
#68d0c4
Grey scale Shade of #5edacc
#9c9c9c
Brighten Shade
#77f3e5
Most Readable Shade
#000000

Shades of #5edacc color code

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

#5edacc
#53c1b5
#49a99e
#3e9188
#347971
#29605a
#1f4844
#14302d
#0a1816
#000000

Similar Color like #5edacc color

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

#5fdbcd
#60dcce
#61ddcf
#62ded0
#63dfd1
#64e0d2
#65e1d3
#66e2d4
#67e3d5
#68e4d6
#69e5d7
#6ae6d8
#6be7d9
#6ce8da
#5dd9cb
#5cd8ca
#5bd7c9
#5ad6c8
#59d5c7
#58d4c6
#57d3c5
#56d2c4
#55d1c3
#54d0c2
#53cfc1
#52cec0
#51cdbf
#50ccbe

Monochromatic Color with #5edacc

#5edacc
#020505
#15302d
#275a55
#39857c
#4cafa4

Tints of #5edacc Color

#5edacc
#6fded1
#81e2d7
#93e6dd
#a5eae2
#b7eee8
#c9f2ee
#dbf6f3
#edfaf9
#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

#5edacc
#da5e6c

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

Split Complementary

#5edacc
#da5eaa
#da8e5e

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

Analogous Color

#5eda9a
#5edab3
#5edacc
#5ecfda
#5eb6da

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

#5edacc
#cc5eda
#dacc5e

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

#5edacc
#8e5eda
#da5e6c
#aada5e

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

#5edacc
#da5e6c
#da8e5e
#5eaada

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

#5edacc Color Code Preview on Black Background Color

This is how #5edacc Color will look on black background color. Color contrast ratio is 12.38

#5edacc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5edacc color code is use for CSS Background Color

Background color for the above div is #5edacc

HTML with inline CSS

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

#5edacc color code is use for CSS Border Color

CSS Border color for the above div is #5edacc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5edacc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5edacc Color code Preview on White Background

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

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

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,218,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,94,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(94,218,204,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.