crispedge.com

Color picker

Loading...

#cfcf63 hex color - Green - Warm color - Information

#cfcf63 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #cfcf63 Color code in RGB color code model is created after adding 81.18% red color, 81.18% green color and 38.82% blue color. Hex #cfcf63 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 52% yellow and 19% black.

Hex #cfcf63 color code is between #cccc66 web safe hex color code and #dddd55 web safe hex color code. #cccc66 is the nearest web safe color code. You can see here many more shades of #cfcf63 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecfcf63#cfcf63
RGB Decimal207, 207, 99rgb(207, 207, 99)
RGB Percent81%, 81%, 39%rgb(81%, 81%, 39%)
CSS RGBa207, 207, 99,1rgba(207,207,99,1)
CMYK Modelcmyk(0%,0%,52%,19%)
HSL Color Space60,53% ,60%hsl(60,53% ,60%)
HSV Color Space60°, 52%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011111100111101100011
Octal317317143
Decimal20720799
Hexcfcf63

Different shades of #cfcf63 color code.

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

Light Shade of #cfcf63
#dbdb8a
Dark Shade of #cfcf63
#c3c33c
Saturated Shade of #cfcf63
#d9d959
Desaturated Shade of #cfcf63
#c5c56d
Grey scale Shade of #cfcf63
#999999
Brighten Shade
#e8e87c
Most Readable Shade
#000000

Shades of #cfcf63 color code

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

#cfcf63
#b8b858
#a1a14d
#8a8a42
#737337
#5c5c2c
#454521
#2e2e16
#17170b
#000000

Similar Color like #cfcf63 color

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

#d0d064
#d1d165
#d2d266
#d3d367
#d4d468
#d5d569
#d6d66a
#d7d76b
#d8d86c
#d9d96d
#dada6e
#dbdb6f
#dcdc70
#dddd71
#cece62
#cdcd61
#cccc60
#cbcb5f
#caca5e
#c9c95d
#c8c85c
#c7c75b
#c6c65a
#c5c559
#c4c458
#c3c357
#c2c256
#c1c155

Monochromatic Color with #cfcf63

#cfcf63
#f9f977
#252512
#4f4f26
#7a7a3a
#a4a44f

Tints of #cfcf63 Color

#cfcf63
#d4d474
#d9d985
#dfdf97
#e4e4a8
#e9e9b9
#efefcb
#f4f4dc
#f9f9ed
#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

#cfcf63
#6363cf

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

Split Complementary

#cfcf63
#6399cf
#9963cf

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

Analogous Color

#cfa463
#cfb963
#cfcf63
#b9cf63
#a4cf63

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

#cfcf63
#63cfcf
#cf63cf

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

#cfcf63
#63cf99
#6363cf
#cf6399

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

#cfcf63
#6363cf
#9963cf
#99cf63

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

#cfcf63 Color Code Preview on Black Background Color

This is how #cfcf63 Color will look on black background color. Color contrast ratio is 12.76

#cfcf63 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cfcf63

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cfcf63

#cfcf63 color code is use for CSS Background Color

Background color for the above div is #cfcf63

HTML with inline CSS

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

#cfcf63 color code is use for CSS Border Color

CSS Border color for the above div is #cfcf63

HTML with inline CSS

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

CSS Border Left color for the above div is #cfcf63

HTML with inline CSS

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

CSS Border Right color for the above div is #cfcf63

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cfcf63

HTML with inline CSS

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

CSS Border Top color for the above div is #cfcf63

HTML with inline CSS

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

#cfcf63 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cfcf63 Color code Preview on White Background

This is how #cfcf63 Color code will look on white background color. Color contrast ratio is 1.65

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

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(207,207,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(99,99,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,207,99,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.