crispedge.com

Color picker

Loading...

#ccdabd hex color - Green - Warm color - Information

#ccdabd hex color - Green - Warm color

Color Hue/Base color: Green

Hex #ccdabd Color code in RGB color code model is created after adding 80% red color, 85.49% green color and 74.12% blue color. Hex #ccdabd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 13% yellow and 15% black.

Hex #ccdabd color code is between #bbddbb web safe hex color code and #ddcccc web safe hex color code. #bbddbb is the nearest web safe color code. You can see here many more shades of #ccdabd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeccdabd#ccdabd
RGB Decimal204, 218, 189rgb(204, 218, 189)
RGB Percent80%, 85%, 74%rgb(80%, 85%, 74%)
CSS RGBa204, 218, 189,1rgba(204,218,189,1)
CMYK Modelcmyk(6%,0%,13%,15%)
HSL Color Space89,28% ,80%hsl(89,28% ,80%)
HSV Color Space89°, 13%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001101101010111101
Octal314332275
Decimal204218189
Hexccdabd

Different shades of #ccdabd color code.

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

Light Shade of #ccdabd
#e5ecde
Dark Shade of #ccdabd
#b3c89c
Saturated Shade of #ccdabd
#ccdfb8
Desaturated Shade of #ccdabd
#ccd5c2
Grey scale Shade of #ccdabd
#cbcbcb
Brighten Shade
#e5f3d6
Most Readable Shade
#000000

Shades of #ccdabd color code

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

#ccdabd
#b5c1a8
#9ea993
#88917e
#717969
#5a6054
#44483f
#2d302a
#161815
#000000

Similar Color like #ccdabd color

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

#cddbbe
#cedcbf
#cfddc0
#d0dec1
#d1dfc2
#d2e0c3
#d3e1c4
#d4e2c5
#d5e3c6
#d6e4c7
#d7e5c8
#d8e6c9
#d9e7ca
#dae8cb
#cbd9bc
#cad8bb
#c9d7ba
#c8d6b9
#c7d5b8
#c6d4b7
#c5d3b6
#c4d2b5
#c3d1b4
#c2d0b3
#c1cfb2
#c0ceb1
#bfcdb0
#beccaf

Monochromatic Color with #ccdabd

#ccdabd
#050505
#2d302a
#555a4e
#7c8573
#a4af98

Tints of #ccdabd Color

#ccdabd
#d1dec4
#d7e2cb
#dde6d3
#e2eada
#e8eee1
#eef2e9
#f3f6f0
#f9faf7
#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

#ccdabd
#cbbdda

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

Split Complementary

#ccdabd
#bdbeda
#d9bdda

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

Analogous Color

#d8dabd
#d2dabd
#ccdabd
#c6dabd
#c0dabd

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

#ccdabd
#bdccda
#dabdcc

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

#ccdabd
#bddad9
#cbbdda
#dabdbd

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

#ccdabd
#cbbdda
#d9bdda
#bedabd

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

#ccdabd Color Code Preview on Black Background Color

This is how #ccdabd Color will look on black background color. Color contrast ratio is 14.33

#ccdabd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdabd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccdabd

#ccdabd color code is use for CSS Background Color

Background color for the above div is #ccdabd

HTML with inline CSS

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

#ccdabd color code is use for CSS Border Color

CSS Border color for the above div is #ccdabd

HTML with inline CSS

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

CSS Border Left color for the above div is #ccdabd

HTML with inline CSS

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

CSS Border Right color for the above div is #ccdabd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccdabd

HTML with inline CSS

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

CSS Border Top color for the above div is #ccdabd

HTML with inline CSS

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

#ccdabd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccdabd Color code Preview on White Background

This is how #ccdabd Color code will look on white background color. Color contrast ratio is 1.47

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

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,218,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,189,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,218,189,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.