crispedge.com

Color picker

Loading...

#c4da41 hex color - Green - Warm color - Information

#c4da41 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #c4da41 Color code in RGB color code model is created after adding 76.86% red color, 85.49% green color and 25.49% blue color. Hex #c4da41 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 70% yellow and 15% black.

Hex #c4da41 color code is between #ccdd44 web safe hex color code and #bbcc33 web safe hex color code. #ccdd44 is the nearest web safe color code. You can see here many more shades of #c4da41 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c4da41 #c4da41
RGB Decimal 196, 218, 65 rgb(196, 218, 65)
RGB Percent 77%, 85%, 25% rgb(77%, 85%, 25%)
CSS RGBa 196, 218, 65,1 rgba(196,218,65,1)
CMYK Model cmyk(10%,0%,70%,15%)
HSL Color Space 69,67% ,55% hsl(69,67% ,55%)
HSV Color Space 69°, 70%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 11011010 01000001
Octal 304 332 101
Decimal 196 218 65
Hex c4 da 41

Different shades of #c4da41 color code.

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

Light Shade of #c4da41
#d1e26c
Dark Shade of #c4da41
#acc226
Saturated Shade of #c4da41
#cce536
Desaturated Shade of #c4da41
#bccf4c
Grey scale Shade of #c4da41
#8d8d8d
Brighten Shade
#ddf35a
Most Readable Shade
#000000

Shades of #c4da41 color code

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

#c4da41
#aec139
#98a932
#82912b
#6c7924
#57601c
#414815
#2b300e
#151807
#000000

Similar Color like #c4da41 color

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

#c5db42
#c6dc43
#c7dd44
#c8de45
#c9df46
#cae047
#cbe148
#cce249
#cde34a
#cee44b
#cfe54c
#d0e64d
#d1e74e
#d2e84f
#c3d940
#c2d83f
#c1d73e
#c0d63d
#bfd53c
#bed43b
#bdd33a
#bcd239
#bbd138
#bad037
#b9cf36
#b8ce35
#b7cd34
#b6cc33

Monochromatic Color with #c4da41

#c4da41
#050502
#2b300e
#515a1b
#788528
#9eaf34

Tints of #c4da41 Color

#c4da41
#cade56
#d1e26b
#d7e680
#deea95
#e4eeaa
#ebf2bf
#f1f6d4
#f8fae9
#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

#c4da41
#5741da

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

Split Complementary

#c4da41
#4178da
#a341da

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

Analogous Color

#dab341
#dad141
#c4da41
#a5da41
#87da41

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

#c4da41
#41c4da
#da41c4

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

#c4da41
#41daa3
#5741da
#da4177

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

#c4da41
#5741da
#a341da
#78da41

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

#c4da41 Color Code Preview on Black Background Color

This is how #c4da41 Color will look on black background color. Color contrast ratio is 13.45

#c4da41 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4da41

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4da41

#c4da41 color code is use for CSS Background Color

Background color for the above div is #c4da41

HTML with inline CSS

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

#c4da41 color code is use for CSS Border Color

CSS Border color for the above div is #c4da41

HTML with inline CSS

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

CSS Border Left color for the above div is #c4da41

HTML with inline CSS

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

CSS Border Right color for the above div is #c4da41

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4da41

HTML with inline CSS

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

CSS Border Top color for the above div is #c4da41

HTML with inline CSS

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

#c4da41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4da41 Color code Preview on White Background

This is how #c4da41 Color code will look on white background color. Color contrast ratio is 1.56

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

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(196,218,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,65,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,218,65,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.