crispedge.com

Color picker

Loading...

#daeed3 hex color - Mint Shake - Green - Cool color - Information

#daeed3 hex color - Mint Shake - Green - Cool color

Color Hue/Base color: Green

Hex #daeed3 Color Code is also known as Mint Shake color.

Hex #daeed3 Color code in RGB color code model is created after adding 85.49% red color, 93.33% green color and 82.75% blue color. Hex #daeed3 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 11% yellow and 7% black.

Hex #daeed3 color code is between #ddddcc web safe hex color code and #ccffdd web safe hex color code. #ddddcc is the nearest web safe color code. You can see here many more shades of #daeed3 color code.

0 Likes 0 Comments | 37 Views

RGB Chart

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

Color Table

Hex Color Codedaeed3#daeed3
RGB Decimal218, 238, 211rgb(218, 238, 211)
RGB Percent85%, 93%, 83%rgb(85%, 93%, 83%)
CSS RGBa218, 238, 211,1rgba(218,238,211,1)
CMYK Modelcmyk(8%,0%,11%,7%)
HSL Color Space104,44% ,88%hsl(104,44% ,88%)
HSV Color Space104°, 11%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101110111011010011
Octal332356323
Decimal218238211
Hexdaeed3

Different shades of #daeed3 color code.

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

Light Shade of #daeed3
#f9fcf8
Dark Shade of #daeed3
#bbe0ae
Saturated Shade of #daeed3
#d9f1d0
Desaturated Shade of #daeed3
#dbebd6
Grey scale Shade of #daeed3
#e0e0e0
Brighten Shade
#f3ffec
Most Readable Shade
#000000

Shades of #daeed3 color code

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

#daeed3
#c1d3bb
#a9b9a4
#919e8c
#798475
#60695d
#484f46
#30342e
#181a17
#000000

Similar Color like #daeed3 color

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

#dbefd4
#dcf0d5
#ddf1d6
#def2d7
#dff3d8
#e0f4d9
#e1f5da
#e2f6db
#e3f7dc
#e4f8dd
#e5f9de
#e6fadf
#e7fbe0
#e8fce1
#d9edd2
#d8ecd1
#d7ebd0
#d6eacf
#d5e9ce
#d4e8cd
#d3e7cc
#d2e6cb
#d1e5ca
#d0e4c9
#cfe3c8
#cee2c7
#cde1c6
#cce0c5

Monochromatic Color with #daeed3

#daeed3
#171a17
#3e443c
#656e62
#8c9988
#b3c3ad

Tints of #daeed3 Color

#daeed3
#deefd7
#e2f1dc
#e6f3e1
#eaf5e6
#eef7eb
#f2f9f0
#f6fbf5
#fafdfa
#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

#daeed3
#e7d3ee

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

Split Complementary

#daeed3
#d9d3ee
#eed3e8

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

Analogous Color

#e5eed3
#dfeed3
#daeed3
#d5eed3
#d3eed7

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

#daeed3
#d3daee
#eed3da

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

#daeed3
#d3e7ee
#e7d3ee
#eed9d3

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

#daeed3
#e7d3ee
#eed3e8
#d3eed9

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

#daeed3 Color Code Preview on Black Background Color

This is how #daeed3 Color will look on black background color. Color contrast ratio is 17.15

#daeed3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daeed3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daeed3

#daeed3 color code is use for CSS Background Color

Background color for the above div is #daeed3

HTML with inline CSS

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

#daeed3 color code is use for CSS Border Color

CSS Border color for the above div is #daeed3

HTML with inline CSS

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

CSS Border Left color for the above div is #daeed3

HTML with inline CSS

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

CSS Border Right color for the above div is #daeed3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daeed3

HTML with inline CSS

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

CSS Border Top color for the above div is #daeed3

HTML with inline CSS

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

#daeed3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daeed3 Color code Preview on White Background

This is how #daeed3 Color code will look on white background color. Color contrast ratio is 1.22

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

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(218,238,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(231,211,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,238,211,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 37 Views

Post your comment:-

By submitting comment you agree to our privacy policy.