crispedge.com

#dae44d hex color - Green - Warm color - Information

#dae44d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #dae44d Color code in RGB color code model is created after adding 85.49% red color, 89.41% green color and 30.2% blue color. Hex #dae44d Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 66% yellow and 11% black.

Hex #dae44d color code is between #dddd55 web safe hex color code and #ccee44 web safe hex color code. #dddd55 is the nearest web safe color code. You can see here many more shades of #dae44d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedae44d#dae44d
RGB Decimal218, 228, 77rgb(218, 228, 77)
RGB Percent85%, 89%, 30%rgb(85%, 89%, 30%)
CSS RGBa218, 228, 77,1rgba(218,228,77,1)
CMYK Modelcmyk(4%,0%,66%,11%)
HSL Color Space64,74% ,60%hsl(64,74% ,60%)
HSV Color Space64°, 66%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101110010001001101
Octal332344115
Decimal21822877
Hexdae44d

Different shades of #dae44d color code.

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

Light Shade of #dae44d
#e3eb79
Dark Shade of #dae44d
#d0dd21
Saturated Shade of #dae44d
#e3ee43
Desaturated Shade of #dae44d
#d1da57
Grey scale Shade of #dae44d
#989898
Brighten Shade
#f3fd66
Most Readable Shade
#000000

Shades of #dae44d color code

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

#dae44d
#c1ca44
#a9b13b
#919833
#797e2a
#606522
#484c19
#303211
#181908
#000000

Similar Color like #dae44d color

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

#dbe54e
#dce64f
#dde750
#dee851
#dfe952
#e0ea53
#e1eb54
#e2ec55
#e3ed56
#e4ee57
#e5ef58
#e6f059
#e7f15a
#e8f25b
#d9e34c
#d8e24b
#d7e14a
#d6e049
#d5df48
#d4de47
#d3dd46
#d2dc45
#d1db44
#d0da43
#cfd942
#ced841
#cdd740
#ccd63f

Monochromatic Color with #dae44d

#dae44d
#0f0f05
#373a14
#606422
#898f30
#b1b93f

Tints of #dae44d Color

#dae44d
#dee760
#e2ea74
#e6ed88
#eaf09c
#eef3af
#f2f6c3
#f6f9d7
#fafceb
#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

#dae44d
#574de4

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

Split Complementary

#dae44d
#4d8fe4
#a34de4

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

Analogous Color

#e4b24d
#e4d04d
#dae44d
#bce44d
#9ee44d

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

#dae44d
#4ddae4
#e44dda

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

#dae44d
#4de4a2
#574de4
#e44d8e

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

#dae44d
#574de4
#a34de4
#8fe44d

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

#dae44d Color Code Preview on Black Background Color

This is how #dae44d Color will look on black background color. Color contrast ratio is 15.19

#dae44d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae44d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dae44d

#dae44d color code is use for CSS Background Color

Background color for the above div is #dae44d

HTML with inline CSS

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

#dae44d color code is use for CSS Border Color

CSS Border color for the above div is #dae44d

HTML with inline CSS

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

CSS Border Left color for the above div is #dae44d

HTML with inline CSS

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

CSS Border Right color for the above div is #dae44d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dae44d

HTML with inline CSS

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

CSS Border Top color for the above div is #dae44d

HTML with inline CSS

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

#dae44d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dae44d Color code Preview on White Background

This is how #dae44d Color code will look on white background color. Color contrast ratio is 1.38

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

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,228,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,77,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,228,77,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.

< /html>