crispedge.com

Color picker

Loading...

#ccbf57 hex color - Yellow - Warm color - Information

#ccbf57 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #ccbf57 Color code in RGB color code model is created after adding 80% red color, 74.9% green color and 34.12% blue color. Hex #ccbf57 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 57% yellow and 20% black.

Hex #ccbf57 color code is between #bbbb55 web safe hex color code and #ddcc66 web safe hex color code. #bbbb55 is the nearest web safe color code. You can see here many more shades of #ccbf57 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccbf57#ccbf57
RGB Decimal204, 191, 87rgb(204, 191, 87)
RGB Percent80%, 75%, 34%rgb(80%, 75%, 34%)
CSS RGBa204, 191, 87,1rgba(204,191,87,1)
CMYK Modelcmyk(0%,6%,57%,20%)
HSL Color Space53,53% ,57%hsl(53,53% ,57%)
HSV Color Space53°, 57%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001011111101010111
Octal314277127
Decimal20419187
Hexccbf57

Different shades of #ccbf57 color code.

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

Light Shade of #ccbf57
#d8ce7e
Dark Shade of #ccbf57
#b8aa38
Saturated Shade of #ccbf57
#d7c84c
Desaturated Shade of #ccbf57
#c1b662
Grey scale Shade of #ccbf57
#919191
Brighten Shade
#e5d870
Most Readable Shade
#000000

Shades of #ccbf57 color code

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

#ccbf57
#b5a94d
#9e9443
#887f3a
#716a30
#5a5426
#443f1d
#2d2a13
#161509
#000000

Similar Color like #ccbf57 color

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

#cdc058
#cec159
#cfc25a
#d0c35b
#d1c45c
#d2c55d
#d3c65e
#d4c75f
#d5c860
#d6c961
#d7ca62
#d8cb63
#d9cc64
#dacd65
#cbbe56
#cabd55
#c9bc54
#c8bb53
#c7ba52
#c6b951
#c5b850
#c4b74f
#c3b64e
#c2b54d
#c1b44c
#c0b34b
#bfb24a
#beb149

Monochromatic Color with #ccbf57

#ccbf57
#f6e769
#22200e
#4c4821
#776f33
#a19745

Tints of #ccbf57 Color

#ccbf57
#d1c669
#d7cd7c
#ddd48f
#e2dba1
#e8e2b4
#eee9c7
#f3f0d9
#f9f7ec
#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

#ccbf57
#5764cc

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

Split Complementary

#ccbf57
#579fcc
#8457cc

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

Analogous Color

#cc9057
#cca857
#ccbf57
#c2cc57
#aacc57

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

#ccbf57
#57ccbf
#bf57cc

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

#ccbf57
#57cc84
#5764cc
#cc579e

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

#ccbf57
#5764cc
#8457cc
#9fcc57

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

#ccbf57 Color Code Preview on Black Background Color

This is how #ccbf57 Color will look on black background color. Color contrast ratio is 11.16

#ccbf57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbf57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbf57

#ccbf57 color code is use for CSS Background Color

Background color for the above div is #ccbf57

HTML with inline CSS

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

#ccbf57 color code is use for CSS Border Color

CSS Border color for the above div is #ccbf57

HTML with inline CSS

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

CSS Border Left color for the above div is #ccbf57

HTML with inline CSS

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

CSS Border Right color for the above div is #ccbf57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccbf57

HTML with inline CSS

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

CSS Border Top color for the above div is #ccbf57

HTML with inline CSS

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

#ccbf57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccbf57 Color code Preview on White Background

This is how #ccbf57 Color code will look on white background color. Color contrast ratio is 1.88

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

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,191,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,100,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,191,87,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.