Skip to main content Skip to docs navigation

#cecd00 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Golden Foil and its hex is #CCCC00 Nearest Color Name

Color Hue/Base color: Green

Hex #cecd00 Color code in RGB color code model is created after adding 80.78% red color, 80.39% green color and 0% blue color. Hex #cecd00 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 100% yellow and 19.22% black.

Hex #cecd00 color code is between #cccc00 web safe hex color code and #dddd00 web safe hex color code. #cccc00 is the nearest web safe color code. You can see here many more shades of #cecd00 color code.

RGB Chart

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

Color Table

Hex Color Code cecd00 #cecd00
RGB Decimal 206, 205, 0 206, 205, 0
RGB Percent 81%, 80%, 0% rgb(81%, 80%, 0%)
CSS RGBa 206, 205, 0,1 rgba(206,205,0,1)
CMYK Model cmyk(0%,0%,100%,19.22%)
HSL Color Space 60,100% ,40% hsl(60,100% ,40%)
HSV Color Space 60°, 100%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001110 11001101 00000000
Octal 316 315 0
Decimal 206 205 0
Hex ce cd 00

Different shades of #cecd00 color code.

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

Darkest of #cecd00
#353500
Darker of #cecd00
#686700
Dark of #cecd00
#9b9a00
Base of #cecd00
#cecd00
Light of #cecd00
#fffe02
Lighter
#fffe35
Lightest
#fffe68

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

#cecd00
#0001ce

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

Split Complementary

#cecd00
#0068ce
#6600ce

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

Analogous Color

#ce5500
#ce7700
#cecd00
#8ace00
#34ce00

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

#cecd00
#cd00ce
#00cecd

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

#cecd00
#00cecd
#0001ce
#ce0001

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cecd00
#00ce66
#0001ce
#ce0068

Square 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).

Monochromatic Color with #cecd00

#020200
#353500
#686700
#9b9a00
#cecd00
#fffe02
#fffe35
#fffe68
#ffff9b

Tints of #cecd00 Color

#cecd00
#d3d21c
#d8d838
#dedd55
#e3e371
#e9e88d
#eeeeaa
#f4f3c6
#f9f9e2
#ffffff

Shades of #cecd00 color code

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

#cecd00
#b7b600
#a09f00
#898800
#727100
#5b5b00
#444400
#2d2d00
#161600
#000000

Tones

#cecd00
#b9b915
#a5a429
#90903e
#7c7b52

Tones

Similar Color like #cecd00 color

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

#cfce01
#d0cf02
#d1d003
#d2d104
#d3d205
#d4d306
#d5d407
#d6d508
#d7d609
#d8d70a
#d9d80b
#dad90c
#dbda0d
#dcdb0e
#cdcc00
#cccb00
#cbca00
#cac900
#c9c800
#c8c700
#c7c600
#c6c500
#c5c400
#c4c300
#c3c200
#c2c100
#c1c000
#c0bf00

Download this Dark Green

Hex #cecd00 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.

#cecd00 Color Code Preview on Black Background Color

This is how #cecd00 Color will look on black background color. Color contrast ratio is 12.36

#cecd00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cecd00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cecd00

#cecd00 color code is use for CSS Background Color

Background color for the above div is #cecd00

HTML with inline CSS

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

#cecd00 color code is use for CSS Border Color

CSS Border color for the above div is #cecd00

HTML with inline CSS

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

CSS Border Left color for the above div is #cecd00

HTML with inline CSS

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

CSS Border Right color for the above div is #cecd00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cecd00

HTML with inline CSS

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

CSS Border Top color for the above div is #cecd00

HTML with inline CSS

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

#cecd00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cecd00 Color code Preview on White Background

This is how #cecd00 Color code will look on white background color. Color contrast ratio is 1.70

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(206,205,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,1,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,205,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }