Skip to main content Skip to docs navigation

#c2eecf hex color | Download Light Green BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Spatial Spirit and its hex is #C1EDD3 Nearest Color Name

Color Hue/Base color: Green

Hex #c2eecf Color code in RGB color code model is created after adding 76.08% red color, 93.33% green color and 81.18% blue color. Hex #c2eecf Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 13% yellow and 6.67% black.

Hex #c2eecf color code is between #bbddcc web safe hex color code and #ccffdd web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #c2eecf color code.

RGB Chart

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

Color Table

Hex Color Code c2eecf #c2eecf
RGB Decimal 194, 238, 207 194, 238, 207
RGB Percent 76%, 93%, 81% rgb(76%, 93%, 81%)
CSS RGBa 194, 238, 207,1 rgba(194,238,207,1)
CMYK Model cmyk(18%,0%,13%,6.67%)
HSL Color Space 138,56% ,85% hsl(138,56% ,85%)
HSV Color Space 138°, 18%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11000010 11101110 11001111
Octal 302 356 317
Decimal 194 238 207
Hex c2 ee cf

Different shades of #c2eecf color code.

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

Darkest of #c2eecf
#4acd71
Darker of #c2eecf
#72d890
Dark of #c2eecf
#9ae3b0
Base of #c2eecf
#c2eecf
Light of #c2eecf
#eaf9ee
Lighter
#ffffff
Lightest
#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

#c2eecf
#eec2e1

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

Split Complementary

#c2eecf
#e5c2ee
#eec2cb

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

Analogous Color

#cfeec2
#c7eec2
#c2eecf
#c2eede
#c2ecee

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

#c2eecf
#eecfc2
#cfc2ee

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

#c2eecf
#cfc2ee
#eec2e1
#e1eec2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c2eecf
#c2cbee
#eec2e1
#eee5c2

Square 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).

Monochromatic Color with #c2eecf

#32b258
#4acd71
#72d890
#9ae3b0
#c2eecf
#eaf9ee
#ffffff
#ffffff
#ffffff

Tints of #c2eecf Color

#c2eecf
#c8efd4
#cff1d9
#d6f3df
#ddf5e4
#e3f7e9
#eaf9ef
#f1fbf4
#f8fdf9
#ffffff

Shades of #c2eecf color code

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

#c2eecf
#acd3b8
#96b9a1
#819e8a
#6b8473
#56695c
#404f45
#2b342e
#151a17
#000000

Tones

#c2eecf
#cae6d2
#d2ded5
#d8d8d8
#d8d8d8

Tones

Similar Color like #c2eecf color

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

#c3efd0
#c4f0d1
#c5f1d2
#c6f2d3
#c7f3d4
#c8f4d5
#c9f5d6
#caf6d7
#cbf7d8
#ccf8d9
#cdf9da
#cefadb
#cffbdc
#d0fcdd
#c1edce
#c0eccd
#bfebcc
#beeacb
#bde9ca
#bce8c9
#bbe7c8
#bae6c7
#b9e5c6
#b8e4c5
#b7e3c4
#b6e2c3
#b5e1c2
#b4e0c1

Download this Light Green

Hex #c2eecf 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.

#c2eecf Color Code Preview on Black Background Color

This is how #c2eecf Color will look on black background color. Color contrast ratio is 16.42

#c2eecf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2eecf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2eecf

#c2eecf color code is use for CSS Background Color

Background color for the above div is #c2eecf

HTML with inline CSS

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

#c2eecf color code is use for CSS Border Color

CSS Border color for the above div is #c2eecf

HTML with inline CSS

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

CSS Border Left color for the above div is #c2eecf

HTML with inline CSS

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

CSS Border Right color for the above div is #c2eecf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2eecf

HTML with inline CSS

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

CSS Border Top color for the above div is #c2eecf

HTML with inline CSS

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

#c2eecf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2eecf Color code Preview on White Background

This is how #c2eecf Color code will look on white background color. Color contrast ratio is 1.28

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(194,238,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,194,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,238,207,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }