crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c4fff6 hex color - Blue - Cool color - Information

#c4fff6 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codec4fff6#c4fff6
RGB Decimal196, 255, 246rgb(196, 255, 246)
RGB Percent77%, 100%, 96%rgb(77%, 100%, 96%)
CSS RGBa196, 255, 246,1rgba(196,255,246,1)
CMYK Modelcmyk(23%,0%,4%,0%)
HSL Color Space171,100% ,88%hsl(171,100% ,88%)
HSV Color Space171°, 23%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001001111111111110110
Octal304377366
Decimal196255246
Hexc4fff6

Different shades of #c4fff6 color code.

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

Light Shade of #c4fff6
#f7fffe
Dark Shade of #c4fff6
#91ffee
Saturated Shade of #c4fff6
#c4fff6
Desaturated Shade of #c4fff6
#c7fcf4
Grey scale Shade of #c4fff6
#e1e1e1
Brighten Shade
#ddffff
Most Readable Shade
#000000

Shades of #c4fff6 color code

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

#c4fff6
#aee2da
#98c6bf
#82aaa4
#6c8d88
#57716d
#415552
#2b3836
#151c1b
#000000

Similar Color like #c4fff6 color

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

#c5fff7
#c6fff8
#c7fff9
#c8fffa
#c9fffb
#cafffc
#cbfffd
#ccfffe
#cdffff
#ceffff
#cfffff
#d0ffff
#d1ffff
#d2ffff
#c3fef5
#c2fdf4
#c1fcf3
#c0fbf2
#bffaf1
#bef9f0
#bdf8ef
#bcf7ee
#bbf6ed
#baf5ec
#b9f4eb
#b8f3ea
#b7f2e9
#b6f1e8

Monochromatic Color with #c4fff6

#c4fff6
#212a29
#415552
#62807b
#83aaa4
#a3d4cd

Tints of #c4fff6 Color

#c4fff6
#cafff7
#d1fff8
#d7fff9
#defffa
#e4fffb
#ebfffc
#f1fffd
#f8fffe
#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

#c4fff6
#ffc4cd

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

Split Complementary

#c4fff6
#ffc4eb
#ffd9c4

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

Analogous Color

#c4ffde
#c4ffea
#c4fff6
#c4fcff
#c4f0ff

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

#c4fff6
#f6c4ff
#fff6c4

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

#c4fff6
#d8c4ff
#ffc4cd
#eaffc4

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

#c4fff6
#ffc4cd
#ffd9c4
#c4ebff

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

#c4fff6 Color Code Preview on Black Background Color

This is how #c4fff6 Color will look on black background color. Color contrast ratio is 18.98

#c4fff6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4fff6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4fff6

#c4fff6 color code is use for CSS Background Color

Background color for the above div is #c4fff6

HTML with inline CSS

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

#c4fff6 color code is use for CSS Border Color

CSS Border color for the above div is #c4fff6

HTML with inline CSS

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

CSS Border Left color for the above div is #c4fff6

HTML with inline CSS

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

CSS Border Right color for the above div is #c4fff6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4fff6

HTML with inline CSS

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

CSS Border Top color for the above div is #c4fff6

HTML with inline CSS

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

#c4fff6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4fff6 Color code Preview on White Background

This is how #c4fff6 Color code will look on white background color. Color contrast ratio is 1.11

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.