Skip to main content Skip to docs navigation

#ccdd03 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 Octarine and its hex is #CCDD00 Nearest Color Name

Color Hue/Base color: Green

Hex #ccdd03 Color code in RGB color code model is created after adding 80% red color, 86.67% green color and 1.18% blue color. Hex #ccdd03 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 99% yellow and 13.33% black.

Hex #ccdd03 color code is between #bbcc00 web safe hex color code and #ddee00 web safe hex color code. #bbcc00 is the nearest web safe color code. You can see here many more shades of #ccdd03 color code.

RGB Chart

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

Color Table

Hex Color Code ccdd03 #ccdd03
RGB Decimal 204, 221, 3 204, 221, 3
RGB Percent 80%, 87%, 1% rgb(80%, 87%, 1%)
CSS RGBa 204, 221, 3,1 rgba(204,221,3,1)
CMYK Model cmyk(8%,0%,99%,13.33%)
HSL Color Space 65,97% ,44% hsl(65,97% ,44%)
HSV Color Space 65°, 99%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 11011101 00000011
Octal 314 335 3
Decimal 204 221 3
Hex cc dd 03

Different shades of #ccdd03 color code.

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

Darkest of #ccdd03
#414601
Darker of #ccdd03
#6f7802
Dark of #ccdd03
#9eab02
Base of #ccdd03
#ccdd03
Light of #ccdd03
#eafc17
Lighter
#effd49
Lightest
#f3fd7c

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

#ccdd03
#1403dd

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

Split Complementary

#ccdd03
#035fdd
#8103dd

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

Analogous Color

#dd6f03
#dd9303
#ccdd03
#83dd03
#28dd03

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

#ccdd03
#dd03cc
#03ccdd

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

#ccdd03
#03ccdd
#1403dd
#dd1403

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

#ccdd03
#03dd81
#1403dd
#dd035f

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 #ccdd03

#121400
#414601
#6f7802
#9eab02
#ccdd03
#eafc17
#effd49
#f3fd7c
#f8feae

Tints of #ccdd03 Color

#ccdd03
#d1e01f
#d7e43b
#dde857
#e2ec73
#e8ef8f
#eef3ab
#f3f7c7
#f9fbe3
#ffffff

Shades of #ccdd03 color code

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

#ccdd03
#b5c402
#9eab02
#889302
#717a01
#5a6201
#444901
#2d3100
#161800
#000000

Tones

#ccdd03
#b9c719
#a6b030
#939a46
#80835d

Tones

Similar Color like #ccdd03 color

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

#cdde04
#cedf05
#cfe006
#d0e107
#d1e208
#d2e309
#d3e40a
#d4e50b
#d5e60c
#d6e70d
#d7e80e
#d8e90f
#d9ea10
#daeb11
#cbdc02
#cadb01
#c9da00
#c8d900
#c7d800
#c6d700
#c5d600
#c4d500
#c3d400
#c2d300
#c1d200
#c0d100
#bfd000
#becf00

Download this Dark Green

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

#ccdd03 Color Code Preview on Black Background Color

This is how #ccdd03 Color will look on black background color. Color contrast ratio is 13.91

#ccdd03 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdd03

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdd03

#ccdd03 color code is use for CSS Background Color

Background color for the above div is #ccdd03

HTML with inline CSS

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

#ccdd03 color code is use for CSS Border Color

CSS Border color for the above div is #ccdd03

HTML with inline CSS

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

CSS Border Left color for the above div is #ccdd03

HTML with inline CSS

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

CSS Border Right color for the above div is #ccdd03

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccdd03

HTML with inline CSS

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

CSS Border Top color for the above div is #ccdd03

HTML with inline CSS

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

#ccdd03 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccdd03 Color code Preview on White Background

This is how #ccdd03 Color code will look on white background color. Color contrast ratio is 1.51

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

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