crispedge.com

Color picker

Loading...

#78d9cf hex color - Blue - Cool color - Information

#78d9cf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #78d9cf Color code in RGB color code model is created after adding 47.06% red color, 85.1% green color and 81.18% blue color. Hex #78d9cf Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 5% yellow and 15% black.

Hex #78d9cf color code is between #77ddcc web safe hex color code and #88ccdd web safe hex color code. #77ddcc is the nearest web safe color code. You can see here many more shades of #78d9cf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code78d9cf#78d9cf
RGB Decimal120, 217, 207rgb(120, 217, 207)
RGB Percent47%, 85%, 81%rgb(47%, 85%, 81%)
CSS RGBa120, 217, 207,1rgba(120,217,207,1)
CMYK Modelcmyk(45%,0%,5%,15%)
HSL Color Space174,56% ,66%hsl(174,56% ,66%)
HSV Color Space174°, 45%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001101100111001111
Octal170331317
Decimal120217207
Hex78d9cf

Different shades of #78d9cf color code.

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

Light Shade of #78d9cf
#a0e4dd
Dark Shade of #78d9cf
#50cec1
Saturated Shade of #78d9cf
#6fe2d6
Desaturated Shade of #78d9cf
#81d0c8
Grey scale Shade of #78d9cf
#a8a8a8
Brighten Shade
#91f2e8
Most Readable Shade
#000000

Shades of #78d9cf color code

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

#78d9cf
#6ac0b8
#5da8a1
#50908a
#427873
#35605c
#284845
#1a302e
#0d1817
#000000

Similar Color like #78d9cf color

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

#79dad0
#7adbd1
#7bdcd2
#7cddd3
#7dded4
#7edfd5
#7fe0d6
#80e1d7
#81e2d8
#82e3d9
#83e4da
#84e5db
#85e6dc
#86e7dd
#77d8ce
#76d7cd
#75d6cc
#74d5cb
#73d4ca
#72d3c9
#71d2c8
#70d1c7
#6fd0c6
#6ecfc5
#6dcec4
#6ccdc3
#6bccc2
#6acbc1

Monochromatic Color with #78d9cf

#78d9cf
#020404
#1a2f2d
#315955
#49847e
#60aea6

Tints of #78d9cf Color

#78d9cf
#87ddd4
#96e1d9
#a5e5df
#b4e9e4
#c3eee9
#d2f2ef
#e1f6f4
#f0faf9
#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

#78d9cf
#d97882

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

Split Complementary

#78d9cf
#d978b3
#d99f78

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

Analogous Color

#78d9a8
#78d9bc
#78d9cf
#78d0d9
#78bcd9

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

#78d9cf
#cf78d9
#d9cf78

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

#78d9cf
#9e78d9
#d97882
#b2d978

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

#78d9cf
#d97882
#d99f78
#78b3d9

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 #78d9cf 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.

#78d9cf Color Code Preview on Black Background Color

This is how #78d9cf Color will look on black background color. Color contrast ratio is 12.62

#78d9cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78d9cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78d9cf

#78d9cf color code is use for CSS Background Color

Background color for the above div is #78d9cf

HTML with inline CSS

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

#78d9cf color code is use for CSS Border Color

CSS Border color for the above div is #78d9cf

HTML with inline CSS

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

CSS Border Left color for the above div is #78d9cf

HTML with inline CSS

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

CSS Border Right color for the above div is #78d9cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #78d9cf

HTML with inline CSS

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

CSS Border Top color for the above div is #78d9cf

HTML with inline CSS

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

#78d9cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78d9cf Color code Preview on White Background

This is how #78d9cf Color code will look on white background color. Color contrast ratio is 1.66

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

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(120,217,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,120,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,217,207,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.