crispedge.com

Color picker

Loading...

#ccd18f hex color - Green - Warm color - Information

#ccd18f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ccd18f Color code in RGB color code model is created after adding 80% red color, 81.96% green color and 56.08% blue color. Hex #ccd18f Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 32% yellow and 18% black.

Hex #ccd18f color code is between #bbcc88 web safe hex color code and #dddd99 web safe hex color code. #bbcc88 is the nearest web safe color code. You can see here many more shades of #ccd18f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccd18f#ccd18f
RGB Decimal204, 209, 143rgb(204, 209, 143)
RGB Percent80%, 82%, 56%rgb(80%, 82%, 56%)
CSS RGBa204, 209, 143,1rgba(204,209,143,1)
CMYK Modelcmyk(2%,0%,32%,18%)
HSL Color Space65,42% ,69%hsl(65,42% ,69%)
HSV Color Space65°, 32%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001101000110001111
Octal314321217
Decimal204209143
Hexccd18f

Different shades of #ccd18f color code.

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

Light Shade of #ccd18f
#dce0b3
Dark Shade of #ccd18f
#bcc26b
Saturated Shade of #ccd18f
#d3d987
Desaturated Shade of #ccd18f
#c5c997
Grey scale Shade of #ccd18f
#b0b0b0
Brighten Shade
#e5eaa8
Most Readable Shade
#000000

Shades of #ccd18f color code

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

#ccd18f
#b5b97f
#9ea26f
#888b5f
#71744f
#5a5c3f
#44452f
#2d2e1f
#16170f
#000000

Similar Color like #ccd18f color

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

#cdd290
#ced391
#cfd492
#d0d593
#d1d694
#d2d795
#d3d896
#d4d997
#d5da98
#d6db99
#d7dc9a
#d8dd9b
#d9de9c
#dadf9d
#cbd08e
#cacf8d
#c9ce8c
#c8cd8b
#c7cc8a
#c6cb89
#c5ca88
#c4c987
#c3c886
#c2c785
#c1c684
#c0c583
#bfc482
#bec381

Monochromatic Color with #ccd18f

#ccd18f
#f5fbac
#26271b
#505138
#797c55
#a3a672

Tints of #ccd18f Color

#ccd18f
#d1d69b
#d7dba7
#dde0b4
#e2e5c0
#e8eacd
#eeefd9
#f3f4e6
#f9f9f2
#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

#ccd18f
#948fd1

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

Split Complementary

#ccd18f
#8fabd1
#b58fd1

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

Analogous Color

#d1bc8f
#d1c98f
#ccd18f
#bfd18f
#b2d18f

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

#ccd18f
#8fccd1
#d18fcc

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

#ccd18f
#8fd1b5
#948fd1
#d18fab

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

#ccd18f
#948fd1
#b58fd1
#abd18f

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

#ccd18f Color Code Preview on Black Background Color

This is how #ccd18f Color will look on black background color. Color contrast ratio is 13.08

#ccd18f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd18f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd18f

#ccd18f color code is use for CSS Background Color

Background color for the above div is #ccd18f

HTML with inline CSS

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

#ccd18f color code is use for CSS Border Color

CSS Border color for the above div is #ccd18f

HTML with inline CSS

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

CSS Border Left color for the above div is #ccd18f

HTML with inline CSS

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

CSS Border Right color for the above div is #ccd18f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccd18f

HTML with inline CSS

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

CSS Border Top color for the above div is #ccd18f

HTML with inline CSS

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

#ccd18f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccd18f Color code Preview on White Background

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

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,209,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,143,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,209,143,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.