crispedge.com

Color picker

Loading...

#7eddad hex color - Green - Cool color - Information

#7eddad hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7eddad Color code in RGB color code model is created after adding 49.41% red color, 86.67% green color and 67.84% blue color. Hex #7eddad Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 22% yellow and 13% black.

Hex #7eddad color code is between #77ccaa web safe hex color code and #88eebb web safe hex color code. #77ccaa is the nearest web safe color code. You can see here many more shades of #7eddad color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code7eddad#7eddad
RGB Decimal126, 221, 173rgb(126, 221, 173)
RGB Percent49%, 87%, 68%rgb(49%, 87%, 68%)
CSS RGBa126, 221, 173,1rgba(126,221,173,1)
CMYK Modelcmyk(43%,0%,22%,13%)
HSL Color Space150,58% ,68%hsl(150,58% ,68%)
HSV Color Space150°, 43%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111101101110110101101
Octal176335255
Decimal126221173
Hex7eddad

Different shades of #7eddad color code.

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

Light Shade of #7eddad
#a6e8c7
Dark Shade of #7eddad
#56d293
Saturated Shade of #7eddad
#76e5ad
Desaturated Shade of #7eddad
#86d5ad
Grey scale Shade of #7eddad
#adadad
Brighten Shade
#97f6c6
Most Readable Shade
#000000

Shades of #7eddad color code

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

#7eddad
#70c499
#62ab86
#549373
#467a60
#38624c
#2a4939
#1c3126
#0e1813
#000000

Similar Color like #7eddad color

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

#7fdeae
#80dfaf
#81e0b0
#82e1b1
#83e2b2
#84e3b3
#85e4b4
#86e5b5
#87e6b6
#88e7b7
#89e8b8
#8ae9b9
#8beaba
#8cebbb
#7ddcac
#7cdbab
#7bdaaa
#7ad9a9
#79d8a8
#78d7a7
#77d6a6
#76d5a5
#75d4a4
#74d3a3
#73d2a2
#72d1a1
#71d0a0
#70cf9f

Monochromatic Color with #7eddad

#7eddad
#050807
#1d3328
#355d49
#4e886a
#66b38c

Tints of #7eddad Color

#7eddad
#8ce0b6
#9ae4bf
#a9e8c8
#b7ecd1
#c5efda
#d4f3e3
#e2f7ec
#f0fbf5
#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

#7eddad
#dd7eae

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

Split Complementary

#7eddad
#dd7edd
#dd7e7f

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

Analogous Color

#7edd87
#7edd9a
#7eddad
#7eddc0
#7eddd3

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

#7eddad
#ad7edd
#ddad7e

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

#7eddad
#7e7edd
#dd7eae
#dddc7e

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

#7eddad
#dd7eae
#dd7e7f
#7edddd

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 #7eddad 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.

#7eddad Color Code Preview on Black Background Color

This is how #7eddad Color will look on black background color. Color contrast ratio is 12.83

#7eddad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7eddad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7eddad

#7eddad color code is use for CSS Background Color

Background color for the above div is #7eddad

HTML with inline CSS

<div style="background-color:#7eddad;"></div>

#7eddad color code is use for CSS Border Color

CSS Border color for the above div is #7eddad

HTML with inline CSS

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

CSS Border Left color for the above div is #7eddad

HTML with inline CSS

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

CSS Border Right color for the above div is #7eddad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7eddad

HTML with inline CSS

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

CSS Border Top color for the above div is #7eddad

HTML with inline CSS

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

#7eddad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7eddad Color code Preview on White Background

This is how #7eddad Color code will look on white background color. Color contrast ratio is 1.64

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.