crispedge.com

Color picker

Loading...

#edffed hex color - White - Cool color - Information

#edffed hex color - White - Cool color

Color Hue/Base color: White

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

Hex #edffed color code is between #eeeeee web safe hex color code and #dddddd web safe hex color code. #eeeeee is the nearest web safe color code. You can see here many more shades of #edffed color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeedffed#edffed
RGB Decimal237, 255, 237rgb(237, 255, 237)
RGB Percent93%, 100%, 93%rgb(93%, 100%, 93%)
CSS RGBa237, 255, 237,1rgba(237,255,237,1)
CMYK Modelcmyk(7%,0%,7%,0%)
HSL Color Space120,100% ,96%hsl(120,100% ,96%)
HSV Color Space120°, 7%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111011011111111111101101
Octal355377355
Decimal237255237
Hexedffed

Different shades of #edffed color code.

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

Light Shade of #edffed
#ffffff
Dark Shade of #edffed
#baffba
Saturated Shade of #edffed
#edffed
Desaturated Shade of #edffed
#eefeee
Grey scale Shade of #edffed
#f6f6f6
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #edffed color code

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

#edffed
#d2e2d2
#b8c6b8
#9eaa9e
#838d83
#697169
#4f554f
#343834
#1a1c1a
#000000

Similar Color like #edffed color

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

#eeffee
#efffef
#f0fff0
#f1fff1
#f2fff2
#f3fff3
#f4fff4
#f5fff5
#f6fff6
#f7fff7
#f8fff8
#f9fff9
#fafffa
#fbfffb
#ecfeec
#ebfdeb
#eafcea
#e9fbe9
#e8fae8
#e7f9e7
#e6f8e6
#e5f7e5
#e4f6e4
#e3f5e3
#e2f4e2
#e1f3e1
#e0f2e0
#dff1df

Monochromatic Color with #edffed

#edffed
#272a27
#4f554f
#778077
#9eaa9e
#c6d4c6

Tints of #edffed Color

#edffed
#efffef
#f1fff1
#f3fff3
#f5fff5
#f7fff7
#f9fff9
#fbfffb
#fdfffd
#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

#edffed
#ffedff

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

Split Complementary

#edffed
#f6edff
#ffedf6

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

Analogous Color

#f4ffed
#f1ffed
#edffed
#edfff1
#edfff4

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

#edffed
#ededff
#ffeded

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

#edffed
#edf6ff
#ffedff
#fff6ed

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

#edffed
#ffedff
#ffedf6
#edfff6

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

#edffed Color Code Preview on Black Background Color

This is how #edffed Color will look on black background color. Color contrast ratio is 20.13

#edffed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edffed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edffed

#edffed color code is use for CSS Background Color

Background color for the above div is #edffed

HTML with inline CSS

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

#edffed color code is use for CSS Border Color

CSS Border color for the above div is #edffed

HTML with inline CSS

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

CSS Border Left color for the above div is #edffed

HTML with inline CSS

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

CSS Border Right color for the above div is #edffed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edffed

HTML with inline CSS

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

CSS Border Top color for the above div is #edffed

HTML with inline CSS

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

#edffed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edffed Color code Preview on White Background

This is how #edffed Color code will look on white background color. Color contrast ratio is 1.04

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.