crispedge.com

Color picker

Loading...

#ced25d hex color - Yellow - Warm color - Information

#ced25d hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #ced25d Color code in RGB color code model is created after adding 80.78% red color, 82.35% green color and 36.47% blue color. Hex #ced25d Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 56% yellow and 18% black.

Hex #ced25d color code is between #cccc55 web safe hex color code and #dddd66 web safe hex color code. #cccc55 is the nearest web safe color code. You can see here many more shades of #ced25d color code.

0 Likes 0 Comments | 16 Views

RGB Chart

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

Color Table

Hex Color Codeced25d#ced25d
RGB Decimal206, 210, 93rgb(206, 210, 93)
RGB Percent81%, 82%, 36%rgb(81%, 82%, 36%)
CSS RGBa206, 210, 93,1rgba(206,210,93,1)
CMYK Modelcmyk(2%,0%,56%,18%)
HSL Color Space62,57% ,59%hsl(62,57% ,59%)
HSV Color Space62°, 56%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101101001001011101
Octal316322135
Decimal20621093
Hexced25d

Different shades of #ced25d color code.

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

Light Shade of #ced25d
#dadd85
Dark Shade of #ced25d
#c0c537
Saturated Shade of #ced25d
#d8dc53
Desaturated Shade of #ced25d
#c4c867
Grey scale Shade of #ced25d
#979797
Brighten Shade
#e7eb76
Most Readable Shade
#000000

Shades of #ced25d color code

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

#ced25d
#b7ba52
#a0a348
#898c3e
#727433
#5b5d29
#44461f
#2d2e14
#16170a
#000000

Similar Color like #ced25d color

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

#cfd35e
#d0d45f
#d1d560
#d2d661
#d3d762
#d4d863
#d5d964
#d6da65
#d7db66
#d8dc67
#d9dd68
#dade69
#dbdf6a
#dce06b
#cdd15c
#ccd05b
#cbcf5a
#cace59
#c9cd58
#c8cc57
#c7cb56
#c6ca55
#c5c954
#c4c853
#c3c752
#c2c651
#c1c550
#c0c44f

Monochromatic Color with #ced25d

#ced25d
#f8fc70
#272812
#515225
#7b7d37
#a4a74a

Tints of #ced25d Color

#ced25d
#d3d76f
#d8dc81
#dee193
#e3e6a5
#e9ebb7
#eef0c9
#f4f5db
#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

#ced25d
#615dd2

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

Split Complementary

#ced25d
#5d94d2
#9b5dd2

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

Analogous Color

#d2a75d
#d2bf5d
#ced25d
#b7d25d
#9fd25d

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

#ced25d
#5dced2
#d25dce

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

#ced25d
#5dd29b
#615dd2
#d25d93

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

#ced25d
#615dd2
#9b5dd2
#94d25d

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

#ced25d Color Code Preview on Black Background Color

This is how #ced25d Color will look on black background color. Color contrast ratio is 13.00

#ced25d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced25d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ced25d

#ced25d color code is use for CSS Background Color

Background color for the above div is #ced25d

HTML with inline CSS

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

#ced25d color code is use for CSS Border Color

CSS Border color for the above div is #ced25d

HTML with inline CSS

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

CSS Border Left color for the above div is #ced25d

HTML with inline CSS

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

CSS Border Right color for the above div is #ced25d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ced25d

HTML with inline CSS

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

CSS Border Top color for the above div is #ced25d

HTML with inline CSS

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

#ced25d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ced25d Color code Preview on White Background

This is how #ced25d Color code will look on white background color. Color contrast ratio is 1.62

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

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(206,210,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(97,93,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,210,93,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.