crispedge.com

Color picker

Loading...

#cacc7c hex color - Green - Warm color - Information

#cacc7c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #cacc7c Color code in RGB color code model is created after adding 79.22% red color, 80% green color and 48.63% blue color. Hex #cacc7c Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 39% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecacc7c#cacc7c
RGB Decimal202, 204, 124rgb(202, 204, 124)
RGB Percent79%, 80%, 49%rgb(79%, 80%, 49%)
CSS RGBa202, 204, 124,1rgba(202,204,124,1)
CMYK Modelcmyk(1%,0%,39%,20%)
HSL Color Space62,44% ,64%hsl(62,44% ,64%)
HSV Color Space62°, 39%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101100110001111100
Octal312314174
Decimal202204124
Hexcacc7c

Different shades of #cacc7c color code.

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

Light Shade of #cacc7c
#d9daa1
Dark Shade of #cacc7c
#bbbe57
Saturated Shade of #cacc7c
#d3d573
Desaturated Shade of #cacc7c
#c1c385
Grey scale Shade of #cacc7c
#a4a4a4
Brighten Shade
#e3e595
Most Readable Shade
#000000

Shades of #cacc7c color code

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

#cacc7c
#b3b56e
#9d9e60
#868852
#707144
#595a37
#434429
#2c2d1b
#16160d
#000000

Similar Color like #cacc7c color

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

#cbcd7d
#ccce7e
#cdcf7f
#ced080
#cfd181
#d0d282
#d1d383
#d2d484
#d3d585
#d4d686
#d5d787
#d6d888
#d7d989
#d8da8a
#c9cb7b
#c8ca7a
#c7c979
#c6c878
#c5c777
#c4c676
#c3c575
#c2c474
#c1c373
#c0c272
#bfc171
#bec070
#bdbf6f
#bcbe6e

Monochromatic Color with #cacc7c

#cacc7c
#f4f696
#222215
#4c4c2e
#767748
#a0a162

Tints of #cacc7c Color

#cacc7c
#cfd18a
#d5d799
#dbdda7
#e1e2b6
#e7e8c4
#edeed3
#f3f3e1
#f9f9f0
#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

#cacc7c
#7e7ccc

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

Split Complementary

#cacc7c
#7ca2cc
#a67ccc

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

Analogous Color

#ccae7c
#ccbe7c
#cacc7c
#bacc7c
#aacc7c

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

#cacc7c
#7ccacc
#cc7cca

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

#cacc7c
#7ccca6
#7e7ccc
#cc7ca2

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

#cacc7c
#7e7ccc
#a67ccc
#a2cc7c

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

#cacc7c Color Code Preview on Black Background Color

This is how #cacc7c Color will look on black background color. Color contrast ratio is 12.44

#cacc7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cacc7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cacc7c

#cacc7c color code is use for CSS Background Color

Background color for the above div is #cacc7c

HTML with inline CSS

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

#cacc7c color code is use for CSS Border Color

CSS Border color for the above div is #cacc7c

HTML with inline CSS

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

CSS Border Left color for the above div is #cacc7c

HTML with inline CSS

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

CSS Border Right color for the above div is #cacc7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cacc7c

HTML with inline CSS

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

CSS Border Top color for the above div is #cacc7c

HTML with inline CSS

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

#cacc7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cacc7c Color code Preview on White Background

This is how #cacc7c Color code will look on white background color. Color contrast ratio is 1.69

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

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