crispedge.com

Color picker

Loading...

#cedd8a hex color - Green - Warm color - Information

#cedd8a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #cedd8a Color code in RGB color code model is created after adding 80.78% red color, 86.67% green color and 54.12% blue color. Hex #cedd8a Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 38% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecedd8a#cedd8a
RGB Decimal206, 221, 138rgb(206, 221, 138)
RGB Percent81%, 87%, 54%rgb(81%, 87%, 54%)
CSS RGBa206, 221, 138,1rgba(206,221,138,1)
CMYK Modelcmyk(7%,0%,38%,13%)
HSL Color Space71,55% ,70%hsl(71,55% ,70%)
HSV Color Space71°, 38%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101101110110001010
Octal316335212
Decimal206221138
Hexcedd8a

Different shades of #cedd8a color code.

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

Light Shade of #cedd8a
#dfe8b2
Dark Shade of #cedd8a
#bdd262
Saturated Shade of #cedd8a
#d3e582
Desaturated Shade of #cedd8a
#c9d592
Grey scale Shade of #cedd8a
#b3b3b3
Brighten Shade
#e7f6a3
Most Readable Shade
#000000

Shades of #cedd8a color code

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

#cedd8a
#b7c47a
#a0ab6b
#89935c
#727a4c
#5b623d
#44492e
#2d311e
#16180f
#000000

Similar Color like #cedd8a color

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

#cfde8b
#d0df8c
#d1e08d
#d2e18e
#d3e28f
#d4e390
#d5e491
#d6e592
#d7e693
#d8e794
#d9e895
#dae996
#dbea97
#dceb98
#cddc89
#ccdb88
#cbda87
#cad986
#c9d885
#c8d784
#c7d683
#c6d582
#c5d481
#c4d380
#c3d27f
#c2d17e
#c1d07d
#c0cf7c

Monochromatic Color with #cedd8a

#cedd8a
#080805
#303320
#575d3a
#7f8855
#a6b36f

Tints of #cedd8a Color

#cedd8a
#d3e097
#d8e4a4
#dee8b1
#e3ecbe
#e9efcb
#eef3d8
#f4f7e5
#f9fbf2
#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

#cedd8a
#998add

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

Split Complementary

#cedd8a
#8aa5dd
#c28add

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

Analogous Color

#ddcb8a
#dddb8a
#cedd8a
#bddd8a
#addd8a

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

#cedd8a
#8acedd
#dd8ace

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

#cedd8a
#8addc2
#998add
#dd8aa4

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

#cedd8a
#998add
#c28add
#a5dd8a

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

#cedd8a Color Code Preview on Black Background Color

This is how #cedd8a Color will look on black background color. Color contrast ratio is 14.33

#cedd8a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cedd8a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cedd8a

#cedd8a color code is use for CSS Background Color

Background color for the above div is #cedd8a

HTML with inline CSS

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

#cedd8a color code is use for CSS Border Color

CSS Border color for the above div is #cedd8a

HTML with inline CSS

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

CSS Border Left color for the above div is #cedd8a

HTML with inline CSS

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

CSS Border Right color for the above div is #cedd8a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cedd8a

HTML with inline CSS

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

CSS Border Top color for the above div is #cedd8a

HTML with inline CSS

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

#cedd8a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cedd8a Color code Preview on White Background

This is how #cedd8a Color code will look on white background color. Color contrast ratio is 1.47

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.