@
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.

#ccad3b hex color - Yellow - Warm color - Information

#ccad3b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #ccad3b color code is between #bbaa33 web safe hex color code and #ddbb44 web safe hex color code. #bbaa33 is the nearest web safe color code. You can see here many more shades of #ccad3b 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 ccad3b #ccad3b
RGB Decimal 204, 173, 59 rgb(204, 173, 59)
RGB Percent 80%, 68%, 23% rgb(80%, 68%, 23%)
CSS RGBa 204, 173, 59,1 rgba(204,173,59,1)
CMYK Model cmyk(0%,15%,71%,20%)
HSL Color Space 47,59% ,52% hsl(47,59% ,52%)
HSV Color Space 47°, 71%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 10101101 00111011
Octal 314 255 73
Decimal 204 173 59
Hex cc ad 3b

Different shades of #ccad3b color code.

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

Light Shade of #ccad3b
#d7be63
Dark Shade of #ccad3b
#a88e2c
Saturated Shade of #ccad3b
#d8b42f
Desaturated Shade of #ccad3b
#c0a647
Grey scale Shade of #ccad3b
#838383
Brighten Shade
#e5c654
Most Readable Shade
#000000

Shades of #ccad3b color code

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

#ccad3b
#b59934
#9e862d
#887327
#716020
#5a4c1a
#443913
#2d260d
#161306
#000000

Similar Color like #ccad3b color

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

#cdae3c
#ceaf3d
#cfb03e
#d0b13f
#d1b240
#d2b341
#d3b442
#d4b543
#d5b644
#d6b745
#d7b846
#d8b947
#d9ba48
#dabb49
#cbac3a
#caab39
#c9aa38
#c8a937
#c7a836
#c6a735
#c5a634
#c4a533
#c3a432
#c2a331
#c1a230
#c0a12f
#bfa02e
#be9f2d

Monochromatic Color with #ccad3b

#ccad3b
#f6d147
#221d0a
#4c4116
#776522
#a1892f

Tints of #ccad3b Color

#ccad3b
#d1b650
#d7bf66
#ddc87c
#e2d192
#e8daa7
#eee3bd
#f3ecd3
#f9f5e9
#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

#ccad3b
#3b5acc

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

Split Complementary

#ccad3b
#3ba2cc
#643bcc

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

Analogous Color

#cc733b
#cc903b
#ccad3b
#ccca3b
#b1cc3b

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

#ccad3b
#3bccad
#ad3bcc

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

#ccad3b
#3bcc64
#3b5acc
#cc3ba2

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

#ccad3b
#3b5acc
#653bcc
#a2cc3b

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

#ccad3b Color Code Preview on Black Background Color

This is how #ccad3b Color will look on black background color. Color contrast ratio is 9.61

#ccad3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad3b

#ccad3b color code is use for CSS Background Color

Background color for the above div is #ccad3b

HTML with inline CSS

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

#ccad3b color code is use for CSS Border Color

CSS Border color for the above div is #ccad3b

HTML with inline CSS

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

CSS Border Left color for the above div is #ccad3b

HTML with inline CSS

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

CSS Border Right color for the above div is #ccad3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccad3b

HTML with inline CSS

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

CSS Border Top color for the above div is #ccad3b

HTML with inline CSS

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

#ccad3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccad3b Color code Preview on White Background

This is how #ccad3b Color code will look on white background color. Color contrast ratio is 2.19

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

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