crispedge.com

Color picker

Loading...

#caeb7f hex color - Green - Warm color - Information

#caeb7f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #caeb7f Color code in RGB color code model is created after adding 79.22% red color, 92.16% green color and 49.8% blue color. Hex #caeb7f Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 46% yellow and 8% black.

Hex #caeb7f color code is between #ccee77 web safe hex color code and #bbdd88 web safe hex color code. #ccee77 is the nearest web safe color code. You can see here many more shades of #caeb7f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecaeb7f#caeb7f
RGB Decimal202, 235, 127rgb(202, 235, 127)
RGB Percent79%, 92%, 50%rgb(79%, 92%, 50%)
CSS RGBa202, 235, 127,1rgba(202,235,127,1)
CMYK Modelcmyk(14%,0%,46%,8%)
HSL Color Space78,73% ,71%hsl(78,73% ,71%)
HSV Color Space78°, 46%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101110101101111111
Octal312353177
Decimal202235127
Hexcaeb7f

Different shades of #caeb7f color code.

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

Light Shade of #caeb7f
#dcf2ab
Dark Shade of #caeb7f
#b8e453
Saturated Shade of #caeb7f
#cdf278
Desaturated Shade of #caeb7f
#c7e486
Grey scale Shade of #caeb7f
#b5b5b5
Brighten Shade
#e3ff98
Most Readable Shade
#000000

Shades of #caeb7f color code

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

#caeb7f
#b3d070
#9db662
#869c54
#708246
#596838
#434e2a
#2c341c
#161a0e
#000000

Similar Color like #caeb7f color

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

#cbec80
#cced81
#cdee82
#ceef83
#cff084
#d0f185
#d1f286
#d2f387
#d3f488
#d4f589
#d5f68a
#d6f78b
#d7f88c
#d8f98d
#c9ea7e
#c8e97d
#c7e87c
#c6e77b
#c5e67a
#c4e579
#c3e478
#c2e377
#c1e276
#c0e175
#bfe074
#bedf73
#bdde72
#bcdd71

Monochromatic Color with #caeb7f

#caeb7f
#13160c
#384123
#5c6b3a
#819651
#a5c068

Tints of #caeb7f Color

#caeb7f
#cfed8d
#d5ef9b
#dbf1a9
#e1f3b7
#e7f6c6
#edf8d4
#f3fae2
#f9fcf0
#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

#caeb7f
#a07feb

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

Split Complementary

#caeb7f
#7f94eb
#d67feb

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

Analogous Color

#ebe17f
#e0eb7f
#caeb7f
#b4eb7f
#9feb7f

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

#caeb7f
#7fcaeb
#eb7fca

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

#caeb7f
#7febd6
#a07feb
#eb7f94

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

#caeb7f
#a07feb
#d67feb
#94eb7f

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

#caeb7f Color Code Preview on Black Background Color

This is how #caeb7f Color will look on black background color. Color contrast ratio is 15.70

#caeb7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caeb7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caeb7f

#caeb7f color code is use for CSS Background Color

Background color for the above div is #caeb7f

HTML with inline CSS

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

#caeb7f color code is use for CSS Border Color

CSS Border color for the above div is #caeb7f

HTML with inline CSS

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

CSS Border Left color for the above div is #caeb7f

HTML with inline CSS

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

CSS Border Right color for the above div is #caeb7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #caeb7f

HTML with inline CSS

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

CSS Border Top color for the above div is #caeb7f

HTML with inline CSS

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

#caeb7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#caeb7f Color code Preview on White Background

This is how #caeb7f Color code will look on white background color. Color contrast ratio is 1.34

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

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