@
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.

#ccd50c hex color - Green - Warm color - Information

#ccd50c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ccd50c Color code in RGB color code model is created after adding 80% red color, 83.53% green color and 4.71% blue color. Hex #ccd50c Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 94% yellow and 16.47% black.

Hex #ccd50c color code is between #bbdd11 web safe hex color code and #ddcc00 web safe hex color code. #bbdd11 is the nearest web safe color code. You can see here many more shades of #ccd50c color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code ccd50c #ccd50c
RGB Decimal 204, 213, 12 rgb(204, 213, 12)
RGB Percent 80%, 84%, 5% rgb(80%, 84%, 5%)
CSS RGBa 204, 213, 12,1 rgba(204,213,12,1)
CMYK Model cmyk(4%,0%,94%,16.47%)
HSL Color Space 63,89% ,44% hsl(63,89% ,44%)
HSV Color Space 63°, 94%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 11010101 00001100
Octal 314 325 14
Decimal 204 213 12
Hex cc d5 0c

Different shades of #ccd50c color code.

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

Light Shade of #ccd50c
#e9f321
Dark Shade of #ccd50c
#9ea509
Saturated Shade of #ccd50c
#d6e001
Desaturated Shade of #ccd50c
#c2ca17
Grey scale Shade of #ccd50c
#707070
Brighten Shade
#e5ee25
Most Readable Shade
#000000

Shades of #ccd50c color code

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

#ccd50c
#b5bd0a
#9ea509
#888e08
#717606
#5a5e05
#444704
#2d2f02
#161701
#000000

Similar Color like #ccd50c color

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

#cdd60d
#ced70e
#cfd80f
#d0d910
#d1da11
#d2db12
#d3dc13
#d4dd14
#d5de15
#d6df16
#d7e017
#d8e118
#d9e219
#dae31a
#cbd40b
#cad30a
#c9d209
#c8d108
#c7d007
#c6cf06
#c5ce05
#c4cd04
#c3cc03
#c2cb02
#c1ca01
#c0c900
#bfc800
#bec700

Monochromatic Color with #ccd50c

#ccd50c
#000000
#292b02
#525505
#7b8007
#a3aa0a

Tints of #ccd50c Color

#ccd50c
#d1d927
#d7de42
#dde35d
#e2e778
#e8ec93
#eef1ae
#f3f5c9
#f9fae4
#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

#ccd50c
#150cd5

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

Split Complementary

#ccd50c
#0c67d5
#7a0cd5

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

Analogous Color

#d58e0c
#d5b60c
#ccd50c
#a4d50c
#7cd50c

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

#ccd50c
#0cccd5
#d50ccc

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

#ccd50c
#0cd579
#150cd5
#d50c67

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

#ccd50c
#150cd5
#7a0cd5
#67d50c

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

#ccd50c Color Code Preview on Black Background Color

This is how #ccd50c Color will look on black background color. Color contrast ratio is 13.09

#ccd50c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd50c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd50c

#ccd50c color code is use for CSS Background Color

Background color for the above div is #ccd50c

HTML with inline CSS

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

#ccd50c color code is use for CSS Border Color

CSS Border color for the above div is #ccd50c

HTML with inline CSS

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

CSS Border Left color for the above div is #ccd50c

HTML with inline CSS

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

CSS Border Right color for the above div is #ccd50c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccd50c

HTML with inline CSS

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

CSS Border Top color for the above div is #ccd50c

HTML with inline CSS

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

#ccd50c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccd50c Color code Preview on White Background

This is how #ccd50c Color code will look on white background color. Color contrast ratio is 1.60

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.