@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ccad5e hex color - Yellow - Warm color - Information

#ccad5e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ccad5e Color code in RGB color code model is created after adding 80% red color, 67.84% green color and 36.86% blue color. Hex #ccad5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 54% yellow and 20% black.

Hex #ccad5e color code is between #bbaa66 web safe hex color code and #ddbb55 web safe hex color code. #bbaa66 is the nearest web safe color code. You can see here many more shades of #ccad5e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ccad5e #ccad5e
RGB Decimal 204, 173, 94 rgb(204, 173, 94)
RGB Percent 80%, 68%, 37% rgb(80%, 68%, 37%)
CSS RGBa 204, 173, 94,1 rgba(204,173,94,1)
CMYK Model cmyk(0%,15%,54%,20%)
HSL Color Space 43,52% ,58% hsl(43,52% ,58%)
HSV Color Space 43°, 54%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 10101101 01011110
Octal 314 255 136
Decimal 204 173 94
Hex cc ad 5e

Different shades of #ccad5e color code.

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

Light Shade of #ccad5e
#d8c185
Dark Shade of #ccad5e
#bc973b
Saturated Shade of #ccad5e
#d7b253
Desaturated Shade of #ccad5e
#c1a869
Grey scale Shade of #ccad5e
#959595
Brighten Shade
#e5c677
Most Readable Shade
#000000

Shades of #ccad5e color code

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

#ccad5e
#b59953
#9e8649
#88733e
#716034
#5a4c29
#44391f
#2d2614
#16130a
#000000

Similar Color like #ccad5e color

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

#cdae5f
#ceaf60
#cfb061
#d0b162
#d1b263
#d2b364
#d3b465
#d4b566
#d5b667
#d6b768
#d7b869
#d8b96a
#d9ba6b
#dabb6c
#cbac5d
#caab5c
#c9aa5b
#c8a95a
#c7a859
#c6a758
#c5a657
#c4a556
#c3a455
#c2a354
#c1a253
#c0a152
#bfa051
#be9f50

Monochromatic Color with #ccad5e

#ccad5e
#f6d172
#221d10
#4c4123
#776537
#a1894a

Tints of #ccad5e Color

#ccad5e
#d1b66f
#d7bf81
#ddc893
#e2d1a5
#e8dab7
#eee3c9
#f3ecdb
#f9f5ed
#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

#ccad5e
#5e7dcc

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

Split Complementary

#ccad5e
#5eb4cc
#765ecc

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

Analogous Color

#cc815e
#cc975e
#ccad5e
#ccc35e
#bfcc5e

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

#ccad5e
#5eccad
#ad5ecc

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

#ccad5e
#5ecc76
#5e7dcc
#cc5eb4

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

#ccad5e
#5e7dcc
#765ecc
#b4cc5e

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

#ccad5e Color Code Preview on Black Background Color

This is how #ccad5e Color will look on black background color. Color contrast ratio is 9.71

#ccad5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad5e

#ccad5e color code is use for CSS Background Color

Background color for the above div is #ccad5e

HTML with inline CSS

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

#ccad5e color code is use for CSS Border Color

CSS Border color for the above div is #ccad5e

HTML with inline CSS

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

CSS Border Left color for the above div is #ccad5e

HTML with inline CSS

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

CSS Border Right color for the above div is #ccad5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccad5e

HTML with inline CSS

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

CSS Border Top color for the above div is #ccad5e

HTML with inline CSS

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

#ccad5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccad5e Color code Preview on White Background

This is how #ccad5e Color code will look on white background color. Color contrast ratio is 2.16

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

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(204,173,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,125,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,173,94,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.