crispedge.com

Color picker

Loading...

#ccdc1c hex color - Green - Warm color - Information

#ccdc1c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ccdc1c Color code in RGB color code model is created after adding 80% red color, 86.27% green color and 10.98% blue color. Hex #ccdc1c Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 87% yellow and 14% black.

Hex #ccdc1c color code is between #bbdd22 web safe hex color code and #ddcc11 web safe hex color code. #bbdd22 is the nearest web safe color code. You can see here many more shades of #ccdc1c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccdc1c#ccdc1c
RGB Decimal204, 220, 28rgb(204, 220, 28)
RGB Percent80%, 86%, 11%rgb(80%, 86%, 11%)
CSS RGBa204, 220, 28,1rgba(204,220,28,1)
CMYK Modelcmyk(7%,0%,87%,14%)
HSL Color Space65,77% ,49%hsl(65,77% ,49%)
HSV Color Space65°, 87%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001101110000011100
Octal31433434
Decimal20422028
Hexccdc1c

Different shades of #ccdc1c color code.

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

Light Shade of #ccdc1c
#dae744
Dark Shade of #ccdc1c
#a2af16
Saturated Shade of #ccdc1c
#d6e810
Desaturated Shade of #ccdc1c
#c2d028
Grey scale Shade of #ccdc1c
#7c7c7c
Brighten Shade
#e5f535
Most Readable Shade
#000000

Shades of #ccdc1c color code

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

#ccdc1c
#b5c318
#9eab15
#889212
#717a0f
#5a610c
#444909
#2d3006
#161803
#000000

Similar Color like #ccdc1c color

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

#cddd1d
#cede1e
#cfdf1f
#d0e020
#d1e121
#d2e222
#d3e323
#d4e424
#d5e525
#d6e626
#d7e727
#d8e828
#d9e929
#daea2a
#cbdb1b
#cada1a
#c9d919
#c8d818
#c7d717
#c6d616
#c5d515
#c4d414
#c3d313
#c2d212
#c1d111
#c0d010
#bfcf0f
#bece0e

Monochromatic Color with #ccdc1c

#ccdc1c
#070701
#2e3206
#565c0c
#7d8711
#a5b117

Tints of #ccdc1c Color

#ccdc1c
#d1df35
#d7e34e
#dde767
#e2eb80
#e8ef9a
#eef3b3
#f3f7cc
#f9fbe5
#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

#ccdc1c
#2c1cdc

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

Split Complementary

#ccdc1c
#1c6cdc
#8c1cdc

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

Analogous Color

#dc9f1c
#dcc61c
#ccdc1c
#a6dc1c
#7fdc1c

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

#ccdc1c
#1cccdc
#dc1ccc

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

#ccdc1c
#1cdc8c
#2c1cdc
#dc1c6c

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

#ccdc1c
#2c1cdc
#8c1cdc
#6cdc1c

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

#ccdc1c Color Code Preview on Black Background Color

This is how #ccdc1c Color will look on black background color. Color contrast ratio is 13.82

#ccdc1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdc1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdc1c

#ccdc1c color code is use for CSS Background Color

Background color for the above div is #ccdc1c

HTML with inline CSS

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

#ccdc1c color code is use for CSS Border Color

CSS Border color for the above div is #ccdc1c

HTML with inline CSS

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

CSS Border Left color for the above div is #ccdc1c

HTML with inline CSS

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

CSS Border Right color for the above div is #ccdc1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccdc1c

HTML with inline CSS

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

CSS Border Top color for the above div is #ccdc1c

HTML with inline CSS

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

#ccdc1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccdc1c Color code Preview on White Background

This is how #ccdc1c Color code will look on white background color. Color contrast ratio is 1.52

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

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(204,220,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,28,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,220,28,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.