crispedge.com

Color picker

Loading...

#ccad0f hex color - Green - Warm color - Information

#ccad0f hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #ccad0f color code is between #bbaa11 web safe hex color code and #ddbb00 web safe hex color code. #bbaa11 is the nearest web safe color code. You can see here many more shades of #ccad0f color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeccad0f#ccad0f
RGB Decimal204, 173, 15rgb(204, 173, 15)
RGB Percent80%, 68%, 6%rgb(80%, 68%, 6%)
CSS RGBa204, 173, 15,1rgba(204,173,15,1)
CMYK Modelcmyk(0%,15%,93%,20%)
HSL Color Space50,86% ,43%hsl(50,86% ,43%)
HSV Color Space50°, 93%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010110100001111
Octal31425517
Decimal20417315
Hexccad0f

Different shades of #ccad0f color code.

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

Light Shade of #ccad0f
#efcd1f
Dark Shade of #ccad0f
#9c850c
Saturated Shade of #ccad0f
#d7b404
Desaturated Shade of #ccad0f
#c1a61a
Grey scale Shade of #ccad0f
#6d6d6d
Brighten Shade
#e5c628
Most Readable Shade
#000000

Shades of #ccad0f color code

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

#ccad0f
#b5990d
#9e860b
#88730a
#716008
#5a4c06
#443905
#2d2603
#161301
#000000

Similar Color like #ccad0f color

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

#cdae10
#ceaf11
#cfb012
#d0b113
#d1b214
#d2b315
#d3b416
#d4b517
#d5b618
#d6b719
#d7b81a
#d8b91b
#d9ba1c
#dabb1d
#cbac0e
#caab0d
#c9aa0c
#c8a90b
#c7a80a
#c6a709
#c5a608
#c4a507
#c3a406
#c2a305
#c1a204
#c0a103
#bfa002
#be9f01

Monochromatic Color with #ccad0f

#ccad0f
#f6d112
#221d03
#4c4106
#776509
#a1890c

Tints of #ccad0f Color

#ccad0f
#d1b629
#d7bf44
#ddc85f
#e2d179
#e8da94
#eee3af
#f3ecc9
#f9f5e4
#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

#ccad0f
#0f2ecc

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

Split Complementary

#ccad0f
#0f8dcc
#4f0fcc

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

Analogous Color

#cc610f
#cc870f
#ccad0f
#c5cc0f
#9fcc0f

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

#ccad0f
#0fccad
#ad0fcc

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

#ccad0f
#0fcc4e
#0f2ecc
#cc0f8c

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

#ccad0f
#0f2ecc
#4e0fcc
#8dcc0f

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

#ccad0f Color Code Preview on Black Background Color

This is how #ccad0f Color will look on black background color. Color contrast ratio is 9.55

#ccad0f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad0f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccad0f

#ccad0f color code is use for CSS Background Color

Background color for the above div is #ccad0f

HTML with inline CSS

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

#ccad0f color code is use for CSS Border Color

CSS Border color for the above div is #ccad0f

HTML with inline CSS

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

CSS Border Left color for the above div is #ccad0f

HTML with inline CSS

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

CSS Border Right color for the above div is #ccad0f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccad0f

HTML with inline CSS

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

CSS Border Top color for the above div is #ccad0f

HTML with inline CSS

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

#ccad0f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccad0f Color code Preview on White Background

This is how #ccad0f Color code will look on white background color. Color contrast ratio is 2.20

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.