crispedge.com

Color picker

Loading...

#d2edaa hex color - Green - Warm color - Information

#d2edaa hex color - Green - Warm color

Color Hue/Base color: Green

Hex #d2edaa Color code in RGB color code model is created after adding 82.35% red color, 92.94% green color and 66.67% blue color. Hex #d2edaa Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 28% yellow and 7% black.

Hex #d2edaa color code is between #ccee99 web safe hex color code and #ddddbb web safe hex color code. #ccee99 is the nearest web safe color code. You can see here many more shades of #d2edaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded2edaa#d2edaa
RGB Decimal210, 237, 170rgb(210, 237, 170)
RGB Percent82%, 93%, 67%rgb(82%, 93%, 67%)
CSS RGBa210, 237, 170,1rgba(210,237,170,1)
CMYK Modelcmyk(11%,0%,28%,7%)
HSL Color Space84,65% ,80%hsl(84,65% ,80%)
HSV Color Space84°, 28%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100101110110110101010
Octal322355252
Decimal210237170
Hexd2edaa

Different shades of #d2edaa color code.

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

Light Shade of #d2edaa
#e8f6d4
Dark Shade of #d2edaa
#bce480
Saturated Shade of #d2edaa
#d3f2a5
Desaturated Shade of #d2edaa
#d1e8af
Grey scale Shade of #d2edaa
#cbcbcb
Brighten Shade
#ebffc3
Most Readable Shade
#000000

Shades of #d2edaa color code

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

#d2edaa
#bad297
#a3b884
#8c9e71
#74835e
#5d694b
#464f38
#2e3425
#171a12
#000000

Similar Color like #d2edaa color

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

#d3eeab
#d4efac
#d5f0ad
#d6f1ae
#d7f2af
#d8f3b0
#d9f4b1
#daf5b2
#dbf6b3
#dcf7b4
#ddf8b5
#def9b6
#dffab7
#e0fbb8
#d1eca9
#d0eba8
#cfeaa7
#cee9a6
#cde8a5
#cce7a4
#cbe6a3
#cae5a2
#c9e4a1
#c8e3a0
#c7e29f
#c6e19e
#c5e09d
#c4df9c

Monochromatic Color with #d2edaa

#d2edaa
#161812
#3b4330
#616d4f
#87986d
#acc28c

Tints of #d2edaa Color

#d2edaa
#d7efb3
#dcf1bc
#e1f3c6
#e6f5cf
#ebf7d9
#f0f9e2
#f5fbec
#fafdf5
#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

#d2edaa
#c5aaed

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

Split Complementary

#d2edaa
#aab0ed
#e7aaed

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

Analogous Color

#ededaa
#dfedaa
#d2edaa
#c5edaa
#b7edaa

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

#d2edaa
#aad2ed
#edaad2

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

#d2edaa
#aaede6
#c5aaed
#edaab0

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

#d2edaa
#c5aaed
#e7aaed
#b0edaa

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

#d2edaa Color Code Preview on Black Background Color

This is how #d2edaa Color will look on black background color. Color contrast ratio is 16.43

#d2edaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2edaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2edaa

#d2edaa color code is use for CSS Background Color

Background color for the above div is #d2edaa

HTML with inline CSS

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

#d2edaa color code is use for CSS Border Color

CSS Border color for the above div is #d2edaa

HTML with inline CSS

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

CSS Border Left color for the above div is #d2edaa

HTML with inline CSS

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

CSS Border Right color for the above div is #d2edaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d2edaa

HTML with inline CSS

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

CSS Border Top color for the above div is #d2edaa

HTML with inline CSS

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

#d2edaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d2edaa Color code Preview on White Background

This is how #d2edaa Color code will look on white background color. Color contrast ratio is 1.28

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

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(210,237,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,170,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,237,170,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.