crispedge.com

Color picker

Loading...

#c4edaa hex color - Green - Cool color - Information

#c4edaa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #c4edaa Color code in RGB color code model is created after adding 76.86% red color, 92.94% green color and 66.67% blue color. Hex #c4edaa Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 28% yellow and 7% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codec4edaa#c4edaa
RGB Decimal196, 237, 170rgb(196, 237, 170)
RGB Percent77%, 93%, 67%rgb(77%, 93%, 67%)
CSS RGBa196, 237, 170,1rgba(196,237,170,1)
CMYK Modelcmyk(17%,0%,28%,7%)
HSL Color Space97,65% ,80%hsl(97,65% ,80%)
HSV Color Space97°, 28%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001001110110110101010
Octal304355252
Decimal196237170
Hexc4edaa

Different shades of #c4edaa color code.

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

Light Shade of #c4edaa
#e1f6d4
Dark Shade of #c4edaa
#a7e480
Saturated Shade of #c4edaa
#c3f2a5
Desaturated Shade of #c4edaa
#c5e8af
Grey scale Shade of #c4edaa
#cbcbcb
Brighten Shade
#ddffc3
Most Readable Shade
#000000

Shades of #c4edaa color code

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

#c4edaa
#aed297
#98b884
#829e71
#6c835e
#57694b
#414f38
#2b3425
#151a12
#000000

Similar Color like #c4edaa color

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

#c5eeab
#c6efac
#c7f0ad
#c8f1ae
#c9f2af
#caf3b0
#cbf4b1
#ccf5b2
#cdf6b3
#cef7b4
#cff8b5
#d0f9b6
#d1fab7
#d2fbb8
#c3eca9
#c2eba8
#c1eaa7
#c0e9a6
#bfe8a5
#bee7a4
#bde6a3
#bce5a2
#bbe4a1
#bae3a0
#b9e29f
#b8e19e
#b7e09d
#b6df9c

Monochromatic Color with #c4edaa

#c4edaa
#141812
#374330
#5b6d4f
#7e986d
#a1c28c

Tints of #c4edaa Color

#c4edaa
#caefb3
#d1f1bc
#d7f3c6
#def5cf
#e4f7d9
#ebf9e2
#f1fbec
#f8fdf5
#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

#c4edaa
#d3aaed

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

Split Complementary

#c4edaa
#b1aaed
#edaae6

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

Analogous Color

#dfedaa
#d1edaa
#c4edaa
#b7edaa
#aaedab

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

#c4edaa
#aac4ed
#edaac4

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

#c4edaa
#aae5ed
#d3aaed
#edb1aa

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

#c4edaa
#d3aaed
#edaae6
#aaedb1

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

#c4edaa Color Code Preview on Black Background Color

This is how #c4edaa Color will look on black background color. Color contrast ratio is 16.04

#c4edaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4edaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4edaa

#c4edaa color code is use for CSS Background Color

Background color for the above div is #c4edaa

HTML with inline CSS

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

#c4edaa color code is use for CSS Border Color

CSS Border color for the above div is #c4edaa

HTML with inline CSS

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

CSS Border Left color for the above div is #c4edaa

HTML with inline CSS

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

CSS Border Right color for the above div is #c4edaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4edaa

HTML with inline CSS

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

CSS Border Top color for the above div is #c4edaa

HTML with inline CSS

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

#c4edaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4edaa Color code Preview on White Background

This is how #c4edaa Color code will look on white background color. Color contrast ratio is 1.31

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

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(196,237,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,170,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,237,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.