crispedge.com

Color picker

Loading...

#c5efaf hex color - Green - Cool color - Information

#c5efaf hex color - Green - Cool color

Color Hue/Base color: Green

Hex #c5efaf Color code in RGB color code model is created after adding 77.25% red color, 93.73% green color and 68.63% blue color. Hex #c5efaf Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 27% yellow and 6% black.

Hex #c5efaf color code is between #cceeaa web safe hex color code and #bbffbb web safe hex color code. #cceeaa is the nearest web safe color code. You can see here many more shades of #c5efaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec5efaf#c5efaf
RGB Decimal197, 239, 175rgb(197, 239, 175)
RGB Percent77%, 94%, 69%rgb(77%, 94%, 69%)
CSS RGBa197, 239, 175,1rgba(197,239,175,1)
CMYK Modelcmyk(18%,0%,27%,6%)
HSL Color Space99,67% ,81%hsl(99,67% ,81%)
HSV Color Space99°, 27%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001011110111110101111
Octal305357257
Decimal197239175
Hexc5efaf

Different shades of #c5efaf color code.

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

Light Shade of #c5efaf
#e4f7d9
Dark Shade of #c5efaf
#a6e684
Saturated Shade of #c5efaf
#c3f4aa
Desaturated Shade of #c5efaf
#c6eab4
Grey scale Shade of #c5efaf
#cfcfcf
Brighten Shade
#deffc8
Most Readable Shade
#000000

Shades of #c5efaf color code

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

#c5efaf
#afd49b
#99b988
#839f74
#6d8461
#576a4d
#414f3a
#2b3526
#151a13
#000000

Similar Color like #c5efaf color

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

#c6f0b0
#c7f1b1
#c8f2b2
#c9f3b3
#caf4b4
#cbf5b5
#ccf6b6
#cdf7b7
#cef8b8
#cff9b9
#d0faba
#d1fbbb
#d2fcbc
#d3fdbd
#c4eeae
#c3edad
#c2ecac
#c1ebab
#c0eaaa
#bfe9a9
#bee8a8
#bde7a7
#bce6a6
#bbe5a5
#bae4a4
#b9e3a3
#b8e2a2
#b7e1a1

Monochromatic Color with #c5efaf

#c5efaf
#161a13
#394533
#5c6f52
#7f9a71
#a2c490

Tints of #c5efaf Color

#c5efaf
#cbf0b7
#d1f2c0
#d8f4c9
#def6d2
#e5f7db
#ebf9e4
#f2fbed
#f8fdf6
#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

#c5efaf
#d9afef

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

Split Complementary

#c5efaf
#b9afef
#efafe5

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

Analogous Color

#dfefaf
#d2efaf
#c5efaf
#b8efaf
#afefb3

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

#c5efaf
#afc5ef
#efafc5

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

#c5efaf
#afe5ef
#d9afef
#efb9af

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

#c5efaf
#d9afef
#efafe5
#afefb9

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

#c5efaf Color Code Preview on Black Background Color

This is how #c5efaf Color will look on black background color. Color contrast ratio is 16.34

#c5efaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5efaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5efaf

#c5efaf color code is use for CSS Background Color

Background color for the above div is #c5efaf

HTML with inline CSS

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

#c5efaf color code is use for CSS Border Color

CSS Border color for the above div is #c5efaf

HTML with inline CSS

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

CSS Border Left color for the above div is #c5efaf

HTML with inline CSS

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

CSS Border Right color for the above div is #c5efaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5efaf

HTML with inline CSS

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

CSS Border Top color for the above div is #c5efaf

HTML with inline CSS

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

#c5efaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5efaf Color code Preview on White Background

This is how #c5efaf Color code will look on white background color. Color contrast ratio is 1.29

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

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(197,239,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,175,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,239,175,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.