crispedge.com

Color picker

Loading...

#c5ffdd hex color - Blue - Cool color - Information

#c5ffdd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #c5ffdd Color code in RGB color code model is created after adding 77.25% red color, 100% green color and 86.67% blue color. Hex #c5ffdd Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 13% yellow and 0% black.

Hex #c5ffdd color code is between #cceecc web safe hex color code and #bbddee web safe hex color code. #cceecc is the nearest web safe color code. You can see here many more shades of #c5ffdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec5ffdd#c5ffdd
RGB Decimal197, 255, 221rgb(197, 255, 221)
RGB Percent77%, 100%, 87%rgb(77%, 100%, 87%)
CSS RGBa197, 255, 221,1rgba(197,255,221,1)
CMYK Modelcmyk(23%,0%,13%,0%)
HSL Color Space145,100% ,89%hsl(145,100% ,89%)
HSV Color Space145°, 23%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001011111111111011101
Octal305377335
Decimal197255221
Hexc5ffdd

Different shades of #c5ffdd color code.

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

Light Shade of #c5ffdd
#f8fffb
Dark Shade of #c5ffdd
#92ffbf
Saturated Shade of #c5ffdd
#c5ffdd
Desaturated Shade of #c5ffdd
#c8fcdd
Grey scale Shade of #c5ffdd
#e2e2e2
Brighten Shade
#defff6
Most Readable Shade
#000000

Shades of #c5ffdd color code

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

#c5ffdd
#afe2c4
#99c6ab
#83aa93
#6d8d7a
#577162
#415549
#2b3831
#151c18
#000000

Similar Color like #c5ffdd color

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

#c6ffde
#c7ffdf
#c8ffe0
#c9ffe1
#caffe2
#cbffe3
#ccffe4
#cdffe5
#ceffe6
#cfffe7
#d0ffe8
#d1ffe9
#d2ffea
#d3ffeb
#c4fedc
#c3fddb
#c2fcda
#c1fbd9
#c0fad8
#bff9d7
#bef8d6
#bdf7d5
#bcf6d4
#bbf5d3
#baf4d2
#b9f3d1
#b8f2d0
#b7f1cf

Monochromatic Color with #c5ffdd

#c5ffdd
#212a25
#42554a
#63806f
#83aa93
#a4d4b8

Tints of #c5ffdd Color

#c5ffdd
#cbffe0
#d1ffe4
#d8ffe8
#deffec
#e5ffef
#ebfff3
#f2fff7
#f8fffb
#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

#c5ffdd
#ffc5e7

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

Split Complementary

#c5ffdd
#fac5ff
#ffc5ca

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

Analogous Color

#c5ffc6
#c5ffd1
#c5ffdd
#c5ffe9
#c5fff4

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

#c5ffdd
#ddc5ff
#ffddc5

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

#c5ffdd
#c5caff
#ffc5e7
#fffac5

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

#c5ffdd
#ffc5e7
#ffc5ca
#c5fffa

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

#c5ffdd Color Code Preview on Black Background Color

This is how #c5ffdd Color will look on black background color. Color contrast ratio is 18.72

#c5ffdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5ffdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5ffdd

#c5ffdd color code is use for CSS Background Color

Background color for the above div is #c5ffdd

HTML with inline CSS

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

#c5ffdd color code is use for CSS Border Color

CSS Border color for the above div is #c5ffdd

HTML with inline CSS

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

CSS Border Left color for the above div is #c5ffdd

HTML with inline CSS

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

CSS Border Right color for the above div is #c5ffdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5ffdd

HTML with inline CSS

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

CSS Border Top color for the above div is #c5ffdd

HTML with inline CSS

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

#c5ffdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5ffdd Color code Preview on White Background

This is how #c5ffdd Color code will look on white background color. Color contrast ratio is 1.12

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

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(197,255,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,197,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,255,221,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.