crispedge.com

Color picker

Loading...

#c5dbfd hex color - Blue - Cool color - Information

#c5dbfd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c5dbfd Color code in RGB color code model is created after adding 77.25% red color, 85.88% green color and 99.22% blue color. Hex #c5dbfd Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 13% magenta, 0% yellow and 1% black.

Hex #c5dbfd color code is between #ccddff web safe hex color code and #bbccee web safe hex color code. #ccddff is the nearest web safe color code. You can see here many more shades of #c5dbfd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec5dbfd#c5dbfd
RGB Decimal197, 219, 253rgb(197, 219, 253)
RGB Percent77%, 86%, 99%rgb(77%, 86%, 99%)
CSS RGBa197, 219, 253,1rgba(197,219,253,1)
CMYK Modelcmyk(22%,13%,0%,1%)
HSL Color Space216,93% ,88%hsl(216,93% ,88%)
HSV Color Space216°, 22%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001011101101111111101
Octal305333375
Decimal197219253
Hexc5dbfd

Different shades of #c5dbfd color code.

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

Light Shade of #c5dbfd
#f6faff
Dark Shade of #c5dbfd
#94bcfb
Saturated Shade of #c5dbfd
#c3dbff
Desaturated Shade of #c5dbfd
#c8dcfa
Grey scale Shade of #c5dbfd
#e1e1e1
Brighten Shade
#def4ff
Most Readable Shade
#000000

Shades of #c5dbfd color code

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

#c5dbfd
#afc2e0
#99aac4
#8392a8
#6d798c
#576170
#414954
#2b3038
#15181c
#000000

Similar Color like #c5dbfd color

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

#c6dcfe
#c7ddff
#c8deff
#c9dfff
#cae0ff
#cbe1ff
#cce2ff
#cde3ff
#cee4ff
#cfe5ff
#d0e6ff
#d1e7ff
#d2e8ff
#d3e9ff
#c4dafc
#c3d9fb
#c2d8fa
#c1d7f9
#c0d6f8
#bfd5f7
#bed4f6
#bdd3f5
#bcd2f4
#bbd1f3
#bad0f2
#b9cff1
#b8cef0
#b7cdef

Monochromatic Color with #c5dbfd

#c5dbfd
#202328
#414853
#626d7d
#8391a8
#a4b6d2

Tints of #c5dbfd Color

#c5dbfd
#cbdffd
#d1e3fd
#d8e7fd
#deebfd
#e5effe
#ebf3fe
#f2f7fe
#f8fbfe
#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

#c5dbfd
#fde7c5

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

Split Complementary

#c5dbfd
#fdcbc5
#f7fdc5

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

Analogous Color

#c5f1fd
#c5e6fd
#c5dbfd
#c5d0fd
#c5c5fd

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

#c5dbfd
#fdc5db
#dbfdc5

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

#c5dbfd
#fdc5f7
#fde7c5
#c5fdcb

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

#c5dbfd
#fde7c5
#f7fdc5
#cbc5fd

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

#c5dbfd Color Code Preview on Black Background Color

This is how #c5dbfd Color will look on black background color. Color contrast ratio is 14.93

#c5dbfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5dbfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5dbfd

#c5dbfd color code is use for CSS Background Color

Background color for the above div is #c5dbfd

HTML with inline CSS

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

#c5dbfd color code is use for CSS Border Color

CSS Border color for the above div is #c5dbfd

HTML with inline CSS

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

CSS Border Left color for the above div is #c5dbfd

HTML with inline CSS

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

CSS Border Right color for the above div is #c5dbfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5dbfd

HTML with inline CSS

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

CSS Border Top color for the above div is #c5dbfd

HTML with inline CSS

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

#c5dbfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5dbfd Color code Preview on White Background

This is how #c5dbfd Color code will look on white background color. Color contrast ratio is 1.41

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

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,219,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,231,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,219,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.