crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#edfda6 hex color - Yellow - Warm color - Information

#edfda6 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #edfda6 Color code in RGB color code model is created after adding 92.94% red color, 99.22% green color and 65.1% blue color. Hex #edfda6 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 34% yellow and 1% black.

Hex #edfda6 color code is between #eeffaa web safe hex color code and #ddee99 web safe hex color code. #eeffaa is the nearest web safe color code. You can see here many more shades of #edfda6 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeedfda6#edfda6
RGB Decimal237, 253, 166rgb(237, 253, 166)
RGB Percent93%, 99%, 65%rgb(93%, 99%, 65%)
CSS RGBa237, 253, 166,1rgba(237,253,166,1)
CMYK Modelcmyk(6%,0%,34%,1%)
HSL Color Space71,96% ,82%hsl(71,96% ,82%)
HSV Color Space71°, 34%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111110110100110
Octal355375246
Decimal237253166
Hexedfda6

Different shades of #edfda6 color code.

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

Light Shade of #edfda6
#f7fed8
Dark Shade of #edfda6
#e3fc74
Saturated Shade of #edfda6
#eeffa4
Desaturated Shade of #edfda6
#eaf8ab
Grey scale Shade of #edfda6
#d1d1d1
Brighten Shade
#ffffbf
Most Readable Shade
#000000

Shades of #edfda6 color code

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

#edfda6
#d2e093
#b8c481
#9ea86e
#838c5c
#697049
#4f5437
#343824
#1a1c12
#000000

Similar Color like #edfda6 color

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

#eefea7
#efffa8
#f0ffa9
#f1ffaa
#f2ffab
#f3ffac
#f4ffad
#f5ffae
#f6ffaf
#f7ffb0
#f8ffb1
#f9ffb2
#faffb3
#fbffb4
#ecfca5
#ebfba4
#eafaa3
#e9f9a2
#e8f8a1
#e7f7a0
#e6f69f
#e5f59e
#e4f49d
#e3f39c
#e2f29b
#e1f19a
#e0f099
#dfef98

Monochromatic Color with #edfda6

#edfda6
#26281b
#4e5336
#767d52
#9da86e
#c5d28a

Tints of #edfda6 Color

#edfda6
#effdaf
#f1fdb9
#f3fdc3
#f5fdcd
#f7fed7
#f9fee1
#fbfeeb
#fdfef5
#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

#edfda6
#b6a6fd

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

Split Complementary

#edfda6
#a6c2fd
#e2a6fd

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

Analogous Color

#fdeaa6
#fdfca6
#edfda6
#dcfda6
#cafda6

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

#edfda6
#a6edfd
#fda6ed

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

#edfda6
#a6fde1
#b6a6fd
#fda6c1

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

#edfda6
#b6a6fd
#e2a6fd
#c2fda6

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

#edfda6 Color Code Preview on Black Background Color

This is how #edfda6 Color will look on black background color. Color contrast ratio is 19.20

#edfda6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfda6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfda6

#edfda6 color code is use for CSS Background Color

Background color for the above div is #edfda6

HTML with inline CSS

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

#edfda6 color code is use for CSS Border Color

CSS Border color for the above div is #edfda6

HTML with inline CSS

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

CSS Border Left color for the above div is #edfda6

HTML with inline CSS

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

CSS Border Right color for the above div is #edfda6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfda6

HTML with inline CSS

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

CSS Border Top color for the above div is #edfda6

HTML with inline CSS

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

#edfda6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfda6 Color code Preview on White Background

This is how #edfda6 Color code will look on white background color. Color contrast ratio is 1.09

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.