crispedge.com

Color picker

Loading...

#c3dcfd hex color - Blue - Cool color - Information

#c3dcfd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #c3dcfd color code is between #bbddff web safe hex color code and #ccccee web safe hex color code. #bbddff is the nearest web safe color code. You can see here many more shades of #c3dcfd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec3dcfd#c3dcfd
RGB Decimal195, 220, 253rgb(195, 220, 253)
RGB Percent76%, 86%, 99%rgb(76%, 86%, 99%)
CSS RGBa195, 220, 253,1rgba(195,220,253,1)
CMYK Modelcmyk(23%,13%,0%,1%)
HSL Color Space214,94% ,88%hsl(214,94% ,88%)
HSV Color Space214°, 23%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000111101110011111101
Octal303334375
Decimal195220253
Hexc3dcfd

Different shades of #c3dcfd color code.

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

Light Shade of #c3dcfd
#f4f9ff
Dark Shade of #c3dcfd
#92bffb
Saturated Shade of #c3dcfd
#c1dcff
Desaturated Shade of #c3dcfd
#c6dcfa
Grey scale Shade of #c3dcfd
#e0e0e0
Brighten Shade
#dcf5ff
Most Readable Shade
#000000

Shades of #c3dcfd color code

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

#c3dcfd
#adc3e0
#97abc4
#8292a8
#6c7a8c
#566170
#414954
#2b3038
#15181c
#000000

Similar Color like #c3dcfd color

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

#c4ddfe
#c5deff
#c6dfff
#c7e0ff
#c8e1ff
#c9e2ff
#cae3ff
#cbe4ff
#cce5ff
#cde6ff
#cee7ff
#cfe8ff
#d0e9ff
#d1eaff
#c2dbfc
#c1dafb
#c0d9fa
#bfd8f9
#bed7f8
#bdd6f7
#bcd5f6
#bbd4f5
#bad3f4
#b9d2f3
#b8d1f2
#b7d0f1
#b6cff0
#b5ceef

Monochromatic Color with #c3dcfd

#c3dcfd
#1f2328
#404853
#616d7d
#8192a8
#a2b7d2

Tints of #c3dcfd Color

#c3dcfd
#c9dffd
#d0e3fd
#d7e7fd
#ddebfd
#e4effe
#ebf3fe
#f1f7fe
#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

#c3dcfd
#fde4c3

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

Split Complementary

#c3dcfd
#fdc7c3
#f9fdc3

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

Analogous Color

#c3f3fd
#c3e8fd
#c3dcfd
#c3d0fd
#c3c5fd

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

#c3dcfd
#fdc3dc
#dcfdc3

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

#c3dcfd
#fdc3f9
#fde4c3
#c3fdc7

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

#c3dcfd
#fde4c3
#f9fdc3
#c7c3fd

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

#c3dcfd Color Code Preview on Black Background Color

This is how #c3dcfd Color will look on black background color. Color contrast ratio is 14.98

#c3dcfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3dcfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3dcfd

#c3dcfd color code is use for CSS Background Color

Background color for the above div is #c3dcfd

HTML with inline CSS

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

#c3dcfd color code is use for CSS Border Color

CSS Border color for the above div is #c3dcfd

HTML with inline CSS

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

CSS Border Left color for the above div is #c3dcfd

HTML with inline CSS

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

CSS Border Right color for the above div is #c3dcfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3dcfd

HTML with inline CSS

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

CSS Border Top color for the above div is #c3dcfd

HTML with inline CSS

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

#c3dcfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3dcfd Color code Preview on White Background

This is how #c3dcfd Color code will look on white background color. Color contrast ratio is 1.40

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

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(195,220,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,228,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,220,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.