crispedge.com

Color picker

Loading...

#cfd75e hex color - Yellow - Warm color - Information

#cfd75e hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #cfd75e Color code in RGB color code model is created after adding 81.18% red color, 84.31% green color and 36.86% blue color. Hex #cfd75e Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 56% yellow and 16% black.

Hex #cfd75e color code is between #ccdd66 web safe hex color code and #ddcc55 web safe hex color code. #ccdd66 is the nearest web safe color code. You can see here many more shades of #cfd75e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecfd75e#cfd75e
RGB Decimal207, 215, 94rgb(207, 215, 94)
RGB Percent81%, 84%, 37%rgb(81%, 84%, 37%)
CSS RGBa207, 215, 94,1rgba(207,215,94,1)
CMYK Modelcmyk(4%,0%,56%,16%)
HSL Color Space64,60% ,61%hsl(64,60% ,61%)
HSV Color Space64°, 56%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011111101011101011110
Octal317327136
Decimal20721594
Hexcfd75e

Different shades of #cfd75e color code.

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

Light Shade of #cfd75e
#dbe187
Dark Shade of #cfd75e
#c3cd35
Saturated Shade of #cfd75e
#d8e154
Desaturated Shade of #cfd75e
#c6cd68
Grey scale Shade of #cfd75e
#9a9a9a
Brighten Shade
#e8f077
Most Readable Shade
#000000

Shades of #cfd75e color code

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

#cfd75e
#b8bf53
#a1a749
#8a8f3e
#737734
#5c5f29
#45471f
#2e2f14
#17170a
#000000

Similar Color like #cfd75e color

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

#d0d85f
#d1d960
#d2da61
#d3db62
#d4dc63
#d5dd64
#d6de65
#d7df66
#d8e067
#d9e168
#dae269
#dbe36a
#dce46b
#dde56c
#ced65d
#cdd55c
#ccd45b
#cbd35a
#cad259
#c9d158
#c8d057
#c7cf56
#c6ce55
#c5cd54
#c4cc53
#c3cb52
#c2ca51
#c1c950

Monochromatic Color with #cfd75e

#cfd75e
#020201
#2b2d14
#545726
#7d8239
#a6ac4b

Tints of #cfd75e Color

#cfd75e
#d4db6f
#d9df81
#dfe493
#e4e8a5
#e9edb7
#eff1c9
#f4f6db
#f9faed
#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

#cfd75e
#665ed7

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

Split Complementary

#cfd75e
#5e93d7
#a25ed7

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

Analogous Color

#d7af5e
#d7c75e
#cfd75e
#b7d75e
#9fd75e

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

#cfd75e
#5ecfd7
#d75ecf

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

#cfd75e
#5ed7a2
#665ed7
#d75e92

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

#cfd75e
#665ed7
#a25ed7
#93d75e

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

#cfd75e Color Code Preview on Black Background Color

This is how #cfd75e Color will look on black background color. Color contrast ratio is 13.53

#cfd75e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cfd75e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cfd75e

#cfd75e color code is use for CSS Background Color

Background color for the above div is #cfd75e

HTML with inline CSS

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

#cfd75e color code is use for CSS Border Color

CSS Border color for the above div is #cfd75e

HTML with inline CSS

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

CSS Border Left color for the above div is #cfd75e

HTML with inline CSS

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

CSS Border Right color for the above div is #cfd75e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cfd75e

HTML with inline CSS

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

CSS Border Top color for the above div is #cfd75e

HTML with inline CSS

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

#cfd75e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cfd75e Color code Preview on White Background

This is how #cfd75e Color code will look on white background color. Color contrast ratio is 1.55

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

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