crispedge.com

Color picker

Loading...

#edfaf2 hex color - White - Cool color - Information

#edfaf2 hex color - White - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: White

Hex #edfaf2 Color code in RGB color code model is created after adding 92.94% red color, 98.04% green color and 94.9% blue color. Hex #edfaf2 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 3% yellow and 2% black.

Hex #edfaf2 color code is between #eeffee web safe hex color code and #ddeeff web safe hex color code. #eeffee is the nearest web safe color code. You can see here many more shades of #edfaf2 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeedfaf2#edfaf2
RGB Decimal237, 250, 242rgb(237, 250, 242)
RGB Percent93%, 98%, 95%rgb(93%, 98%, 95%)
CSS RGBa237, 250, 242,1rgba(237,250,242,1)
CMYK Modelcmyk(5%,0%,3%,2%)
HSL Color Space143,57% ,95%hsl(143,57% ,95%)
HSV Color Space143°, 5%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111011011111101011110010
Octal355372362
Decimal237250242
Hexedfaf2

Different shades of #edfaf2 color code.

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

Light Shade of #edfaf2
#ffffff
Dark Shade of #edfaf2
#c5efd5
Saturated Shade of #edfaf2
#ecfbf2
Desaturated Shade of #edfaf2
#eef9f2
Grey scale Shade of #edfaf2
#f3f3f3
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #edfaf2 color code

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

#edfaf2
#d2ded7
#b8c2bc
#9ea6a1
#838a86
#696f6b
#4f5350
#343735
#1a1b1a
#000000

Similar Color like #edfaf2 color

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

#eefbf3
#effcf4
#f0fdf5
#f1fef6
#f2fff7
#f3fff8
#f4fff9
#f5fffa
#f6fffb
#f7fffc
#f8fffd
#f9fffe
#faffff
#fbffff
#ecf9f1
#ebf8f0
#eaf7ef
#e9f6ee
#e8f5ed
#e7f4ec
#e6f3eb
#e5f2ea
#e4f1e9
#e3f0e8
#e2efe7
#e1eee6
#e0ede5
#dfece4

Monochromatic Color with #edfaf2

#edfaf2
#242524
#4c504d
#747a77
#9ca5a0
#c5cfc9

Tints of #edfaf2 Color

#edfaf2
#effaf3
#f1fbf4
#f3fbf6
#f5fcf7
#f7fcf9
#f9fdfa
#fbfdfc
#fdfefd
#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

#edfaf2
#faedf5

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

Split Complementary

#edfaf2
#f8edfa
#faedef

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

Analogous Color

#edfaed
#edfaef
#edfaf2
#edfaf5
#edfaf7

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

#edfaf2
#f2edfa
#faf2ed

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

#edfaf2
#edeefa
#faedf5
#faf8ed

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

#edfaf2
#faedf5
#faedef
#edfaf8

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

#edfaf2 Color Code Preview on Black Background Color

This is how #edfaf2 Color will look on black background color. Color contrast ratio is 19.56

#edfaf2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfaf2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfaf2

#edfaf2 color code is use for CSS Background Color

Background color for the above div is #edfaf2

HTML with inline CSS

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

#edfaf2 color code is use for CSS Border Color

CSS Border color for the above div is #edfaf2

HTML with inline CSS

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

CSS Border Left color for the above div is #edfaf2

HTML with inline CSS

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

CSS Border Right color for the above div is #edfaf2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfaf2

HTML with inline CSS

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

CSS Border Top color for the above div is #edfaf2

HTML with inline CSS

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

#edfaf2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfaf2 Color code Preview on White Background

This is how #edfaf2 Color code will look on white background color. Color contrast ratio is 1.07

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

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,250,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,237,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,250,242,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.