crispedge.com

Color picker

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

#c6facd hex color - Green - Cool color - Information

#c6facd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #c6facd Color code in RGB color code model is created after adding 77.65% red color, 98.04% green color and 80.39% blue color. Hex #c6facd Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 18% yellow and 2% black.

Hex #c6facd color code is between #ccffcc web safe hex color code and #bbeedd web safe hex color code. #ccffcc is the nearest web safe color code. You can see here many more shades of #c6facd color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec6facd#c6facd
RGB Decimal198, 250, 205rgb(198, 250, 205)
RGB Percent78%, 98%, 80%rgb(78%, 98%, 80%)
CSS RGBa198, 250, 205,1rgba(198,250,205,1)
CMYK Modelcmyk(21%,0%,18%,2%)
HSL Color Space128,84% ,88%hsl(128,84% ,88%)
HSV Color Space128°, 21%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001101111101011001101
Octal306372315
Decimal198250205
Hexc6facd

Different shades of #c6facd color code.

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

Light Shade of #c6facd
#f5fef6
Dark Shade of #c6facd
#97f6a4
Saturated Shade of #c6facd
#c3fdcb
Desaturated Shade of #c6facd
#c9f7cf
Grey scale Shade of #c6facd
#e0e0e0
Brighten Shade
#dfffe6
Most Readable Shade
#000000

Shades of #c6facd color code

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

#c6facd
#b0deb6
#9ac29f
#84a688
#6e8a71
#586f5b
#425344
#2c372d
#161b16
#000000

Similar Color like #c6facd color

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

#c7fbce
#c8fccf
#c9fdd0
#cafed1
#cbffd2
#ccffd3
#cdffd4
#ceffd5
#cfffd6
#d0ffd7
#d1ffd8
#d2ffd9
#d3ffda
#d4ffdb
#c5f9cc
#c4f8cb
#c3f7ca
#c2f6c9
#c1f5c8
#c0f4c7
#bff3c6
#bef2c5
#bdf1c4
#bcf0c3
#bbefc2
#baeec1
#b9edc0
#b8ecbf

Monochromatic Color with #c6facd

#c6facd
#1e251f
#3f5042
#617a64
#83a587
#a4cfaa

Tints of #c6facd Color

#c6facd
#ccfad2
#d2fbd8
#d9fbdd
#dffce3
#e5fce8
#ecfdee
#f2fdf3
#f8fef9
#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

#c6facd
#fac6f3

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

Split Complementary

#c6facd
#e7c6fa
#fac6d9

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

Analogous Color

#d4fac6
#c9fac6
#c6facd
#c6fad7
#c6fae2

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

#c6facd
#cdc6fa
#facdc6

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

#c6facd
#c6d9fa
#fac6f3
#fae7c6

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

#c6facd
#fac6f3
#fac6d9
#c6fae7

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

#c6facd Color Code Preview on Black Background Color

This is how #c6facd Color will look on black background color. Color contrast ratio is 17.96

#c6facd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6facd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6facd

#c6facd color code is use for CSS Background Color

Background color for the above div is #c6facd

HTML with inline CSS

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

#c6facd color code is use for CSS Border Color

CSS Border color for the above div is #c6facd

HTML with inline CSS

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

CSS Border Left color for the above div is #c6facd

HTML with inline CSS

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

CSS Border Right color for the above div is #c6facd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6facd

HTML with inline CSS

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

CSS Border Top color for the above div is #c6facd

HTML with inline CSS

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

#c6facd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6facd Color code Preview on White Background

This is how #c6facd Color code will look on white background color. Color contrast ratio is 1.17

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.