crispedge.com

Color picker

Loading...

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

#78edd2 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #78edd2 Color code in RGB color code model is created after adding 47.06% red color, 92.94% green color and 82.35% blue color. Hex #78edd2 Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 11% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code78edd2#78edd2
RGB Decimal120, 237, 210rgb(120, 237, 210)
RGB Percent47%, 93%, 82%rgb(47%, 93%, 82%)
CSS RGBa120, 237, 210,1rgba(120,237,210,1)
CMYK Modelcmyk(49%,0%,11%,7%)
HSL Color Space166,76% ,70%hsl(166,76% ,70%)
HSV Color Space166°, 49%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001110110111010010
Octal170355322
Decimal120237210
Hex78edd2

Different shades of #78edd2 color code.

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

Light Shade of #78edd2
#a5f3e1
Dark Shade of #78edd2
#4be7c3
Saturated Shade of #78edd2
#70f5d6
Desaturated Shade of #78edd2
#80e5ce
Grey scale Shade of #78edd2
#b3b3b3
Brighten Shade
#91ffeb
Most Readable Shade
#000000

Shades of #78edd2 color code

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

#78edd2
#6ad2ba
#5db8a3
#509e8c
#428374
#35695d
#284f46
#1a342e
#0d1a17
#000000

Similar Color like #78edd2 color

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

#79eed3
#7aefd4
#7bf0d5
#7cf1d6
#7df2d7
#7ef3d8
#7ff4d9
#80f5da
#81f6db
#82f7dc
#83f8dd
#84f9de
#85fadf
#86fbe0
#77ecd1
#76ebd0
#75eacf
#74e9ce
#73e8cd
#72e7cc
#71e6cb
#70e5ca
#6fe4c9
#6ee3c8
#6de2c7
#6ce1c6
#6be0c5
#6adfc4

Monochromatic Color with #78edd2

#78edd2
#0c1816
#22433b
#376d61
#4d9887
#62c2ac

Tints of #78edd2 Color

#78edd2
#87efd7
#96f1dc
#a5f3e1
#b4f5e6
#c3f7eb
#d2f9f0
#e1fbf5
#f0fdfa
#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

#78edd2
#ed7893

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

Split Complementary

#78edd2
#ed78ce
#ed9778

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

Analogous Color

#78eda3
#78edbb
#78edd2
#78ede9
#78d9ed

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

#78edd2
#d278ed
#edd278

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

#78edd2
#9878ed
#ed7893
#cded78

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

#78edd2
#ed7893
#ed9778
#78ceed

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

#78edd2 Color Code Preview on Black Background Color

This is how #78edd2 Color will look on black background color. Color contrast ratio is 14.84

#78edd2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#78edd2 color code is use for CSS Background Color

Background color for the above div is #78edd2

HTML with inline CSS

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

#78edd2 color code is use for CSS Border Color

CSS Border color for the above div is #78edd2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#78edd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78edd2 Color code Preview on White Background

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

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

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,237,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,120,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,237,210,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.