crispedge.com

Color picker

Loading...

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

#5ef1ad hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #5ef1ad Color code in RGB color code model is created after adding 36.86% red color, 94.51% green color and 67.84% blue color. Hex #5ef1ad Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 28% yellow and 5% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code5ef1ad#5ef1ad
RGB Decimal94, 241, 173rgb(94, 241, 173)
RGB Percent37%, 95%, 68%rgb(37%, 95%, 68%)
CSS RGBa94, 241, 173,1rgba(94,241,173,1)
CMYK Modelcmyk(61%,0%,28%,5%)
HSL Color Space152,84% ,66%hsl(152,84% ,66%)
HSV Color Space152°, 61%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101111000110101101
Octal136361255
Decimal94241173
Hex5ef1ad

Different shades of #5ef1ad color code.

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

Light Shade of #5ef1ad
#8df5c5
Dark Shade of #5ef1ad
#2fed95
Saturated Shade of #5ef1ad
#55faae
Desaturated Shade of #5ef1ad
#67e8ac
Grey scale Shade of #5ef1ad
#a7a7a7
Brighten Shade
#77ffc6
Most Readable Shade
#000000

Shades of #5ef1ad color code

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

#5ef1ad
#53d699
#49bb86
#3ea073
#348560
#296b4c
#1f5039
#143526
#0a1a13
#000000

Similar Color like #5ef1ad color

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

#5ff2ae
#60f3af
#61f4b0
#62f5b1
#63f6b2
#64f7b3
#65f8b4
#66f9b5
#67fab6
#68fbb7
#69fcb8
#6afdb9
#6bfeba
#6cffbb
#5df0ac
#5cefab
#5beeaa
#5aeda9
#59eca8
#58eba7
#57eaa6
#56e9a5
#55e8a4
#54e7a3
#53e6a2
#52e5a1
#51e4a0
#50e39f

Monochromatic Color with #5ef1ad

#5ef1ad
#0b1c14
#1c4733
#2c7151
#3d9c70
#4dc68e

Tints of #5ef1ad Color

#5ef1ad
#6ff2b6
#81f4bf
#93f5c8
#a5f7d1
#b7f8da
#c9fae3
#dbfbec
#edfdf5
#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

#5ef1ad
#f15ea2

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

Split Complementary

#5ef1ad
#f15eeb
#f1645e

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

Analogous Color

#5ef172
#5ef190
#5ef1ad
#5ef1ca
#5ef1e8

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

#5ef1ad
#ad5ef1
#f1ad5e

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

#5ef1ad
#635ef1
#f15ea2
#ebf15e

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

#5ef1ad
#f15ea2
#f1645e
#5eebf1

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

#5ef1ad Color Code Preview on Black Background Color

This is how #5ef1ad Color will look on black background color. Color contrast ratio is 14.66

#5ef1ad in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5ef1ad color code is use for CSS Background Color

Background color for the above div is #5ef1ad

HTML with inline CSS

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

#5ef1ad color code is use for CSS Border Color

CSS Border color for the above div is #5ef1ad

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5ef1ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ef1ad Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.