crispedge.com

Color picker

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

#edfcc0 hex color - Green - Warm color - Information

#edfcc0 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #edfcc0 color code is between #eeffbb web safe hex color code and #ddeecc web safe hex color code. #eeffbb is the nearest web safe color code. You can see here many more shades of #edfcc0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeedfcc0#edfcc0
RGB Decimal237, 252, 192rgb(237, 252, 192)
RGB Percent93%, 99%, 75%rgb(93%, 99%, 75%)
CSS RGBa237, 252, 192,1rgba(237,252,192,1)
CMYK Modelcmyk(6%,0%,24%,1%)
HSL Color Space75,91% ,87%hsl(75,91% ,87%)
HSV Color Space75°, 24%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111110011000000
Octal355374300
Decimal237252192
Hexedfcc0

Different shades of #edfcc0 color code.

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

Light Shade of #edfcc0
#fbfef1
Dark Shade of #edfcc0
#dffa8f
Saturated Shade of #edfcc0
#eeffbd
Desaturated Shade of #edfcc0
#ebf9c3
Grey scale Shade of #edfcc0
#dedede
Brighten Shade
#ffffd9
Most Readable Shade
#000000

Shades of #edfcc0 color code

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

#edfcc0
#d2e0aa
#b8c495
#9ea880
#838c6a
#697055
#4f5440
#34382a
#1a1c15
#000000

Similar Color like #edfcc0 color

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

#eefdc1
#effec2
#f0ffc3
#f1ffc4
#f2ffc5
#f3ffc6
#f4ffc7
#f5ffc8
#f6ffc9
#f7ffca
#f8ffcb
#f9ffcc
#faffcd
#fbffce
#ecfbbf
#ebfabe
#eaf9bd
#e9f8bc
#e8f7bb
#e7f6ba
#e6f5b9
#e5f4b8
#e4f3b7
#e3f2b6
#e2f1b5
#e1f0b4
#e0efb3
#dfeeb2

Monochromatic Color with #edfcc0

#edfcc0
#25271e
#4d523e
#757c5f
#9da77f
#c5d1a0

Tints of #edfcc0 Color

#edfcc0
#effcc7
#f1fcce
#f3fdd5
#f5fddc
#f7fde3
#f9feea
#fbfef1
#fdfef8
#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

#edfcc0
#cfc0fc

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

Split Complementary

#edfcc0
#c0cffc
#edc0fc

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

Analogous Color

#fcf3c0
#f9fcc0
#edfcc0
#e1fcc0
#d5fcc0

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

#edfcc0
#c0edfc
#fcc0ed

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

#edfcc0
#c0fced
#cfc0fc
#fcc0cf

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

#edfcc0
#cfc0fc
#edc0fc
#cffcc0

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

#edfcc0 Color Code Preview on Black Background Color

This is how #edfcc0 Color will look on black background color. Color contrast ratio is 19.29

#edfcc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfcc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfcc0

#edfcc0 color code is use for CSS Background Color

Background color for the above div is #edfcc0

HTML with inline CSS

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

#edfcc0 color code is use for CSS Border Color

CSS Border color for the above div is #edfcc0

HTML with inline CSS

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

CSS Border Left color for the above div is #edfcc0

HTML with inline CSS

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

CSS Border Right color for the above div is #edfcc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfcc0

HTML with inline CSS

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

CSS Border Top color for the above div is #edfcc0

HTML with inline CSS

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

#edfcc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfcc0 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.