crispedge.com

Color picker

Loading...

#caee6e hex color - Green - Warm color - Information

#caee6e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #caee6e Color code in RGB color code model is created after adding 79.22% red color, 93.33% green color and 43.14% blue color. Hex #caee6e Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 54% yellow and 7% black.

Hex #caee6e color code is between #ccdd66 web safe hex color code and #bbff77 web safe hex color code. #ccdd66 is the nearest web safe color code. You can see here many more shades of #caee6e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecaee6e#caee6e
RGB Decimal202, 238, 110rgb(202, 238, 110)
RGB Percent79%, 93%, 43%rgb(79%, 93%, 43%)
CSS RGBa202, 238, 110,1rgba(202,238,110,1)
CMYK Modelcmyk(15%,0%,54%,7%)
HSL Color Space77,79% ,68%hsl(77,79% ,68%)
HSV Color Space77°, 54%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101110111001101110
Octal312356156
Decimal202238110
Hexcaee6e

Different shades of #caee6e color code.

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

Light Shade of #caee6e
#dbf39c
Dark Shade of #caee6e
#b9e940
Saturated Shade of #caee6e
#cef666
Desaturated Shade of #caee6e
#c6e676
Grey scale Shade of #caee6e
#aeaeae
Brighten Shade
#e3ff87
Most Readable Shade
#000000

Shades of #caee6e color code

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

#caee6e
#b3d361
#9db955
#869e49
#70843d
#596930
#434f24
#2c3418
#161a0c
#000000

Similar Color like #caee6e color

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

#cbef6f
#ccf070
#cdf171
#cef272
#cff373
#d0f474
#d1f575
#d2f676
#d3f777
#d4f878
#d5f979
#d6fa7a
#d7fb7b
#d8fc7c
#c9ed6d
#c8ec6c
#c7eb6b
#c6ea6a
#c5e969
#c4e868
#c3e767
#c2e666
#c1e565
#c0e464
#bfe363
#bee262
#bde161
#bce060

Monochromatic Color with #caee6e

#caee6e
#161a0c
#3a441f
#5e6e33
#829947
#a6c35a

Tints of #caee6e Color

#caee6e
#cfef7e
#d5f18e
#dbf39e
#e1f5ae
#e7f7be
#edf9ce
#f3fbde
#f9fdee
#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

#caee6e
#926eee

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

Split Complementary

#caee6e
#6e8aee
#d26eee

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

Analogous Color

#eedf6e
#e4ee6e
#caee6e
#b0ee6e
#97ee6e

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

#caee6e
#6ecaee
#ee6eca

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

#caee6e
#6eeed2
#926eee
#ee6e8a

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

#caee6e
#926eee
#d26eee
#8aee6e

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

#caee6e Color Code Preview on Black Background Color

This is how #caee6e Color will look on black background color. Color contrast ratio is 15.97

#caee6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caee6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caee6e

#caee6e color code is use for CSS Background Color

Background color for the above div is #caee6e

HTML with inline CSS

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

#caee6e color code is use for CSS Border Color

CSS Border color for the above div is #caee6e

HTML with inline CSS

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

CSS Border Left color for the above div is #caee6e

HTML with inline CSS

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

CSS Border Right color for the above div is #caee6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #caee6e

HTML with inline CSS

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

CSS Border Top color for the above div is #caee6e

HTML with inline CSS

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

#caee6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#caee6e Color code Preview on White Background

This is how #caee6e Color code will look on white background color. Color contrast ratio is 1.32

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

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(202,238,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,110,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,238,110,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.