crispedge.com

Color picker

Loading...

#ccf2aa hex color - Green - Cool color - Information

#ccf2aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #ccf2aa Color code in RGB color code model is created after adding 80% red color, 94.9% green color and 66.67% blue color. Hex #ccf2aa Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 30% yellow and 5% black.

Hex #ccf2aa color code is between #bbee99 web safe hex color code and #ddffbb web safe hex color code. #bbee99 is the nearest web safe color code. You can see here many more shades of #ccf2aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccf2aa#ccf2aa
RGB Decimal204, 242, 170rgb(204, 242, 170)
RGB Percent80%, 95%, 67%rgb(80%, 95%, 67%)
CSS RGBa204, 242, 170,1rgba(204,242,170,1)
CMYK Modelcmyk(16%,0%,30%,5%)
HSL Color Space92,73% ,81%hsl(92,73% ,81%)
HSV Color Space92°, 30%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001111001010101010
Octal314362252
Decimal204242170
Hexccf2aa

Different shades of #ccf2aa color code.

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

Light Shade of #ccf2aa
#e7f9d6
Dark Shade of #ccf2aa
#b1eb7e
Saturated Shade of #ccf2aa
#ccf7a5
Desaturated Shade of #ccf2aa
#ccedaf
Grey scale Shade of #ccf2aa
#cecece
Brighten Shade
#e5ffc3
Most Readable Shade
#000000

Shades of #ccf2aa color code

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

#ccf2aa
#b5d797
#9ebc84
#88a171
#71865e
#5a6b4b
#445038
#2d3525
#161a12
#000000

Similar Color like #ccf2aa color

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

#cdf3ab
#cef4ac
#cff5ad
#d0f6ae
#d1f7af
#d2f8b0
#d3f9b1
#d4fab2
#d5fbb3
#d6fcb4
#d7fdb5
#d8feb6
#d9ffb7
#daffb8
#cbf1a9
#caf0a8
#c9efa7
#c8eea6
#c7eda5
#c6eca4
#c5eba3
#c4eaa2
#c3e9a1
#c2e8a0
#c1e79f
#c0e69e
#bfe59d
#bee49c

Monochromatic Color with #ccf2aa

#ccf2aa
#191d15
#3d4833
#617250
#849d6e
#a8c78c

Tints of #ccf2aa Color

#ccf2aa
#d1f3b3
#d7f4bc
#ddf6c6
#e2f7cf
#e8f9d9
#eefae2
#f3fcec
#f9fdf5
#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

#ccf2aa
#d0aaf2

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

Split Complementary

#ccf2aa
#acaaf2
#f2aaf0

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

Analogous Color

#e9f2aa
#daf2aa
#ccf2aa
#bef2aa
#aff2aa

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

#ccf2aa
#aaccf2
#f2aacc

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

#ccf2aa
#aaf0f2
#d0aaf2
#f2acaa

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

#ccf2aa
#d0aaf2
#f2aaf0
#aaf2ac

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

#ccf2aa Color Code Preview on Black Background Color

This is how #ccf2aa Color will look on black background color. Color contrast ratio is 16.85

#ccf2aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccf2aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccf2aa

#ccf2aa color code is use for CSS Background Color

Background color for the above div is #ccf2aa

HTML with inline CSS

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

#ccf2aa color code is use for CSS Border Color

CSS Border color for the above div is #ccf2aa

HTML with inline CSS

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

CSS Border Left color for the above div is #ccf2aa

HTML with inline CSS

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

CSS Border Right color for the above div is #ccf2aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccf2aa

HTML with inline CSS

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

CSS Border Top color for the above div is #ccf2aa

HTML with inline CSS

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

#ccf2aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccf2aa Color code Preview on White Background

This is how #ccf2aa Color code will look on white background color. Color contrast ratio is 1.25

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

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,242,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,170,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,242,170,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.