crispedge.com

Color picker

Loading...

#cdee5a hex color - Green - Warm color - Information

#cdee5a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #cdee5a Color code in RGB color code model is created after adding 80.39% red color, 93.33% green color and 35.29% blue color. Hex #cdee5a Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 62% yellow and 7% black.

Hex #cdee5a color code is between #ccdd55 web safe hex color code and #ddff66 web safe hex color code. #ccdd55 is the nearest web safe color code. You can see here many more shades of #cdee5a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecdee5a#cdee5a
RGB Decimal205, 238, 90rgb(205, 238, 90)
RGB Percent80%, 93%, 35%rgb(80%, 93%, 35%)
CSS RGBa205, 238, 90,1rgba(205,238,90,1)
CMYK Modelcmyk(14%,0%,62%,7%)
HSL Color Space73,81% ,64%hsl(73,81% ,64%)
HSV Color Space73°, 62%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011110111001011010
Octal315356132
Decimal20523890
Hexcdee5a

Different shades of #cdee5a color code.

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

Light Shade of #cdee5a
#dbf388
Dark Shade of #cdee5a
#bfe92c
Saturated Shade of #cdee5a
#d2f751
Desaturated Shade of #cdee5a
#c8e563
Grey scale Shade of #cdee5a
#a4a4a4
Brighten Shade
#e6ff73
Most Readable Shade
#000000

Shades of #cdee5a color code

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

#cdee5a
#b6d350
#9fb946
#889e3c
#718432
#5b6928
#444f1e
#2d3414
#161a0a
#000000

Similar Color like #cdee5a color

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

#ceef5b
#cff05c
#d0f15d
#d1f25e
#d2f35f
#d3f460
#d4f561
#d5f662
#d6f763
#d7f864
#d8f965
#d9fa66
#dafb67
#dbfc68
#cced59
#cbec58
#caeb57
#c9ea56
#c8e955
#c7e854
#c6e753
#c5e652
#c4e551
#c3e450
#c2e34f
#c1e24e
#c0e14d
#bfe04c

Monochromatic Color with #cdee5a

#cdee5a
#161a0a
#3b441a
#5f6e2a
#84993a
#a8c34a

Tints of #cdee5a Color

#cdee5a
#d2ef6c
#d8f17e
#ddf391
#e3f5a3
#e8f7b5
#eef9c8
#f3fbda
#f9fdec
#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

#cdee5a
#7b5aee

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

Split Complementary

#cdee5a
#5a83ee
#c55aee

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

Analogous Color

#eed45a
#ebee5a
#cdee5a
#afee5a
#92ee5a

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

#cdee5a
#5acdee
#ee5acd

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

#cdee5a
#5aeec5
#7b5aee
#ee5a83

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

#cdee5a
#7b5aee
#c55aee
#83ee5a

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

#cdee5a Color Code Preview on Black Background Color

This is how #cdee5a Color will look on black background color. Color contrast ratio is 15.97

#cdee5a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cdee5a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cdee5a

#cdee5a color code is use for CSS Background Color

Background color for the above div is #cdee5a

HTML with inline CSS

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

#cdee5a color code is use for CSS Border Color

CSS Border color for the above div is #cdee5a

HTML with inline CSS

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

CSS Border Left color for the above div is #cdee5a

HTML with inline CSS

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

CSS Border Right color for the above div is #cdee5a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cdee5a

HTML with inline CSS

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

CSS Border Top color for the above div is #cdee5a

HTML with inline CSS

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

#cdee5a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cdee5a Color code Preview on White Background

This is how #cdee5a Color code will look on white background color. Color contrast ratio is 1.31

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

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(205,238,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,90,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,238,90,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.