crispedge.com

Color picker

Loading...

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

#5edfcc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5edfcc Color code in RGB color code model is created after adding 36.86% red color, 87.45% green color and 80% blue color. Hex #5edfcc Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 0% magenta, 9% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5edfcc#5edfcc
RGB Decimal94, 223, 204rgb(94, 223, 204)
RGB Percent37%, 87%, 80%rgb(37%, 87%, 80%)
CSS RGBa94, 223, 204,1rgba(94,223,204,1)
CMYK Modelcmyk(58%,0%,9%,13%)
HSL Color Space171,67% ,62%hsl(171,67% ,62%)
HSV Color Space171°, 58%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101101111111001100
Octal136337314
Decimal94223204
Hex5edfcc

Different shades of #5edfcc color code.

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

Light Shade of #5edfcc
#89e7d9
Dark Shade of #5edfcc
#33d7bf
Saturated Shade of #5edfcc
#54e9d3
Desaturated Shade of #5edfcc
#68d5c5
Grey scale Shade of #5edfcc
#9e9e9e
Brighten Shade
#77f8e5
Most Readable Shade
#000000

Shades of #5edfcc color code

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

#5edfcc
#53c6b5
#49ad9e
#3e9488
#347b71
#29635a
#1f4a44
#14312d
#0a1816
#000000

Similar Color like #5edfcc color

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

#5fe0cd
#60e1ce
#61e2cf
#62e3d0
#63e4d1
#64e5d2
#65e6d3
#66e7d4
#67e8d5
#68e9d6
#69ead7
#6aebd8
#6becd9
#6cedda
#5ddecb
#5cddca
#5bdcc9
#5adbc8
#59dac7
#58d9c6
#57d8c5
#56d7c4
#55d6c3
#54d5c2
#53d4c1
#52d3c0
#51d2bf
#50d1be

Monochromatic Color with #5edfcc

#5edfcc
#040a0a
#163530
#285f57
#3a8a7e
#4cb4a5

Tints of #5edfcc Color

#5edfcc
#6fe2d1
#81e6d7
#93e9dd
#a5ede2
#b7f0e8
#c9f4ee
#dbf7f3
#edfbf9
#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

#5edfcc
#df5e71

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

Split Complementary

#5edfcc
#df5eb1
#df8c5e

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

Analogous Color

#5edf98
#5edfb2
#5edfcc
#5ed8df
#5ebedf

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

#5edfcc
#cc5edf
#dfcc5e

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

#5edfcc
#8b5edf
#df5e71
#b1df5e

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

#5edfcc
#df5e71
#df8c5e
#5eb1df

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

#5edfcc Color Code Preview on Black Background Color

This is how #5edfcc Color will look on black background color. Color contrast ratio is 12.90

#5edfcc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5edfcc color code is use for CSS Background Color

Background color for the above div is #5edfcc

HTML with inline CSS

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

#5edfcc color code is use for CSS Border Color

CSS Border color for the above div is #5edfcc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5edfcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5edfcc Color code Preview on White Background

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

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

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