crispedge.com

Color picker

Loading...

#c1d977 hex color - Yellow - Warm color - Information

#c1d977 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #c1d977 Color code in RGB color code model is created after adding 75.69% red color, 85.1% green color and 46.67% blue color. Hex #c1d977 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 45% yellow and 15% black.

Hex #c1d977 color code is between #bbdd66 web safe hex color code and #cccc88 web safe hex color code. #bbdd66 is the nearest web safe color code. You can see here many more shades of #c1d977 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec1d977#c1d977
RGB Decimal193, 217, 119rgb(193, 217, 119)
RGB Percent76%, 85%, 47%rgb(76%, 85%, 47%)
CSS RGBa193, 217, 119,1rgba(193,217,119,1)
CMYK Modelcmyk(11%,0%,45%,15%)
HSL Color Space75,56% ,66%hsl(75,56% ,66%)
HSV Color Space75°, 45%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011101100101110111
Octal301331167
Decimal193217119
Hexc1d977

Different shades of #c1d977 color code.

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

Light Shade of #c1d977
#d3e49f
Dark Shade of #c1d977
#afce4f
Saturated Shade of #c1d977
#c5e26e
Desaturated Shade of #c1d977
#bdd080
Grey scale Shade of #c1d977
#a8a8a8
Brighten Shade
#daf290
Most Readable Shade
#000000

Shades of #c1d977 color code

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

#c1d977
#abc069
#96a85c
#80904f
#6b7842
#556034
#404827
#2a301a
#15180d
#000000

Similar Color like #c1d977 color

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

#c2da78
#c3db79
#c4dc7a
#c5dd7b
#c6de7c
#c7df7d
#c8e07e
#c9e17f
#cae280
#cbe381
#cce482
#cde583
#cee684
#cfe785
#c0d876
#bfd775
#bed674
#bdd573
#bcd472
#bbd371
#bad270
#b9d16f
#b8d06e
#b7cf6d
#b6ce6c
#b5cd6b
#b4cc6a
#b3cb69

Monochromatic Color with #c1d977

#c1d977
#040402
#2a2f1a
#505931
#758448
#9bae60

Tints of #c1d977 Color

#c1d977
#c7dd86
#cee195
#d5e5a4
#dce9b3
#e3eec2
#eaf2d1
#f1f6e0
#f8faef
#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

#c1d977
#8f77d9

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

Split Complementary

#c1d977
#7790d9
#c077d9

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

Analogous Color

#d9ca77
#d5d977
#c1d977
#add977
#9ad977

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

#c1d977
#77c1d9
#d977c1

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

#c1d977
#77d9c0
#8f77d9
#d97790

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

#c1d977
#8f77d9
#c077d9
#90d977

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

#c1d977 Color Code Preview on Black Background Color

This is how #c1d977 Color will look on black background color. Color contrast ratio is 13.46

#c1d977 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1d977

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1d977

#c1d977 color code is use for CSS Background Color

Background color for the above div is #c1d977

HTML with inline CSS

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

#c1d977 color code is use for CSS Border Color

CSS Border color for the above div is #c1d977

HTML with inline CSS

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

CSS Border Left color for the above div is #c1d977

HTML with inline CSS

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

CSS Border Right color for the above div is #c1d977

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1d977

HTML with inline CSS

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

CSS Border Top color for the above div is #c1d977

HTML with inline CSS

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

#c1d977 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1d977 Color code Preview on White Background

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

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(193,217,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,119,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,217,119,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.