crispedge.com

Color picker

Loading...

#ccad2f hex color - Yellow - Warm color - Information

#ccad2f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #ccad2f color code is between #bbaa33 web safe hex color code and #ddbb22 web safe hex color code. #bbaa33 is the nearest web safe color code. You can see here many more shades of #ccad2f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeccad2f#ccad2f
RGB Decimal204, 173, 47rgb(204, 173, 47)
RGB Percent80%, 68%, 18%rgb(80%, 68%, 18%)
CSS RGBa204, 173, 47,1rgba(204,173,47,1)
CMYK Modelcmyk(0%,15%,77%,20%)
HSL Color Space48,63% ,49%hsl(48,63% ,49%)
HSV Color Space48°, 77%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010110100101111
Octal31425557
Decimal20417347
Hexccad2f

Different shades of #ccad2f color code.

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

Light Shade of #ccad2f
#d8be56
Dark Shade of #ccad2f
#a38a25
Saturated Shade of #ccad2f
#d9b522
Desaturated Shade of #ccad2f
#bfa53c
Grey scale Shade of #ccad2f
#7d7d7d
Brighten Shade
#e5c648
Most Readable Shade
#000000

Shades of #ccad2f color code

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

#ccad2f
#b59929
#9e8624
#88731f
#71601a
#5a4c14
#44390f
#2d260a
#161305
#000000

Similar Color like #ccad2f color

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

#cdae30
#ceaf31
#cfb032
#d0b133
#d1b234
#d2b335
#d3b436
#d4b537
#d5b638
#d6b739
#d7b83a
#d8b93b
#d9ba3c
#dabb3d
#cbac2e
#caab2d
#c9aa2c
#c8a92b
#c7a82a
#c6a729
#c5a628
#c4a527
#c3a426
#c2a325
#c1a224
#c0a123
#bfa022
#be9f21

Monochromatic Color with #ccad2f

#ccad2f
#f6d139
#221d08
#4c4112
#77651b
#a18925

Tints of #ccad2f Color

#ccad2f
#d1b646
#d7bf5d
#ddc874
#e2d18b
#e8daa2
#eee3b9
#f3ecd0
#f9f5e7
#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

#ccad2f
#2f4ecc

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

Split Complementary

#ccad2f
#2f9dcc
#5f2fcc

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

Analogous Color

#cc6e2f
#cc8e2f
#ccad2f
#cccc2f
#accc2f

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

#ccad2f
#2fccad
#ad2fcc

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

#ccad2f
#2fcc5e
#2f4ecc
#cc2f9c

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

#ccad2f
#2f4ecc
#5f2fcc
#9dcc2f

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

#ccad2f Color Code Preview on Black Background Color

This is how #ccad2f Color will look on black background color. Color contrast ratio is 9.59

#ccad2f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad2f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad2f

#ccad2f color code is use for CSS Background Color

Background color for the above div is #ccad2f

HTML with inline CSS

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

#ccad2f color code is use for CSS Border Color

CSS Border color for the above div is #ccad2f

HTML with inline CSS

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

CSS Border Left color for the above div is #ccad2f

HTML with inline CSS

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

CSS Border Right color for the above div is #ccad2f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccad2f

HTML with inline CSS

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

CSS Border Top color for the above div is #ccad2f

HTML with inline CSS

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

#ccad2f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccad2f Color code Preview on White Background

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

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,47,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(47,78,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,173,47,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.