crispedge.com

Color picker

Loading...

#ccd45c hex color - Yellow - Warm color - Information

#ccd45c hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #ccd45c Color code in RGB color code model is created after adding 80% red color, 83.14% green color and 36.08% blue color. Hex #ccd45c Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 57% yellow and 17% black.

Hex #ccd45c color code is between #bbcc55 web safe hex color code and #dddd66 web safe hex color code. #bbcc55 is the nearest web safe color code. You can see here many more shades of #ccd45c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccd45c#ccd45c
RGB Decimal204, 212, 92rgb(204, 212, 92)
RGB Percent80%, 83%, 36%rgb(80%, 83%, 36%)
CSS RGBa204, 212, 92,1rgba(204,212,92,1)
CMYK Modelcmyk(4%,0%,57%,17%)
HSL Color Space64,58% ,60%hsl(64,58% ,60%)
HSV Color Space64°, 57%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001101010001011100
Octal314324134
Decimal20421292
Hexccd45c

Different shades of #ccd45c color code.

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

Light Shade of #ccd45c
#d9df84
Dark Shade of #ccd45c
#bec835
Saturated Shade of #ccd45c
#d5de52
Desaturated Shade of #ccd45c
#c3ca66
Grey scale Shade of #ccd45c
#989898
Brighten Shade
#e5ed75
Most Readable Shade
#000000

Shades of #ccd45c color code

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

#ccd45c
#b5bc51
#9ea447
#888d3d
#717533
#5a5e28
#44461e
#2d2f14
#16170a
#000000

Similar Color like #ccd45c color

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

#cdd55d
#ced65e
#cfd75f
#d0d860
#d1d961
#d2da62
#d3db63
#d4dc64
#d5dd65
#d6de66
#d7df67
#d8e068
#d9e169
#dae26a
#cbd35b
#cad25a
#c9d159
#c8d058
#c7cf57
#c6ce56
#c5cd55
#c4cc54
#c3cb53
#c2ca52
#c1c951
#c0c850
#bfc74f
#bec64e

Monochromatic Color with #ccd45c

#ccd45c
#f5fe6e
#282a12
#515425
#7a7f37
#a3a94a

Tints of #ccd45c Color

#ccd45c
#d1d86e
#d7dd80
#dde292
#e2e7a4
#e8ebb6
#eef0c8
#f3f5da
#f9faec
#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

#ccd45c
#645cd4

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

Split Complementary

#ccd45c
#5c90d4
#a05cd4

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

Analogous Color

#d4ac5c
#d4c45c
#ccd45c
#b4d45c
#9cd45c

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

#ccd45c
#5cccd4
#d45ccc

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

#ccd45c
#5cd4a0
#645cd4
#d45c90

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

#ccd45c
#645cd4
#a05cd4
#90d45c

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

#ccd45c Color Code Preview on Black Background Color

This is how #ccd45c Color will look on black background color. Color contrast ratio is 13.14

#ccd45c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd45c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd45c

#ccd45c color code is use for CSS Background Color

Background color for the above div is #ccd45c

HTML with inline CSS

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

#ccd45c color code is use for CSS Border Color

CSS Border color for the above div is #ccd45c

HTML with inline CSS

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

CSS Border Left color for the above div is #ccd45c

HTML with inline CSS

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

CSS Border Right color for the above div is #ccd45c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccd45c

HTML with inline CSS

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

CSS Border Top color for the above div is #ccd45c

HTML with inline CSS

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

#ccd45c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccd45c Color code Preview on White Background

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

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,212,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,92,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,212,92,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.