crispedge.com

Color picker

Loading...

#c4ceeb hex color - Blue - Cool color - Information

#c4ceeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c4ceeb Color code in RGB color code model is created after adding 76.86% red color, 80.78% green color and 92.16% blue color. Hex #c4ceeb Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 12% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4ceeb#c4ceeb
RGB Decimal196, 206, 235rgb(196, 206, 235)
RGB Percent77%, 81%, 92%rgb(77%, 81%, 92%)
CSS RGBa196, 206, 235,1rgba(196,206,235,1)
CMYK Modelcmyk(17%,12%,0%,8%)
HSL Color Space225,49% ,85%hsl(225,49% ,85%)
HSV Color Space225°, 17%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001001100111011101011
Octal304316353
Decimal196206235
Hexc4ceeb

Different shades of #c4ceeb color code.

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

Light Shade of #c4ceeb
#eaeef8
Dark Shade of #c4ceeb
#9eaede
Saturated Shade of #c4ceeb
#c0ccef
Desaturated Shade of #c4ceeb
#c8d0e7
Grey scale Shade of #c4ceeb
#d7d7d7
Brighten Shade
#dde7ff
Most Readable Shade
#000000

Shades of #c4ceeb color code

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

#c4ceeb
#aeb7d0
#98a0b6
#82899c
#6c7282
#575b68
#41444e
#2b2d34
#15161a
#000000

Similar Color like #c4ceeb color

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

#c5cfec
#c6d0ed
#c7d1ee
#c8d2ef
#c9d3f0
#cad4f1
#cbd5f2
#ccd6f3
#cdd7f4
#ced8f5
#cfd9f6
#d0daf7
#d1dbf8
#d2dcf9
#c3cdea
#c2cce9
#c1cbe8
#c0cae7
#bfc9e6
#bec8e5
#bdc7e4
#bcc6e3
#bbc5e2
#bac4e1
#b9c3e0
#b8c2df
#b7c1de
#b6c0dd

Monochromatic Color with #c4ceeb

#c4ceeb
#131416
#363941
#5a5e6b
#7d8396
#a1a9c0

Tints of #c4ceeb Color

#c4ceeb
#cad3ed
#d1d8ef
#d7def1
#dee3f3
#e4e9f6
#ebeef8
#f1f4fa
#f8f9fc
#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

#c4ceeb
#ebe1c4

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

Split Complementary

#c4ceeb
#ebcec4
#e1ebc4

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

Analogous Color

#c4deeb
#c4d6eb
#c4ceeb
#c4c6eb
#cac4eb

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

#c4ceeb
#ebc4ce
#ceebc4

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

#c4ceeb
#ebc4e1
#ebe1c4
#c4ebcd

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

#c4ceeb
#ebe1c4
#e1ebc4
#cec4eb

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

#c4ceeb Color Code Preview on Black Background Color

This is how #c4ceeb Color will look on black background color. Color contrast ratio is 13.38

#c4ceeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4ceeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4ceeb

#c4ceeb color code is use for CSS Background Color

Background color for the above div is #c4ceeb

HTML with inline CSS

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

#c4ceeb color code is use for CSS Border Color

CSS Border color for the above div is #c4ceeb

HTML with inline CSS

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

CSS Border Left color for the above div is #c4ceeb

HTML with inline CSS

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

CSS Border Right color for the above div is #c4ceeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4ceeb

HTML with inline CSS

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

CSS Border Top color for the above div is #c4ceeb

HTML with inline CSS

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

#c4ceeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4ceeb Color code Preview on White Background

This is how #c4ceeb Color code will look on white background color. Color contrast ratio is 1.57

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

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,206,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,225,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,206,235,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.