crispedge.com

Color picker

Loading...

#eafd97 hex color - Yellow - Warm color - Information

#eafd97 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #eafd97 Color code in RGB color code model is created after adding 91.76% red color, 99.22% green color and 59.22% blue color. Hex #eafd97 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 40% yellow and 1% black.

Hex #eafd97 color code is between #eeff99 web safe hex color code and #ddee88 web safe hex color code. #eeff99 is the nearest web safe color code. You can see here many more shades of #eafd97 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeeafd97#eafd97
RGB Decimal234, 253, 151rgb(234, 253, 151)
RGB Percent92%, 99%, 59%rgb(92%, 99%, 59%)
CSS RGBa234, 253, 151,1rgba(234,253,151,1)
CMYK Modelcmyk(8%,0%,40%,1%)
HSL Color Space71,96% ,79%hsl(71,96% ,79%)
HSV Color Space71°, 40%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101111110110010111
Octal352375227
Decimal234253151
Hexeafd97

Different shades of #eafd97 color code.

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

Light Shade of #eafd97
#f4fec9
Dark Shade of #eafd97
#e0fc65
Saturated Shade of #eafd97
#ebff95
Desaturated Shade of #eafd97
#e7f89c
Grey scale Shade of #eafd97
#cacaca
Brighten Shade
#ffffb0
Most Readable Shade
#000000

Shades of #eafd97 color code

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

#eafd97
#d0e086
#b6c475
#9ca864
#828c53
#687043
#4e5432
#343821
#1a1c10
#000000

Similar Color like #eafd97 color

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

#ebfe98
#ecff99
#edff9a
#eeff9b
#efff9c
#f0ff9d
#f1ff9e
#f2ff9f
#f3ffa0
#f4ffa1
#f5ffa2
#f6ffa3
#f7ffa4
#f8ffa5
#e9fc96
#e8fb95
#e7fa94
#e6f993
#e5f892
#e4f791
#e3f690
#e2f58f
#e1f48e
#e0f38d
#dff28c
#def18b
#ddf08a
#dcef89

Monochromatic Color with #eafd97

#eafd97
#252818
#4d5332
#747d4b
#9ba864
#c3d27e

Tints of #eafd97 Color

#eafd97
#ecfda2
#eefdae
#f1fdb9
#f3fdc5
#f5fed0
#f8fedc
#fafee7
#fcfef3
#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

#eafd97
#aa97fd

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

Split Complementary

#eafd97
#97b7fd
#dd97fd

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

Analogous Color

#fde797
#fdfc97
#eafd97
#d6fd97
#c1fd97

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

#eafd97
#97eafd
#fd97ea

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

#eafd97
#97fddd
#aa97fd
#fd97b7

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

#eafd97
#aa97fd
#dd97fd
#b7fd97

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

#eafd97 Color Code Preview on Black Background Color

This is how #eafd97 Color will look on black background color. Color contrast ratio is 19.00

#eafd97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eafd97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eafd97

#eafd97 color code is use for CSS Background Color

Background color for the above div is #eafd97

HTML with inline CSS

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

#eafd97 color code is use for CSS Border Color

CSS Border color for the above div is #eafd97

HTML with inline CSS

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

CSS Border Left color for the above div is #eafd97

HTML with inline CSS

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

CSS Border Right color for the above div is #eafd97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eafd97

HTML with inline CSS

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

CSS Border Top color for the above div is #eafd97

HTML with inline CSS

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

#eafd97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eafd97 Color code Preview on White Background

This is how #eafd97 Color code will look on white background color. Color contrast ratio is 1.11

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

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(234,253,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,151,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(234,253,151,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.