crispedge.com

Color picker

Loading...

#cedf9f hex color - Green - Warm color - Information

#cedf9f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #cedf9f Color code in RGB color code model is created after adding 80.78% red color, 87.45% green color and 62.35% blue color. Hex #cedf9f Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 29% yellow and 13% black.

Hex #cedf9f color code is between #ccdd99 web safe hex color code and #ddeeaa web safe hex color code. #ccdd99 is the nearest web safe color code. You can see here many more shades of #cedf9f color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codecedf9f#cedf9f
RGB Decimal206, 223, 159rgb(206, 223, 159)
RGB Percent81%, 87%, 62%rgb(81%, 87%, 62%)
CSS RGBa206, 223, 159,1rgba(206,223,159,1)
CMYK Modelcmyk(8%,0%,29%,13%)
HSL Color Space76,50% ,75%hsl(76,50% ,75%)
HSV Color Space76°, 29%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101101111110011111
Octal316337237
Decimal206223159
Hexcedf9f

Different shades of #cedf9f color code.

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

Light Shade of #cedf9f
#e2ecc5
Dark Shade of #cedf9f
#bad279
Saturated Shade of #cedf9f
#d1e599
Desaturated Shade of #cedf9f
#cbd9a5
Grey scale Shade of #cedf9f
#bfbfbf
Brighten Shade
#e7f8b8
Most Readable Shade
#000000

Shades of #cedf9f color code

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

#cedf9f
#b7c68d
#a0ad7b
#89946a
#727b58
#5b6346
#444a35
#2d3123
#161811
#000000

Similar Color like #cedf9f color

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

#cfe0a0
#d0e1a1
#d1e2a2
#d2e3a3
#d3e4a4
#d4e5a5
#d5e6a6
#d6e7a7
#d7e8a8
#d8e9a9
#d9eaaa
#daebab
#dbecac
#dcedad
#cdde9e
#ccdd9d
#cbdc9c
#cadb9b
#c9da9a
#c8d999
#c7d898
#c6d797
#c5d696
#c4d595
#c3d494
#c2d393
#c1d292
#c0d191

Monochromatic Color with #cedf9f

#cedf9f
#0a0a07
#313526
#585f44
#7f8a62
#a7b481

Tints of #cedf9f Color

#cedf9f
#d3e2a9
#d8e6b4
#dee9bf
#e3edc9
#e9f0d4
#eef4df
#f4f7e9
#f9fbf4
#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

#cedf9f
#b09fdf

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

Split Complementary

#cedf9f
#9faedf
#d09fdf

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

Analogous Color

#dfd69f
#dbdf9f
#cedf9f
#c1df9f
#b4df9f

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

#cedf9f
#9fcedf
#df9fce

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

#cedf9f
#9fdfd0
#b09fdf
#df9fae

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

#cedf9f
#b09fdf
#d09fdf
#aedf9f

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

#cedf9f Color Code Preview on Black Background Color

This is how #cedf9f Color will look on black background color. Color contrast ratio is 14.68

#cedf9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cedf9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cedf9f

#cedf9f color code is use for CSS Background Color

Background color for the above div is #cedf9f

HTML with inline CSS

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

#cedf9f color code is use for CSS Border Color

CSS Border color for the above div is #cedf9f

HTML with inline CSS

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

CSS Border Left color for the above div is #cedf9f

HTML with inline CSS

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

CSS Border Right color for the above div is #cedf9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cedf9f

HTML with inline CSS

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

CSS Border Top color for the above div is #cedf9f

HTML with inline CSS

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

#cedf9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cedf9f Color code Preview on White Background

This is how #cedf9f Color code will look on white background color. Color contrast ratio is 1.43

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.